| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check for pending trigger events on far end when dropping an FK constraint. | Tom Lane | 2016-11-25 | 1 | -0/+13 |
| * | Avoid testing tuple visibility without buffer lock in RI_FKey_check(). | Tom Lane | 2016-10-23 | 1 | -0/+21 |
| * | Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries. | Tom Lane | 2016-06-29 | 1 | -0/+22 |
| * | Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. | Tom Lane | 2015-05-03 | 1 | -19/+24 |
| * | ALTER TABLE ... ALTER CONSTRAINT for FKs | Simon Riggs | 2013-06-29 | 1 | -0/+19 |
| * | Reverting previous commit, pending investigation | Simon Riggs | 2013-06-24 | 1 | -19/+0 |
| * | ALTER TABLE ... ALTER CONSTRAINT for FKs | Simon Riggs | 2013-06-24 | 1 | -0/+19 |
| * | Reduce messages about implicit indexes and sequences to DEBUG1. | Robert Haas | 2012-07-04 | 1 | -46/+0 |
| * | Share RI trigger code between NO ACTION and RESTRICT cases. | Tom Lane | 2012-06-19 | 1 | -0/+26 |
| * | Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. | Tom Lane | 2012-06-18 | 1 | -0/+36 |
| * | Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec. | Tom Lane | 2012-06-18 | 1 | -16/+16 |
| * | Refer to the default foreign key match style as MATCH SIMPLE internally. | Tom Lane | 2012-06-17 | 1 | -1/+1 |
| * | Lots of doc corrections. | Robert Haas | 2012-04-23 | 1 | -2/+2 |
| * | Change FK trigger creation order to better support self-referential FKs. | Tom Lane | 2011-10-26 | 1 | -0/+32 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -10/+10 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 1 | -3/+3 |
| * | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 | 1 | -17/+17 |
| * | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 | 1 | -13/+2 |
| * | Improve reporting of dependencies in DROP to work like the scheme that we | Tom Lane | 2008-06-11 | 1 | -10/+11 |
| * | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 | 1 | -8/+8 |
| * | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 | 1 | -1/+68 |
| * | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane | 2007-07-17 | 1 | -0/+37 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -4/+5 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -36/+56 |
| * | Update regression tests for new referential integrity error message | Bruce Momjian | 2005-12-28 | 1 | -10/+10 |
| * | Spell "explicitly" correctly, per Simon. | Tom Lane | 2005-12-07 | 1 | -3/+3 |
| * | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 | 1 | -0/+44 |
| * | Unbreak regression tests (Peter's recent checkin to executor/spi.c did | Neil Conway | 2004-10-13 | 1 | -1/+1 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -0/+1 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -1/+1 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -38/+38 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -0/+22 |
| * | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 | 1 | -40/+111 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -0/+5 |
| * | Moved the recently added test for foreign key disabled by rewrite | Jan Wieck | 2003-10-31 | 1 | -59/+0 |
| * | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 | 1 | -0/+59 |
| * | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut | 2003-10-02 | 1 | -43/+0 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -118/+118 |
| * | The deferred trigger queue pushing to disk patch pointed out | Bruce Momjian | 2003-07-27 | 1 | -0/+19 |
| * | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 | 1 | -31/+62 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -4/+4 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -3/+3 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -31/+31 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -38/+38 |
| * | Avoid primary key lookup (and lock) if foreign key does not change | Jan Wieck | 2003-04-07 | 1 | -1/+1 |
| * | Arrange to print the relevant key values when reporting a foreign-key | Tom Lane | 2003-03-15 | 1 | -27/+27 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -1/+1 |
| * | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian | 2002-08-17 | 1 | -0/+77 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -40/+23 |
| * | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane | 2002-05-03 | 1 | -2/+2 |