aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/triggers.out
Commit message (Expand)AuthorAge
* Fix oversight in FindTriggerIncompatibleWithInheritance.Etsuro Fujita18 hours
* Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera2025-07-03
* Change role names used in trigger test.Tom Lane2025-06-05
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane2025-04-08
* Fix some issues in contrib/spi/refint.c.Tom Lane2025-04-07
* Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier2025-02-13
* Ensure that AFTER triggers run as the instigating user.Tom Lane2025-01-23
* Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane2025-01-08
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* Fix handling of self-modified tuples in MERGE.Dean Rasheed2024-03-07
* Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed2023-11-09
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-05
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Message style improvementsPeter Eisentraut2022-09-24
* regress: fix test instabilityAlvaro Herrera2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-08
* Fix psql \d's query for identifying parent triggers.Tom Lane2022-01-17
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Make new test immune to collationAlvaro Herrera2021-07-23
* Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera2021-07-22
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera2021-02-27
* Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera2021-01-28
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander2020-11-03
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* psql \d: Display table where trigger is defined, if inheritedAlvaro Herrera2020-04-21
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Record parents of triggersAlvaro Herrera2020-02-27
* Fix cloning of row triggers to sub-partitionsAlvaro Herrera2020-01-02
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-07
* Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund2019-01-21