Commits

DateSubjectAuthorReleases
2024-08-30 Define PG_LOGICAL_DIR for path pg_logical/ in data folder Michael Paquier 18.0
2024-04-11 Replace binaryheap + index with pairingheap in reorderbuffer.c Masahiko Sawada 17.0
2024-04-03 Improve eviction algorithm in ReorderBuffer using max-heap for many subtransactions. Masahiko Sawada 17.0
2024-01-29 Remove ReorderBufferTupleBuf structure. Masahiko Sawada 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-08-29 Rename logical_replication_mode to debug_logical_replication_streaming Peter Eisentraut 16.0
2023-08-29 Rename logical_replication_mode to debug_logical_replication_streaming Peter Eisentraut 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-17 Add macros for ReorderBufferTXN toptxn. Amit Kapila 16.0
2023-02-08 Fix the logical replication timeout during large DDLs. Amit Kapila 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-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-02 Add doubly linked count list implementation David Rowley 16.0
2022-09-18 Harmonize missed reorderbuffer parameter names. Peter Geoghegan 16.0
2022-09-18 Harmonize reorderbuffer parameter names. Peter Geoghegan 16.0
2022-08-11 Fix catalog lookup with the wrong snapshot during logical decoding. Amit Kapila 16.0
2022-08-04 Fix formatting and comment typos John Naylor 16.0
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2022-05-12 Add missing 'extern' to function prototypes. Andres Freund 15.0
2022-04-07 Revert "Logical decoding of sequences" Tomas Vondra 15.0
2022-02-22 Allow specifying row filters for logical replication of tables. Amit Kapila 15.0