Commits

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

DateSubjectAuthorReleases
2025-11-04 Fix unconditional WAL receiver shutdown during stream-archive transition Michael Paquier 13.23
2025-06-14 Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 13.22
2025-04-06 Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit. Noah Misch 13.21
2025-04-06 Skip WAL recycling and preallocation during archive recovery. Noah Misch 13.21
2025-04-06 Don't ERROR on PreallocXlogFiles() race condition. Noah Misch 13.21
2025-04-06 Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()." Michael Paquier 13.21
2025-04-06 Remove XLogFileInit() ability to unlink a pre-existing file. Noah Misch 13.21
2025-04-06 In XLogFileInit(), fix *use_existent postcondition to suit callers. Noah Misch 13.21
2025-04-06 Remove XLogFileInit() ability to skip ControlFileLock. Noah Misch 13.21
2025-01-20 Fix header check for continuation records where standbys could be stuck Michael Paquier 13.19
2025-01-08 Back-patch b1ffe3ff into REL_13_STABLE. Thomas Munro 13.19
2024-12-20 Replace durable_rename_excl() by durable_rename(), take two Michael Paquier 13.19
2024-10-25 At end of recovery, reset all sinval-managed caches. Noah Misch 13.17
2024-06-27 Fix MVCC bug with prepared xact with subxacts on standby Heikki Linnakangas 13.16
2023-12-06 Fix compilation on Windows with WAL_DEBUG Michael Paquier 13.14
2023-09-12 Make recovery report error message when invalid page header is found. Fujii Masao 13.13
2023-06-20 Enable archiving in recovery TAP test 009_twophase.pl Michael Paquier 13.12
2023-06-20 Fix failure at promotion with 2PC transactions and archiving enabled Michael Paquier 13.12
2023-06-06 Initialize 'recordXtime' to silence compiler warning. Heikki Linnakangas 13.12
2023-04-27 Prevent underflow in KeepLogSeg(). Nathan Bossart 13.11
2023-01-19 Log the correct ending timestamp in recovery_target_xid mode. Tom Lane 13.10
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 13.10
2022-09-20 Suppress variable-set-but-not-used warnings from clang 15. Tom Lane 13.9
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 13.9
2022-08-05 Add HINT for restartpoint race with KeepFileRestoredFromArchive(). Noah Misch 13.8