Commits

DateSubjectAuthorReleases
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.0.16
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.1.12
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.2.8
2008-03-28 Support statement-level ON TRUNCATE triggers. Simon Riggs Tom Lane 8.4.0
2008-01-02 Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events Tom Lane 8.3.0
2007-11-30 Avoid incrementing the CommandCounter when CommandCounterIncrement is called Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2006-09-04 Disallow TRUNCATE when there are any pending after-trigger events for Tom Lane 8.2.0
2005-08-23 Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to Tom Lane 8.1.0
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.0.3
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.1.0
2005-03-25 Improve EXPLAIN ANALYZE to show the time spent in each trigger when Tom Lane 8.1.0
2004-10-30 I found a corner case in which it is possible for RI_FKey_check's call Tom Lane 8.0.0
2004-09-10 Fire non-deferred AFTER triggers immediately upon query completion, Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2003-10-06 During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using Tom Lane 7.4.1
2003-03-27 GetTupleForTrigger must use outer transaction's command counter for time Tom Lane 7.3.3
2003-03-27 GetTupleForTrigger must use outer transaction's command counter for time Tom Lane 7.4.1
2002-10-14 Arrange to copy relcache's trigdesc structure at the start of any Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-04-26 Move renametrig() from tablecmds.c to trigger.c --- if we're going to Tom Lane 7.3.1
2002-04-01 Add tgconstrrelid to stored Trigger structures, make RI trigger functions Tom Lane 7.3.1
2002-03-29 Mop-up some infelicities in new relation lookup handling. Tom Lane 7.3.1
2001-11-16 Remove 'triggered data change violation' error check, per recent Tom Lane 7.2.1
2001-11-12 Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. Tom Lane 7.2.1