summaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+1
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-191-4/+4
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-251-0/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve behavior of concurrent rename statements.Robert Haas2011-12-151-1/+1
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-2/+0
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-211-9/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support triggers on views.Tom Lane2010-10-101-22/+36
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-1/+2
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-3/+3
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-1/+3
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-4/+6
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-281-2/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+3
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-221-1/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-241-5/+3
* Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander2008-09-191-2/+2
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-3/+18
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-021-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-5/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-2/+14
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-31/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-041-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+7
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-1/+4
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-2/+11
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-3/+3
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-1/+3
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-13/+15
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2