summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-2/+3
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-5/+5
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-151-1/+7
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-2/+9
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+97
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-021-23/+20
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-18/+11
* Small comment spacing improvement.Bruce Momjian2007-11-161-8/+8
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-54/+55
* Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom Lane2007-11-051-56/+81
* Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGERTom Lane2007-11-041-35/+82
* Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign keyTom Lane2007-11-041-69/+288
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-151-84/+39
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-151-21/+32
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-171-3/+2
* Avoid memory leakage when a series of subtransactions invoke AFTER triggersTom Lane2007-07-011-1/+19
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-21/+98
* 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