]> granicus.if.org Git - postgresql/history - src/test/regress/expected/errors.out
Don't allow logging in with empty password.
[postgresql] / src / test / regress / expected / errors.out
2017-03-14 Peter EisentrautSpelling fixes in code comments
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2013-12-15 Tom LaneAllow empty target list in SELECT.
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2012-01-26 Robert HaasBe more clear when a new column name collides with...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2007-11-10 Bruce MomjianReduce error level of ROLLBACK outside a transaction...
2006-04-15 Tom LaneSupport the syntax
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2005-02-11 Tom LaneAdd a regression test to verify that the stack depth...
2005-01-22 Neil ConwayThis patch updates the regression tests to allow "make...
2004-03-14 Tom LaneTeach psql to show the location of syntax errors visual...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Tom LaneUpdate regression test for message change.
2003-07-21 Tom LaneError message editing in backend/access.
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-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-09-02 Bruce MomjianI guess the intention was to test incomplete SELECT...
2002-08-18 Bruce MomjianModify regression tests to match new error reporting...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-06 Bruce MomjianChange made to elog:
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-15 Thomas G. LockhartFix up error message to start with cap letter.
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-15 Tom LaneNow that new psql is fflush()'ing properly, it emerges...
2000-01-06 Thomas G. LockhartUpdate for new psql formatting.
2000-01-05 Thomas G. LockhartUpdate output to new psql conventions.
1999-09-18 Tom LaneUpdate regress test expected outputs for small changes in
1999-02-23 Thomas G. LockhartUpdate error messages with more consistant format.
1998-12-13 Thomas G. LockhartClean up error messages associated with rules and views.
1998-09-30 Thomas G. LockhartMessage changed slightly since "rename" is now allowed...
1998-05-29 Thomas G. LockhartAdd test for UNION.
1998-05-09 Thomas G. LockhartChanged error message slightly.
1998-01-06 Bruce MomjianRegression cleanup of WARN.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-30 Thomas G. LockhartUpdate for modified quoting style in some error messages.
1997-09-13 Thomas G. LockhartMake tests match with modified error messages.
1997-06-03 Thomas G. LockhartUpdate to reflect new "drop aggregate" syntax and messages.
1997-05-11 Thomas G. LockhartAdd inter-type regression tests for geometry, date...
1997-05-05 Vadim B. MikheevWARN:parser: parser error ...
1997-04-27 Marc G. Fournier*shrug* I don't know anymore...