summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Mention "table" in "violates foreign key constraint" message that wasBruce Momjian2005-12-281-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-13/+13
* Update a couple of obsolete comments.Tom Lane2005-10-291-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-269/+235
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+3
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-65/+131
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* 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