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
3 days
Remove #include <math.h> where not needed
Álvaro Herrera
3 days
Add check for invalid offset at multixid truncation
Heikki Linnakangas
3 days
Remove some unnecessary code from multixact truncation
Heikki Linnakangas
12 days
Fix variable usage in wakeupWaiters()
Alexander Korotkov
13 days
Fix typo in parallel.c.
Masahiko Sawada
13 days
Add the MODE option to the WAIT FOR LSN command
Alexander Korotkov
13 days
Extend xlogwait infrastructure with write and flush wait types
Alexander Korotkov
13 days
Use the GetPGProcByNumber() macro when possible
David Rowley
2026-01-03
Improve a couple of error messages.
Tom Lane
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-30
Change GetMultiXactInfo() to return the next multixact offset
Michael Paquier
2025-12-23
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-16
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
[next]