aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander2008-09-19
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-04
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30