aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* 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
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* In an attempt to simplify my life I'm submitting this patch thatBruce Momjian2003-06-24
* Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane2003-04-20
* The following patch cleans up the deferred trigger mechanism. There isBruce Momjian2003-03-31
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-27
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Updated deferred trigger patch.Bruce Momjian2003-01-08
* This trivial patch implements disabled, deferred triggers, per myBruce Momjian2003-01-08
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-25
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane2002-10-21
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane2002-10-03
* Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane2002-09-23
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22