| Age | Commit message (Expand) | Author |
| 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 |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-10-06 | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane |
| 2002-04-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
| 2002-03-29 | Mop-up some infelicities in new relation lookup handling. | Tom Lane |
| 2001-11-16 | Remove 'triggered data change violation' error check, per recent | Tom Lane |
| 2001-11-12 | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-14 | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-22 | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |