]> granicus.if.org Git - postgresql/history - src/test/regress/output/constraints.source
Update copyright for the year 2010.
[postgresql] / src / test / regress / output / constraints.source
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-03-14 Tom LaneTeach psql to show the location of syntax errors visual...
2003-09-29 Tom LaneImprove context display for failures during COPY IN...
2003-09-25 Peter EisentrautForget to update the real source of the regression...
2003-07-21 Tom LaneError message editing in backend/access.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2002-08-18 Bruce MomjianMore changes to match new error format.
2002-08-04 Bruce MomjianChange messages like this:
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-07 Bruce MomjianAdjust elog() tags so source and regression tests match.
2002-03-03 Tom LaneCause regression tests to pass again after elog changes.
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-02-22 Tom LaneAdjust expected error message due to change of keyword...
2000-10-27 Peter EisentrautMake regression tests work with VPATH builds.
2000-02-15 Tom LaneChange to report COPY line number in error messages...
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
2000-01-16 Tom LaneAdd check that inherited constraints and defaults work.
2000-01-15 Tom LaneNow that new psql is fflush()'ing properly, it emerges...
2000-01-05 Thomas G. LockhartUpdate format to add uniform headers on files.
1999-11-27 Tom LaneOops, forgot to commit this one last week. Part of...
1999-11-20 Tom LaneMy latest fixes to gram.y cause CREATE TABLE t (f1...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-05-12 Thomas G. LockhartAdjust elog NOTICE messages to surround table and colum...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-01-06 Bruce MomjianRegression cleanup of WARN.
1997-12-09 Thomas G. LockhartInclude informational messages added for implicit index...
1997-12-05 Thomas G. LockhartChange constraint syntax to SQL92 style.
1997-10-17 Vadim B. MikheevChanges due to fixed DEFAULT behaviour.
1997-09-16 Thomas G. LockhartModify to match current expected output
1997-08-28 Vadim B. MikheevTests for CHECK/DEFAULT