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