summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/foreign_key.out
Commit message (Expand)AuthorAgeFilesLines
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-251-0/+13
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-231-0/+21
* Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane2016-06-291-0/+22
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-031-19/+24
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-291-0/+19
* Reverting previous commit, pending investigationSimon Riggs2013-06-241-19/+0
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-241-0/+19
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-46/+0
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-191-0/+26
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-181-0/+36
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-181-16/+16
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-171-1/+1
* Lots of doc corrections.Robert Haas2012-04-231-2/+2
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-261-0/+32
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-10/+10
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-3/+3
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-221-17/+17
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-13/+2
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-10/+11
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-8/+8
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-151-1/+68
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-171-0/+37
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-4/+5
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-36/+56
* Update regression tests for new referential integrity error messageBruce Momjian2005-12-281-10/+10
* Spell "explicitly" correctly, per Simon.Tom Lane2005-12-071-3/+3
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-0/+44
* Unbreak regression tests (Peter's recent checkin to executor/spi.c didNeil Conway2004-10-131-1/+1
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-0/+1
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-1/+1
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-38/+38
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-0/+22
* Generate a WARNING when the column types in a foreign key constraint areTom Lane2004-03-131-40/+111
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-0/+5
* Moved the recently added test for foreign key disabled by rewriteJan Wieck2003-10-311-59/+0
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-311-0/+59
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-021-43/+0
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-118/+118
* The deferred trigger queue pushing to disk patch pointed outBruce Momjian2003-07-271-0/+19
* Error message editing for foreign-key triggers.Tom Lane2003-07-221-31/+62
* Error message editing in backend/catalog.Tom Lane2003-07-211-4/+4
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-3/+3
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-31/+31
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-38/+38
* Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck2003-04-071-1/+1
* Arrange to print the relevant key values when reporting a foreign-keyTom Lane2003-03-151-27/+27
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-221-1/+1
* Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian2002-08-171-0/+77
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-40/+23
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-031-2/+2