Commits

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

DateSubjectAuthorReleases
2026-01-24 Fix trigger transition table capture for MERGE in CTE queries. Dean Rasheed 15.16
2025-08-08 Fix oversight in FindTriggerIncompatibleWithInheritance. Etsuro Fujita 15.14
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 15.14
2025-02-13 Fix MakeTransitionCaptureState() to return a consistent result Michael Paquier 15.12
2025-01-22 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. Tom Lane 15.11
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 15.8
2024-01-14 Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. Tom Lane 15.6
2023-07-02 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 15.4
2023-04-05 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. Tom Lane 15.3
2023-03-13 Fix concurrent update issues with MERGE. Dean Rasheed 15.3
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 15.3
2022-11-04 Correct error message for row-level triggers with transition tables on partitioned tables. Etsuro Fujita 15.1
2022-09-25 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 15.0
2022-09-24 Message style improvements Peter Eisentraut 15.0
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-03-20 Enforce foreign key correctly during cross-partition updates Alvaro Herrera 15.0
2022-03-11 Add API of sorts for transition table handling in trigger.c Alvaro Herrera 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2022-01-05 Create foreign key triggers in partitioned tables too Alvaro Herrera 15.0
2021-12-08 Allow specifying column list for foreign key ON DELETE SET actions Peter Eisentraut 15.0
2021-07-26 Remove newly added useless assertion check Alvaro Herrera 15.0
2021-07-22 Make ALTER TRIGGER RENAME consistent for partitioned tables Alvaro Herrera 15.0
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 15.0
2021-07-08 Improve error messages about mismatching relkind Peter Eisentraut 15.0