Commits

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

DateSubjectAuthorReleases
2026-03-26 Fix premature NULL lag reporting in pg_stat_replication Fujii Masao 14.23
2026-03-16 Fix WAL flush LSN used by logical walsender during shutdown Fujii Masao 14.23
2026-03-06 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 14.23
2025-10-23 Add comments explaining overflow entries in the replication lag tracker. Fujii Masao 14.20
2025-10-22 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. Fujii Masao 14.20
2025-06-14 Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 14.19
2022-05-11 Fix the logical replication timeout during large transactions. Amit Kapila 14.4
2022-01-24 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 14.2
2021-06-11 Return ReplicationSlotAcquire API to its original form Alvaro Herrera 14.0
2021-06-07 Remove two_phase variable from CreateReplicationSlotCmd struct. Amit Kapila 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Revert recovery prefetching feature. Thomas Munro 14.0
2021-04-28 Add heuristic incoming-message-size limits in the server. Tom Lane 14.0
2021-04-08 Remove read_page callback from XLogReader. Thomas Munro 14.0
2021-04-01 Rename Default Roles to Predefined Roles Stephen Frost 14.0
2021-03-03 Add option to enable two_phase commits via pg_create_logical_replication_slot. Amit Kapila 14.0
2021-03-01 Use FeBeWaitSet for walsender.c. Thomas Munro 14.0
2021-02-23 Simplify printing of LSNs Peter Eisentraut 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0
2021-01-14 Ensure that a standby is able to follow a primary on a newer timeline. Fujii Masao 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE." Jeff Davis 14.0
2020-11-24 Centralize logic for skipping useless ereport/elog calls. Tom Lane 14.0
2020-11-12 change wire protocol data type for history file content Bruce Momjian 14.0
2020-11-11 Fix and simplify some usages of TimestampDifference(). Tom Lane 14.0