index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Age
Commit message (
Expand
)
Author
2 days
Split some long Makefile lists
Michael Paquier
5 days
Upgrade BufFile to use int64 for byte positions
Michael Paquier
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
8 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
11 days
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
2025-12-15
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
2025-12-14
bufmgr: Add one-entry cache for private refcount
Andres Freund
2025-12-14
bufmgr: Separate keys for private refcount infrastructure
Andres Freund
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-11
Fix comment on how temp files and subtransactions are handled
Heikki Linnakangas
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-12-10
Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
2025-12-10
Fix typo in comment
Heikki Linnakangas
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-04
Fix key size of PrivateRefCountHash.
Nathan Bossart
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-03
bufmgr: Turn BUFFER_LOCK_* into an enum
Andres Freund
2025-12-02
Show size of DSAs and dshashes in pg_dsm_registry_allocations.
Nathan Bossart
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-28
Add routines for marking buffers dirty efficiently
Michael Paquier
2025-11-26
Teach DSM registry to retry entry initialization if needed.
Nathan Bossart
2025-11-26
Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry."
Nathan Bossart
2025-11-26
Remove a few unused struct members.
Nathan Bossart
2025-11-24
lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
2025-11-24
postgres: Use pg_{add,mul}_size_overflow()
Jacob Champion
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
2025-11-21
C11 alignas instead of unions
Peter Eisentraut
2025-11-13
Add some missing #include <limits.h>.
Thomas Munro
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Teach DSM registry to ERROR if attaching to an uninitialized entry.
Nathan Bossart
2025-11-07
Remove blank line in C code.
Bruce Momjian
2025-11-06
bufmgr: Use atomic sub for unpinning buffers
Andres Freund
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Refactor shared memory allocation for semaphores
Heikki Linnakangas
2025-11-06
Add comment to explain why PGReserveSemaphores() is called early
Heikki Linnakangas
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-04
aio: Improve assertions related to io_method
Andres Freund
2025-11-04
Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.
Masahiko Sawada
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
Peter Eisentraut
2025-10-27
Fix a couple of comments.
Nathan Bossart
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-21
Make smgr access for a BufferManagerRelation safer in relcache inval
Álvaro Herrera
2025-10-21
Fix comment in pg_get_shmem_allocations_numa()
Michael Paquier
2025-10-19
Add static assertion that RELSEG_SIZE fits in an int.
Tom Lane
[next]