]> granicus.if.org Git - postgresql/history - src/test/regress/expected/inherit.out
Remove useless whitespace at end of lines
[postgresql] / src / test / regress / expected / inherit.out
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-02-02 Tom LaneThe particular table names used in the new inheritance...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2004-12-12 Neil ConwayAdd regression tests for the fix committed by Tom for...
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-07-21 Tom LaneError message editing in backend/executor.
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-06-25 Bruce MomjianIncludes:
2003-06-25 Bruce MomjianBack out commit.
2003-06-25 Bruce MomjianAdjust expected output for new functions.
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-03-30 Tom LaneRe-allow specification of a new default value for an...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-09 Bruce MomjianAdd inherit regression files.