aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/errors.out
Commit message (Expand)AuthorAge
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Allow empty target list in SELECT.Tom Lane2013-12-14
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-26
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian2007-11-10
* Support the syntaxTom Lane2006-04-15
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Add a regression test to verify that the stack depth checker actuallyTom Lane2005-02-11
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-22
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-14
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update regression test for message change.Tom Lane2003-09-15
* Error message editing in backend/access.Tom Lane2003-07-21
* Error message editing in backend/catalog.Tom Lane2003-07-21
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-11
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-02
* Modify regression tests to match new error reporting format from Gavin.Bruce Momjian2002-08-18
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Change made to elog:Bruce Momjian2002-03-06
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* The following patch was sent to the patches list:Bruce Momjian2000-10-18
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Fix up error message to start with cap letter.Thomas G. Lockhart2000-02-15
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Now that new psql is fflush()'ing properly, it emerges that severalTom Lane2000-01-15
* Update for new psql formatting.Thomas G. Lockhart2000-01-06
* Update output to new psql conventions.Thomas G. Lockhart2000-01-05
* Update regress test expected outputs for small changes inTom Lane1999-09-18
* Update error messages with more consistant format.Thomas G. Lockhart1999-02-23
* Clean up error messages associated with rules and views.Thomas G. Lockhart1998-12-13
* Message changed slightly since "rename" is now allowed as a column name.Thomas G. Lockhart1998-09-30
* Add test for UNION.Thomas G. Lockhart1998-05-29