summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_misc.out
AgeCommit message (Expand)Author
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2019-09-27ANALYZE a_star and its children to avoid plan instability in tests.Tom Lane
2018-02-27Improve regression test coverage of regress.c.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2003-03-20Todo items:Bruce Momjian
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-07-11Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian
2002-06-26The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-25Back out cleanup patch. Got old version and needs work.Bruce Momjian
2002-06-25The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2000-02-20Add a simple regress test for SERIAL --- it's not much,Tom Lane
2000-01-05Update output to new psql conventions.Thomas G. Lockhart
1999-05-05I have two patches for 6.5.0:Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1997-06-03Update to show new path and polygon syntax.Thomas G. Lockhart
1997-04-06More splits and cleanups...Marc G. Fournier