Commits

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

DateSubjectAuthorReleases
2024-04-02 Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-04 Add regression test for restart points during promotion Michael Paquier 17.0
2024-02-29 Convert unloggedLSN to an atomic variable. Nathan Bossart 17.0
2024-02-21 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 17.0
2024-02-16 Add assert to WALReadFromBuffers(). Jeff Davis 17.0
2024-02-12 Read WAL directly from WAL buffers. Jeff Davis 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-27 Fix incorrect data type choices in some read and write calls. Tom Lane 17.0
2023-12-20 Add a new WAL summarizer process. Robert Haas 17.0
2023-12-20 Additional write barrier in AdvanceXLInsertBuffer(). Jeff Davis 17.0
2023-12-20 Use 64-bit atomics for xlblocks array elements. Jeff Davis 17.0
2023-12-11 Remove trace_recovery_messages Michael Paquier 17.0
2023-12-08 Rename ShmemVariableCache to TransamVariables Heikki Linnakangas 17.0
2023-12-06 Fix compilation on Windows with WAL_DEBUG Michael Paquier 17.0
2023-11-30 Apply quotes more consistently to GUC names in logs Michael Paquier 17.0
2023-11-27 Reduce rate of walwriter wakeups due to async commits. Heikki Linnakangas 17.0
2023-11-25 C comment: clarify that WAL files can be _recycled_ or removed Bruce Momjian 17.0
2023-11-10 Prohibit max_slot_wal_keep_size to value other than -1 during upgrade. Amit Kapila 17.0
2023-10-30 Introduce pg_stat_checkpointer Michael Paquier 17.0
2023-10-23 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' Robert Haas 17.0
2023-10-19 During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. Robert Haas 17.0
2023-10-13 Improve the naming in wal_sync_method code. Nathan Bossart 17.0
2023-10-13 Add wait events for checkpoint delay mechanism. Thomas Munro 17.0
2023-10-12 Unify two isLogSwitch tests in XLogInsertRecord. Robert Haas 17.0