summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/errors.out
AgeCommit message (Expand)Author
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2020-10-13Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane
2020-04-06Re-stabilize infinite_recurse() test case.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2013-12-15Allow empty target list in SELECT.Tom Lane
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-11-10Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian
2006-04-15Support the syntaxTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
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