summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/errors.out
Commit message (Expand)AuthorAgeFilesLines
* Support the syntaxTom Lane2006-04-151-1/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-45/+53
* Add a regression test to verify that the stack depth checker actuallyTom Lane2005-02-111-0/+7
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-221-3/+0
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-141-3/+183
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-7/+7
* Update regression test for message change.Tom Lane2003-09-151-2/+4
* Error message editing in backend/access.Tom Lane2003-07-211-2/+2
* Error message editing in backend/catalog.Tom Lane2003-07-211-6/+6
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-7/+7
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-7/+7
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-7/+7
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-291-28/+28
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-8/+33
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-021-3/+12
* Modify regression tests to match new error reporting format from Gavin.Bruce Momjian2002-08-181-27/+27
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-4/+4
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-3/+3
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-3/+3
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-3/+0
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-4/+4
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-1/+1
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-4/+4
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-2/+2
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-031-9/+9
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-221-3/+3
* The following patch was sent to the patches list:Bruce Momjian2000-10-181-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-1/+1
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-36/+8
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-11/+11
* Fix up error message to start with cap letter.Thomas G. Lockhart2000-02-151-4/+4
* A few minor psql enhancementsPeter Eisentraut2000-01-291-2/+2
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-4/+4
* Now that new psql is fflush()'ing properly, it emerges that severalTom Lane2000-01-151-2/+2
* Update for new psql formatting.Thomas G. Lockhart2000-01-061-3/+1
* Update output to new psql conventions.Thomas G. Lockhart2000-01-051-73/+188
* Update regress test expected outputs for small changes inTom Lane1999-09-181-4/+4
* Update error messages with more consistant format.Thomas G. Lockhart1999-02-231-1/+1
* Clean up error messages associated with rules and views.Thomas G. Lockhart1998-12-131-1/+1
* Message changed slightly since "rename" is now allowed as a column name.Thomas G. Lockhart1998-09-301-1/+1
* Add test for UNION.Thomas G. Lockhart1998-05-291-1/+1
* Changed error message slightly.Thomas G. Lockhart1998-05-091-1/+1
* Regression cleanup of WARN.Bruce Momjian1998-01-061-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-59/+59
* Update for modified quoting style in some error messages.Thomas G. Lockhart1997-10-301-3/+3
* Make tests match with modified error messages.Thomas G. Lockhart1997-09-131-28/+0
* Update to reflect new "drop aggregate" syntax and messages.Thomas G. Lockhart1997-06-031-1/+9
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-111-26/+26