Commits

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

DateSubjectAuthorReleases
2026-06-05 refint: Remove plan cache. Nathan Bossart 14 (unreleased)
2025-08-08 Fix oversight in FindTriggerIncompatibleWithInheritance. Etsuro Fujita 14.19
2025-02-13 Fix MakeTransitionCaptureState() to return a consistent result Michael Paquier 14.17
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 14.13
2023-04-05 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. Tom Lane 14.8
2022-09-25 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 14.6
2022-08-05 regress: fix test instability Alvaro Herrera 14.5
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 14.5
2022-01-18 Fix psql \d's query for identifying parent triggers. Tom Lane 14.2
2021-07-16 Fix pg_dump for disabled triggers on partitioned tables Alvaro Herrera 14.0
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 14.0
2021-02-27 Fix use-after-free bug with AfterTriggersTableData.storeslot Alvaro Herrera 14.0
2021-01-28 Remove bogus restriction from BEFORE UPDATE triggers Alvaro Herrera 14.0
2020-11-23 Fix a few comments that referred to copy.c. Heikki Linnakangas 14.0
2020-11-14 Provide the OR REPLACE option for CREATE TRIGGER. Tom Lane 14.0
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 14.0
2020-11-03 Use the non-deprecated TG_TABLE_MAME in test trigger Magnus Hagander 14.0
2020-10-25 Fix corner case for a BEFORE ROW UPDATE trigger returning OLD. Tom Lane 14.0
2020-10-20 Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion Alvaro Herrera 14.0