index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
trigger.h
Age
Commit message (
Expand
)
Author
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-06-20
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-10
Support triggers on views.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-20
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-28
Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-22
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
Update comments to reflect that tgenabled is not a boolean anymore.
Heikki Linnakangas
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-10-24
Reduce the memory footprint of large pending-trigger-event lists, as per my
Tom Lane
2008-09-19
Mark SessionReplicationRole as PGDLLIMPORT so it
Magnus Hagander
2008-03-28
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2008-01-02
Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-30
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-03-19
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
Jan Wieck
2007-02-14
Fix up foreign-key mechanism so that there is a sound semantic basis for the
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-09-04
Disallow TRUNCATE when there are any pending after-trigger events for
Tom Lane
2006-06-16
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-23
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-05-30
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-04-11
Fix interaction between materializing holdable cursors and firing
Tom Lane
2005-03-25
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-10-30
I found a corner case in which it is possible for RI_FKey_check's call
Tom Lane
2004-09-10
Fire non-deferred AFTER triggers immediately upon query completion,
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
[next]