summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-72/+53
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-251-3/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-231-17/+76
* pgindent run for 8.2.Bruce Momjian2006-10-041-32/+35
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-041-1/+69
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-031-26/+19
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-10/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-6/+18
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-301-3/+3
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-271-44/+114
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-121-2/+3
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+11
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-2/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-196/+190
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-241-3/+7
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-1/+109
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-12/+20
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-3/+4
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-2/+3
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-41/+34
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-5/+4
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-20/+19
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+4
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-24/+20
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-5/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-12/+35
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-94/+168
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-241-9/+2
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-231-2/+9
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* ActiveSnapshot must be set to something valid while running deferredTom Lane2004-12-061-1/+9
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-141-4/+1
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-8/+34
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-211-3/+9
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-524/+671
* Minor efficiency improvements in keeping track of trigger deferredTom Lane2004-09-081-37/+28
* Fix a couple of small errors in trigger-list management, as per recentTom Lane2004-09-071-10/+11
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-061-30/+34
* Pgindent run for 8.0.Bruce Momjian2004-08-291-52/+54
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-155/+422
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-24/+16
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-2/+2