]> granicus.if.org Git - postgresql/history - src/test/regress/sql/inherit.sql
Add test case for bug #8410.
[postgresql] / src / test / regress / sql / inherit.sql
2013-08-30 Tom LaneAdd test case for bug #8410.
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-07-22 Tom LaneFix name collision between concurrent regression tests.
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-02-10 Tom LaneAdd ORDER BY to a query to prevent occasional regressio...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-11-09 Tom LaneTweak new regression test case for more portability.
2011-11-09 Tom LaneWrap appendrel member outputs in PlaceHolderVars in...
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-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...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
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-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2003-06-25 Bruce MomjianIncludes:
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...
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.