Commits

DateSubjectAuthorReleases
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 12.11
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 13.7
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 14.3
2022-04-08 Rename delayChkpt to delayChkptFlags. Robert Haas 15.0
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 15.0
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 10.21
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 11.16
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 12.11
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 13.7
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 14.3
2022-02-03 Allow archiving via loadable modules. Robert Haas 15.0
2021-12-13 Remove InitXLOGAccess(). Robert Haas 15.0
2021-12-13 Default to log_checkpoints=on, log_autovacuum_min_duration=10m Robert Haas 15.0
2021-11-24 xlog.c: Remove global variables ReadRecPtr and EndRecPtr. Robert Haas 15.0
2021-11-24 Fix corner-case failure to detect improper timeline switch. Robert Haas 15.0
2021-11-16 Move InitXLogInsert() call from InitXLOGAccess() to BaseInit(). Robert Haas 15.0
2021-11-10 More cleanup of 'ThisTimeLineID'. 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-10-25 Initialize variable to placate compiler. Robert Haas 15.0
2021-10-25 Report progress of startup operations that take a long time. Robert Haas 15.0
2021-10-25 StartupXLOG: Don't repeatedly disable/enable local xlog insertion. Robert Haas 15.0
2021-10-25 StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters. Robert Haas 15.0
2021-10-14 Postpone some end-of-recovery operations related to allowing WAL. Robert Haas 15.0
2021-10-13 Refactor some end-of-recovery code out of StartupXLOG(). Robert Haas 15.0