Commits

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

DateSubjectAuthorReleases
2026-06-11 Fix race with timeline selection in logical decoding during promotion Michael Paquier 17 (unreleased)
2026-03-26 Fix premature NULL lag reporting in pg_stat_replication Fujii Masao 17.10
2026-03-16 Fix WAL flush LSN used by logical walsender during shutdown Fujii Masao 17.10
2026-03-06 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 17.10
2025-10-23 Add comments explaining overflow entries in the replication lag tracker. Fujii Masao 17.7
2025-10-22 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. Fujii Masao 17.7
2025-06-14 Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 17.6
2025-06-02 Use replay LSN as target for cascading logical WAL senders Michael Paquier 17.6
2025-04-11 Fix race with synchronous_standby_names at startup Michael Paquier 17.5
2025-04-07 Flush the IO statistics of active WAL senders more frequently Michael Paquier 17.5
2024-07-17 Use PqMsg_* macros in more places. Nathan Bossart 17.0
2024-07-01 Rename standby_slot_names to synchronized_standby_slots. Amit Kapila 17.0
2024-04-25 Post-commit review fixes for slot synchronization. Amit Kapila 17.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-03-12 Remove redundant fetch of the recent flush pointer in WalSndWaitForWal. Amit Kapila 17.0
2024-03-08 Introduce a new GUC 'standby_slot_names'. Amit Kapila 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-02-22 Add a new slot sync worker to synchronize logical slots. Amit Kapila 17.0
2024-02-16 Pass correct count to WALRead(). Jeff Davis 17.0
2024-02-14 Centralize logic for restoring errno in signal handlers. Nathan Bossart 17.0
2024-02-14 Add a slot synchronization function. Amit Kapila 17.0
2024-02-12 Read WAL directly from WAL buffers. Jeff Davis 17.0
2024-01-29 Allow setting failover property in the replication command. Amit Kapila 17.0
2024-01-25 Allow to enable failover property for replication slots via SQL API. Amit Kapila 17.0