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