summaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-06-19Improve 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-15Improve behavior of concurrent rename statements.Robert Haas
2011-11-17Further 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-08Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-21Fix 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
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-10-26Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-24Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane
2008-09-19Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2008-01-02Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-19Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-09-04Disallow TRUNCATE when there are any pending after-trigger events forTom Lane
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-23Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane
2005-05-30When enqueueing after-row triggers for updates of a table with a foreignNeil Conway
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-30I found a corner case in which it is possible for RI_FKey_check's callTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian