Commits

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

DateSubjectAuthorReleases
2026-01-06 Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley 16.12
2025-10-09 Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 16.11
2024-12-30 Fix memory leak in pgoutput with relation attribute map Michael Paquier 16.7
2024-12-23 Fix memory leak in pgoutput with publication list cache Michael Paquier 16.7
2024-11-21 Fix memory leak in pgoutput for the WAL sender Michael Paquier 16.7
2024-06-27 Drop the temporary tuple slots allocated by pgoutput. Amit Kapila 16.4
2023-11-27 Avoid unconditionally filling in missing values with NULL in pgoutput. Amit Kapila 16.2
2023-09-27 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. Amit Kapila 16.1
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-18 Fix some typos and some incorrectly duplicated words David Rowley 16.0
2023-03-30 Refactor pgoutput_change(). Amit Kapila 16.0
2023-03-17 Add macros for ReorderBufferTXN toptxn. Amit Kapila 16.0
2023-03-06 Fill EState.es_rteperminfos more systematically. Tom Lane 16.0
2023-02-23 Don't repeatedly register cache callbacks in pgoutput plugin. Tom Lane 16.0
2023-02-09 Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 Andres Freund 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-13 Ignore dropped and generated columns from the column list. Amit Kapila 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-06 Invalidate pgoutput's replication-decisions cache upon schema rename. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-02 Fix incorrect output from pgoutput when using column lists. Amit Kapila 16.0
2022-11-29 Add 'missing_ok' argument to build_attrmap_by_name Alvaro Herrera 16.0
2022-09-23 Allow publications with schema and table of the same schema. Amit Kapila 16.0
2022-09-22 Remove ALL keyword from TABLES IN SCHEMA for publication Alvaro Herrera 16.0