summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/errors.out
AgeCommit message (Expand)Author
2005-02-11Add a regression test to verify that the stack depth checker actuallyTom Lane
2005-01-22This patch updates the regression tests to allow "make installcheck" toNeil Conway
2004-03-14Teach psql to show the location of syntax errors visually, per recentTom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-15Update regression test for message change.Tom Lane
2003-07-21Error message editing in backend/access.Tom Lane
2003-07-21Error message editing in backend/catalog.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-05-29Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2002-09-02I guess the intention was to test incomplete SELECT statements, notBruce Momjian
2002-08-18Modify regression tests to match new error reporting format from Gavin.Bruce Momjian
2002-05-17Get rid of the last few uses of typeidTypeName() rather thanTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-06Change made to elog:Bruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-02-15Fix up error message to start with cap letter.Thomas G. Lockhart
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-15Now that new psql is fflush()'ing properly, it emerges that severalTom Lane
2000-01-06Update for new psql formatting.Thomas G. Lockhart
2000-01-05Update output to new psql conventions.Thomas G. Lockhart
1999-09-18Update regress test expected outputs for small changes inTom Lane
1999-02-23Update error messages with more consistant format.Thomas G. Lockhart
1998-12-13Clean up error messages associated with rules and views.Thomas G. Lockhart
1998-09-30Message changed slightly since "rename" is now allowed as a column name.Thomas G. Lockhart
1998-05-29Add test for UNION.Thomas G. Lockhart
1998-05-09Changed error message slightly.Thomas G. Lockhart
1998-01-06Regression cleanup of WARN.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-10-30Update for modified quoting style in some error messages.Thomas G. Lockhart
1997-09-13Make tests match with modified error messages.Thomas G. Lockhart
1997-06-03Update to reflect new "drop aggregate" syntax and messages.Thomas G. Lockhart
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart
1997-05-05WARN:parser: parser error ...Vadim B. Mikheev
1997-04-27*shrug* I don't know anymore...Marc G. Fournier