]> granicus.if.org Git - postgresql/history - src/test/regress/expected/foreign_key.out
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
[postgresql] / src / test / regress / expected / foreign_key.out
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-07-17 Tom LaneFix incorrect optimization of foreign-key checks. ...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2005-12-28 Bruce MomjianUpdate regression tests for new referential integrity...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2004-10-13 Neil ConwayUnbreak regression tests (Peter's recent checkin to...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-13 Tom LaneGenerate a WARNING when the column types in a foreign...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-31 Jan WieckMoved the recently added test for foreign key disabled...
2003-10-31 Jan WieckFix for possible referential integrity violation when...
2003-10-02 Peter EisentrautRemove NOTICE about foreign key creating implicit trigg...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-07-27 Bruce MomjianThe deferred trigger queue pushing to disk patch pointe...
2003-07-22 Tom LaneError message editing for foreign-key triggers.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-04-07 Jan WieckAvoid primary key lookup (and lock) if foreign key...
2003-03-15 Tom LaneArrange to print the relevant key values when reporting...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-08-17 Bruce MomjianImprove documentation of trigger firing queue handling...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-04 Bruce MomjianRemove "ADD" from TABLE / ADD UNIQUE-PRIMARY error...
2001-10-31 Bruce MomjianModify *.po files and regression expected output for...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-05-09 Bruce Momjian This patch should catch cases where the types
2000-12-05 Tom LaneFrom Stephan Szabo:
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-08-29 Bruce MomjianThis is mostly the same as an earlier patch I
2000-02-24 Bruce MomjianAdd missing files like foreign key regression tests...