summaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-02-27Use slots in trigger infrastructure, except for the actual invocation.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-06-20Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-22Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-10Support triggers on views.Tom Lane