index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
trigger.h
Commit message (
Expand
)
Author
Age
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-19
*
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-17
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
Tom Lane
2009-07-28
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
[next]