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
/
access
/
transam
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
14 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
2025-12-16
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
2025-12-16
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
2025-12-15
Improve sanity checks on multixid members length
Heikki Linnakangas
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-12
Never store 0 as the nextMXact
Heikki Linnakangas
2025-12-11
Add runtime checks for bogus multixact offsets
Heikki Linnakangas
2025-12-10
Fix MULTIXACT_DEBUG builds.
Peter Geoghegan
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Move pg_multixact SLRU page format definitions to a separate header
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-08
Use PGAlignedXLogBlock for some code simplification
Peter Eisentraut
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-04
Fix incorrect assertion bound in WaitForLSN()
Alexander Korotkov
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-01
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-11-18
Optimize shared memory usage for WaitLSNProcInfo
Alexander Korotkov
2025-11-15
Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr
Alexander Korotkov
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-10
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
2025-11-07
Fix checking for recovery state in WaitForLSN()
Alexander Korotkov
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add assertions checking for the startup process in WAL replay routines
Michael Paquier
2025-11-04
Add assertion check for WAL receiver state during stream-archive transition
Michael Paquier
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-10-29
Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-14
Inline TransactionIdFollows/Precedes[OrEquals]()
Melanie Plageman
2025-10-10
Fix two typos in xlogstats.h and xlogstats.c
Michael Paquier
2025-10-08
bufmgr: fewer calls to BufferDescriptorGetContentLock
Andres Freund
2025-10-08
Fix typo in function header comment.
Amit Kapila
2025-09-30
Reorder XLogNeedsFlush() checks to be more consistent
Michael Paquier
2025-09-25
Remove preprocessor guards from injection points
Daniel Gustafsson
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-19
Make XLogFlush() and XLogNeedsFlush() decision-making more consistent
Michael Paquier
2025-09-10
Fix leak with SMgrRelations in startup process
Michael Paquier
2025-09-08
Add test to prevent premature removal of conflict-relevant data.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
[next]