Commits

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

DateSubjectAuthorReleases
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 15.0
2022-08-10 Move basebackup code to new directory src/backend/backup Robert Haas 15.0
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-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
2021-07-30 Remove unnecessary call to ReadCheckpointRecord(). Robert Haas 15.0