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
/
include
/
storage
Age
Commit message (
Expand
)
Author
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
2025-12-15
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-03
bufmgr: Turn BUFFER_LOCK_* into an enum
Andres Freund
2025-11-28
Add routines for marking buffers dirty efficiently
Michael Paquier
2025-11-24
C11 alignas instead of unions -- extended alignments
Peter Eisentraut
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-06
Refactor shared memory allocation for semaphores
Heikki Linnakangas
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
Peter Eisentraut
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-08
bufmgr: Don't lock buffer header in StrategyGetBuffer()
Andres Freund
2025-10-08
bufmgr: fewer calls to BufferDescriptorGetContentLock
Andres Freund
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-22
Fix various incorrect filename references
David Rowley
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-05
bufmgr: Remove freelist, always use clock-sweep
Andres Freund
2025-09-05
bufmgr: Use consistent naming of the clock-sweep algorithm
Andres Freund
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-08-29
Make LWLockCounter a global variable.
Nathan Bossart
2025-08-29
Mark ItemPointer arguments as const in tuple/table lock functions
Peter Eisentraut
2025-08-27
aio: Stop using enum bitfields due to bad code generation
Andres Freund
2025-08-22
Revert "Get rid of WALBufMappingLock"
Alexander Korotkov
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-07-23
Cross-check lists of built-in LWLock tranches.
Nathan Bossart
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-22
aio: Fix assertion, clarify README
Andres Freund
2025-07-12
Remove long-unused TransactionIdIsActive()
Andres Freund
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-07-04
Speed up truncation of temporary relations.
Fujii Masao
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-06-30
aio: Fix reference to outdated name
Andres Freund
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-05-10
aio: Use runtime arguments with injections points in tests
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-04-26
Don't use double-quotes in #include's of system headers.
Tom Lane
2025-04-27
Eliminate divide in new fast-path locking code
David Rowley
2025-04-21
Fix a few duplicate words in comments
David Rowley
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
[next]