aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
Commit message (Expand)AuthorAge
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* 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
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-27
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* pgindent run.Bruce Momjian2002-09-04
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane2001-03-14