aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom Lane2007-11-05
* Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGERTom Lane2007-11-04
* Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign keyTom Lane2007-11-04
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* Avoid memory leakage when a series of subtransactions invoke AFTER triggersTom Lane2007-07-01
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-25
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-04
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-03
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-30
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-24
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14