Commits

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

DateSubjectAuthorReleases
2026-06-16 logical decoding: Correctly free speculative insertion Álvaro Herrera 16 (unreleased)
2025-08-02 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c Michael Paquier 16.10
2025-06-17 Fix re-distributing previously distributed invalidation messages during logical decoding. Masahiko Sawada 16.10
2025-04-10 Fix data loss in logical replication. Amit Kapila 16.9
2024-10-16 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 16.5
2023-08-29 Rename logical_replication_mode to debug_logical_replication_streaming Peter Eisentraut 16.0
2023-08-02 Fix ReorderBufferCheckMemoryLimit() comment. Masahiko Sawada 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-02 Fix typos in comments Michael Paquier 16.0
2023-03-17 Add macros for ReorderBufferTXN toptxn. Amit Kapila 16.0
2023-02-22 Fix snapshot handling in logicalmsg_decode Tomas Vondra 16.0
2023-02-08 Fix the logical replication timeout during large DDLs. Amit Kapila 16.0
2023-02-06 Remove useless casts to (void *) in hash_search() calls Peter Eisentraut 16.0
2023-01-30 Rename GUC logical_decoding_mode to logical_replication_mode. Amit Kapila 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-07 Remove the streaming files for incomplete xacts after restart. Amit Kapila 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-26 Add 'logical_decoding_mode' GUC. Amit Kapila 16.0
2022-12-08 Avoid unnecessary streaming of transactions during logical replication. Amit Kapila 16.0
2022-11-10 Fix comments atop ReorderBufferAddInvalidations. Amit Kapila 16.0
2022-11-02 Add doubly linked count list implementation David Rowley 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-10-21 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 16.0
2022-10-20 Fix assertion failures while processing NEW_CID record in logical decoding. Amit Kapila 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0