Commits

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

DateSubjectAuthorReleases
2025-08-08 Fix oversight in FindTriggerIncompatibleWithInheritance. Etsuro Fujita 13.22
2025-02-13 Fix MakeTransitionCaptureState() to return a consistent result Michael Paquier 13.20
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 13.16
2023-04-05 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. Tom Lane 13.11
2022-09-25 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 13.9
2022-08-05 regress: fix test instability Alvaro Herrera 13.8
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 13.8
2022-01-18 Fix psql \d's query for identifying parent triggers. Tom Lane 13.6
2021-07-16 Fix pg_dump for disabled triggers on partitioned tables Alvaro Herrera 13.4
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 13.4
2021-02-27 Fix use-after-free bug with AfterTriggersTableData.storeslot Alvaro Herrera 13.3
2021-01-28 Remove bogus restriction from BEFORE UPDATE triggers Alvaro Herrera 13.2
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 13.1
2020-10-25 Fix corner case for a BEFORE ROW UPDATE trigger returning OLD. Tom Lane 13.1
2020-10-20 Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion Alvaro Herrera 13.1
2020-04-21 Fix detaching partitions with cloned row triggers Alvaro Herrera 13.0
2020-03-18 Enable BEFORE row-level triggers for partitioned tables Alvaro Herrera 13.0
2020-02-27 Record parents of triggers Alvaro Herrera 13.0
2020-01-02 Fix cloning of row triggers to sub-partitions Alvaro Herrera 13.0
2019-08-16 Prevent possible double-free when update trigger returns old tuple. Tom Lane 13.0
2019-07-09 Propagate trigger arguments to partitions Alvaro Herrera 13.0