Commits

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

DateSubjectAuthorReleases
2025-12-30 Fix a race condition in updating procArray->replication_slot_xmin. Masahiko Sawada 14.21
2025-06-14 Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 14.19
2025-05-19 Don't retreat slot's confirmed_flush LSN. Amit Kapila 14.19
2024-11-16 Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 14.15
2024-07-11 Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 14.13
2022-05-11 Fix the logical replication timeout during large transactions. Amit Kapila 14.4
2021-06-27 Error message refactoring Peter Eisentraut 14.0
2021-05-10 Revert recovery prefetching feature. Thomas Munro 14.0
2021-04-27 Use HTAB for replication slot statistics. Amit Kapila 14.0
2021-04-16 Add information of total data processed to replication slot stats. Amit Kapila 14.0
2021-04-14 Use NameData datatype for slotname in stats. Amit Kapila 14.0
2021-04-08 Remove read_page callback from XLogReader. Thomas Munro 14.0
2021-03-30 Add a xid argument to the filter_prepare callback for output plugins. Amit Kapila 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 Avoid repeated decoding of prepared transactions after a restart. Amit Kapila 14.0
2021-02-23 Simplify printing of LSNs Peter Eisentraut 14.0
2021-01-06 Fix typos in decode.c and logical.c. Amit Kapila 14.0
2021-01-04 Allow decoding at prepare time in ReorderBuffer. Amit Kapila 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-30 Extend the output plugin API to allow decoding of prepared xacts. Amit Kapila 14.0
2020-11-26 Restore lock level to update statusFlags Alvaro Herrera 14.0
2020-11-18 Relax lock level for setting PGPROC->statusFlags Alvaro Herrera 14.0
2020-11-16 Rename PGPROC->vacuumFlags to statusFlags Alvaro Herrera 14.0
2020-10-29 Track statistics for streaming of changes from ReorderBuffer. Amit Kapila 14.0
2020-10-09 Fix typos in logical.c and reorderbuffer.c. Amit Kapila 14.0