Commits

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

DateSubjectAuthorReleases
2026-03-26 Fix premature NULL lag reporting in pg_stat_replication Fujii Masao 15.18
2026-03-16 Fix WAL flush LSN used by logical walsender during shutdown Fujii Masao 15.18
2026-03-06 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 15.18
2025-10-23 Add comments explaining overflow entries in the replication lag tracker. Fujii Masao 15.15
2025-10-22 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. Fujii Masao 15.15
2025-06-14 Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 15.14
2025-04-11 Fix race with synchronous_standby_names at startup Michael Paquier 15.13
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 15.1
2022-09-24 Message style improvements Peter Eisentraut 15.0
2022-08-10 Move basebackup code to new directory src/backend/backup Robert Haas 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-05-11 Fix the logical replication timeout during large transactions. Amit Kapila 15.0
2022-04-15 Tighten ComputeXidHorizons' handling of walsenders. Tom Lane 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-03-30 Skip empty transactions for logical replication. Amit Kapila 15.0
2022-03-28 Use has_privs_for_roles for predefined role checks Joe Conway 15.0
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2022-02-17 Remove all traces of tuplestore_donestoring() in the C code Michael Paquier 15.0
2022-02-16 Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 15.0
2022-01-24 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-22 Be more specific about OOM in XLogReaderAllocate Alvaro Herrera 15.0
2021-11-10 Improve error messages for some callers of XLogReadRecord() Michael Paquier 15.0
2021-11-05 Remove all use of ThisTimeLineID global variable outside of xlog.c Robert Haas 15.0
2021-10-25 Remove useless code from CreateReplicationSlot. Robert Haas 15.0