summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-42/+41
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-29/+32
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-061-2/+2
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-021-2/+2
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-251-7/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-9/+9
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-112/+116
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-7/+11
* A visit from the message-style police ...Tom Lane2003-07-281-6/+6
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-58/+100
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-5/+2
* In an attempt to simplify my life I'm submitting this patch thatBruce Momjian2003-06-241-69/+70
* Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane2003-04-201-11/+38
* The following patch cleans up the deferred trigger mechanism. There isBruce Momjian2003-03-311-37/+10
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-271-13/+20
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+4
* Updated deferred trigger patch.Bruce Momjian2003-01-081-6/+6
* This trivial patch implements disabled, deferred triggers, per myBruce Momjian2003-01-081-4/+31
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-9/+4
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-251-2/+2
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-32/+228
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-22/+7
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-7/+22
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-22/+7
* Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane2002-10-211-5/+3
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-141-43/+162
* Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane2002-10-031-4/+43
* Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane2002-09-231-1/+2
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-211-12/+15
* pgindent run.Bruce Momjian2002-09-041-74/+78
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-5/+1
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-8/+8
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-4/+11
* Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on bothPeter Eisentraut2002-08-181-10/+29
* Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian2002-08-171-159/+104
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-131-18/+1
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-20/+6
* Tweak CreateTrigger() so that the OID used in the name of anTom Lane2002-07-201-3/+21
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+7
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-162/+166
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-5/+3
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-3/+4
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-301-46/+43
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-7/+7