Commits

DateSubjectAuthorReleases
2026-07-02 Allow logical replication conflicts to be logged to a table. Amit Kapila master
2026-05-08 Use schema-qualified names in EXCEPT clause error messages. Amit Kapila 19 (unreleased)
2026-04-02 Add target_relid parameter to pg_get_publication_tables(). Masahiko Sawada 19 (unreleased)
2026-04-01 Fix miscellaneous issues in EXCEPT publication clause. Amit Kapila 19 (unreleased)
2026-03-31 Change syntax of EXCEPT TABLE clause in publication commands. Amit Kapila 19 (unreleased)
2026-03-20 Add support for EXCEPT TABLE in ALTER PUBLICATION. Amit Kapila 19 (unreleased)
2026-03-15 Add all required calls to TupleDescFinalize() David Rowley 19 (unreleased)
2026-03-04 Allow table exclusions in publications via EXCEPT TABLE. Amit Kapila 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-10 Fix comment in GetPublicationRelations Heikki Linnakangas 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-21 Remove useless casts to (void *) Peter Eisentraut 19 (unreleased)
2025-10-09 Add "ALL SEQUENCES" support to publications. Amit Kapila 19 (unreleased)
2025-08-08 Add missing Datum conversions Peter Eisentraut 19 (unreleased)
2025-02-07 Virtual generated columns Peter Eisentraut 18.0
2025-01-28 Rename pubgencols_type to pubgencols in pg_publication. Amit Kapila 18.0
2025-01-23 Change publication's publish_generated_columns option type to enum. Amit Kapila 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-11-07 Replicate generated columns when 'publish_generated_columns' is set. Amit Kapila 18.0
2024-10-30 Replicate generated columns when specified in the column list. Amit Kapila 18.0
2024-10-11 Use deconstruct_array_builtin instead of deconstruct_array Álvaro Herrera 18.0
2024-08-15 Improve ALTER PUBLICATION validation and error messages David Rowley 18.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0