Commits

Showing commits that first shipped in 15 (backpatches included). Clear

DateSubjectAuthorReleases
2026-03-13 Use GetXLogInsertEndRecPtr in gistGetFakeLSN Tomas Vondra 15.18
2025-11-04 Fix unconditional WAL receiver shutdown during stream-archive transition Michael Paquier 15.15
2022-05-21 Remove unused-and-misspelled function extern declaration. Tom Lane 15.0
2022-04-08 Apply PGDLLIMPORT markings broadly. Robert Haas 15.0
2022-04-08 Add contrib/pg_walinspect. Jeff Davis 15.0
2022-04-07 Prefetch data referenced by the WAL, take II. Thomas Munro 15.0
2022-04-06 Remove exclusive backup mode Stephen Frost 15.0
2022-03-11 Add support for zstd with compression of full-page writes in WAL Michael Paquier 15.0
2022-02-16 Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 15.0
2022-02-03 Allow archiving via loadable modules. Robert Haas 15.0
2022-01-30 Remove xloginsert.h from xlog.h Alvaro Herrera 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-13 Remove InitXLOGAccess(). Robert Haas 15.0
2021-11-05 Change ThisTimeLineID from a global variable to a local variable. Robert Haas 15.0
2021-11-05 Remove all use of ThisTimeLineID global variable outside of xlog.c Robert Haas 15.0
2021-11-02 Replace XLOG_INCLUDE_XID flag with a more localized flag. Amit Kapila 15.0
2021-09-21 Document XLOG_INCLUDE_XID a little better Alvaro Herrera 15.0
2021-09-04 Revert "Avoid creating archive status ".ready" files too early" Alvaro Herrera 15.0
2021-08-23 Avoid creating archive status ".ready" files too early Alvaro Herrera 15.0
2021-07-31 Move InRecovery and standbyState global vars to xlogutils.c. Heikki Linnakangas 15.0
2021-06-29 Add support for LZ4 with compression of full-page writes in WAL Michael Paquier 15.0
2021-06-29 Remove XLogFileInit() ability to unlink a pre-existing file. Noah Misch 15.0
2021-06-29 Don't ERROR on PreallocXlogFiles() race condition. Noah Misch 15.0
2021-06-29 Remove XLogFileInit() ability to skip ControlFileLock. Noah Misch 15.0