summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-13/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-13/+9
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-2/+7
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-23/+35
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-76/+76
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-13/+11
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-1/+31
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-061-2/+2
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-311-2/+4
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-061-9/+217
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-011-11/+44
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hackTom Lane2003-09-281-65/+5
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-251-26/+8
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-21/+21
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-2/+2
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-63/+13
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-92/+101
* Error message editing for foreign-key triggers.Tom Lane2003-07-221-284/+212
* During looking stuff up for a discussion on -general, I realized thatBruce Momjian2003-06-111-12/+13
* Repair permissions problem in RI triggers: query parsing has to be doneTom Lane2003-04-261-95/+105
* Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck2003-04-071-7/+33
* Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane2003-03-271-83/+46
* Arrange to print the relevant key values when reporting a foreign-keyTom Lane2003-03-151-567/+423
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-1/+4
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-21/+21
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-291-7/+2
* Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane2002-10-031-2/+77
* pgindent run.Bruce Momjian2002-09-041-76/+85
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-31/+31
* This should fix a bug where a row that was updated orBruce Momjian2002-07-301-4/+243
* Remove Jan's copyright, with his approval.Bruce Momjian2002-06-211-2/+1
* Clean up some copyrights.Bruce Momjian2002-06-201-2/+2
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-14/+8
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-021-15/+3
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-011-228/+340
* Temporary kluge to let RI triggers work on tables outside the systemTom Lane2002-04-011-13/+26
* Fix for trigger handling:Bruce Momjian2002-03-191-1/+12
* Change made to elog:Bruce Momjian2002-03-061-25/+25
* Tables without oids wouldn't be able to beBruce Momjian2001-11-121-13/+13
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-121-11/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+6
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-5/+2