aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* 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
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-24
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-23
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* ActiveSnapshot must be set to something valid while running deferredTom Lane2004-12-06
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-14
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-21
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Minor efficiency improvements in keeping track of trigger deferredTom Lane2004-09-08
* Fix a couple of small errors in trigger-list management, as per recentTom Lane2004-09-07
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04