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