Commits

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

DateSubjectAuthorReleases
2025-08-08 Fix oversight in FindTriggerIncompatibleWithInheritance. Etsuro Fujita 13.22
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 13.22
2025-02-13 Fix MakeTransitionCaptureState() to return a consistent result Michael Paquier 13.20
2025-01-22 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. Tom Lane 13.19
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 13.16
2023-07-02 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 13.12
2023-04-05 Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. Tom Lane 13.11
2022-11-04 Correct error message for row-level triggers with transition tables on partitioned tables. Etsuro Fujita 13.9
2022-09-25 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. Tom Lane 13.9
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 13.8
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 13.4
2021-05-23 Fix access to no-longer-open relcache entry in logical-rep worker. Tom Lane 13.4
2021-02-27 Fix use-after-free bug with AfterTriggersTableData.storeslot Alvaro Herrera 13.3
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 13.2
2021-01-28 Remove bogus restriction from BEFORE UPDATE triggers Alvaro Herrera 13.2
2020-11-09 In security-restricted operations, block enqueue of at-commit user code. Noah Misch 13.1
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-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-05-13 Dial back -Wimplicit-fallthrough to level 3 Alvaro Herrera 13.0
2020-05-12 Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS Alvaro Herrera 13.0
2020-03-18 Enable BEFORE row-level triggers for partitioned tables Alvaro Herrera 13.0
2020-03-09 Code simplification Peter Eisentraut 13.0
2020-03-09 Add tg_updatedcols to TriggerData Peter Eisentraut 13.0