Commits

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

DateSubjectAuthorReleases
2026-01-24 Fix trigger transition table capture for MERGE in CTE queries. Dean Rasheed 16.12
2025-08-08 Fix oversight in FindTriggerIncompatibleWithInheritance. Etsuro Fujita 16.10
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 16.10
2025-02-13 Fix MakeTransitionCaptureState() to return a consistent result Michael Paquier 16.8
2025-01-22 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. Tom Lane 16.7
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 16.4
2024-01-14 Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. Tom Lane 16.2
2023-07-02 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 16.0
2023-04-05 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. Tom Lane 16.0
2023-03-13 Fix concurrent update issues with MERGE. Dean Rasheed 16.0
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-13 Refactor aclcheck functions Peter Eisentraut 16.0
2022-11-13 Refactor ownercheck functions Peter Eisentraut 16.0
2022-11-04 Correct error message for row-level triggers with transition tables on partitioned tables. Etsuro Fujita 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-09-25 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 16.0
2022-09-24 Message style improvements Peter Eisentraut 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0
2022-09-06 Fix typo in 16d69ec29 David Rowley 16.0
2022-09-06 Remove buggy and dead code from CreateTriggerFiringOn David Rowley 16.0
2022-08-24 Further -Wshadow=compatible-local warning fixes David Rowley 16.0
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 16.0
2022-07-12 Support TRUNCATE triggers on foreign tables. Fujii Masao 16.0