summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* $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
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-15/+10
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-12/+15
* RI triggers would fail for datatypes using old-style equal function,Tom Lane2001-05-311-7/+21
* Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut2001-05-071-3/+62
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-431/+300
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Add some notes about memory management of RI plans.Tom Lane2001-02-151-2/+14
* Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1Tom Lane2000-12-221-25/+25
* keep relations open until they are no longer needed.Hiroshi Inoue2000-11-211-5/+9
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-8/+10
* When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut2000-09-251-1/+35
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-9/+1