| Commit message (Expand) | Author | Age |
* | Fix dangling-pointer problem in before-row update trigger processing. | Tom Lane | 2011-02-21 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | 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-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 |
* | Mark SessionReplicationRole as PGDLLIMPORT so it | Magnus Hagander | 2008-09-19 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane | 2008-01-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 |
* | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane | 2003-03-27 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane | 2002-04-26 |
* | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane | 2002-04-01 |
* | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 |
* | Remove 'triggered data change violation' error check, per recent | Tom Lane | 2001-11-16 |
* | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane | 2001-11-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane | 2001-03-14 |