]> granicus.if.org Git - postgresql/history - src/include/commands/trigger.h
Update copyright for 2014
[postgresql] / src / include / commands / trigger.h
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-06-20 Tom LaneImprove tests for whether we can skip queueing RI enfor...
2012-01-25 Alvaro HerreraAdd pg_trigger_depth() function
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Heikki LinnakangasUpdate comments to reflect that tgenabled is not a...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-24 Tom LaneReduce the memory footprint of large pending-trigger...
2008-09-19 Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-04 Tom LaneDisallow TRUNCATE when there are any pending after...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-06 Tom LaneDuring ALTER TABLE ADD FOREIGN KEY, try to check the...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-09-04 Bruce Momjianpgindent run.
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2001-11-16 Tom LaneRemove 'triggered data change violation' error check...
2001-11-12 Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneReduce amount of memory used per tuple for after-event...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-06 Jan WieckChanged "triggered data change violation" detection...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-11-26 Bruce MomjianCleanup up include files.
1997-09-11 Vadim B. MikheevCleanups.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-04 Vadim B. MikheevPrototypes, definitions...
1997-09-01 Vadim B. MikheevFunction prototypes.
1997-08-31 Vadim B. MikheevCREATE/DROP TRIGGER functions