| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -1/+1 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -45/+53 |
| * | Add a regression test to verify that the stack depth checker actually | Tom Lane | 2005-02-11 | 1 | -0/+7 |
| * | This patch updates the regression tests to allow "make installcheck" to | Neil Conway | 2005-01-22 | 1 | -3/+0 |
| * | Teach psql to show the location of syntax errors visually, per recent | Tom Lane | 2004-03-14 | 1 | -3/+183 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -7/+7 |
| * | Update regression test for message change. | Tom Lane | 2003-09-15 | 1 | -2/+4 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -2/+2 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -6/+6 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -7/+7 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -7/+7 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -7/+7 |
| * | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane | 2003-05-29 | 1 | -28/+28 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -8/+33 |
| * | I guess the intention was to test incomplete SELECT statements, not | Bruce Momjian | 2002-09-02 | 1 | -3/+12 |
| * | Modify regression tests to match new error reporting format from Gavin. | Bruce Momjian | 2002-08-18 | 1 | -27/+27 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -4/+4 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 1 | -3/+3 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -3/+3 |
| * | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -3/+0 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -4/+4 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -1/+1 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -4/+4 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 1 | -2/+2 |
| * | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 | 1 | -9/+9 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+2 |
| * | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 1 | -3/+3 |
| * | The following patch was sent to the patches list: | Bruce Momjian | 2000-10-18 | 1 | -2/+2 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -1/+1 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -36/+8 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -11/+11 |
| * | Fix up error message to start with cap letter. | Thomas G. Lockhart | 2000-02-15 | 1 | -4/+4 |
| * | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 | 1 | -2/+2 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -4/+4 |
| * | Now that new psql is fflush()'ing properly, it emerges that several | Tom Lane | 2000-01-15 | 1 | -2/+2 |
| * | Update for new psql formatting. | Thomas G. Lockhart | 2000-01-06 | 1 | -3/+1 |
| * | Update output to new psql conventions. | Thomas G. Lockhart | 2000-01-05 | 1 | -73/+188 |
| * | Update regress test expected outputs for small changes in | Tom Lane | 1999-09-18 | 1 | -4/+4 |
| * | Update error messages with more consistant format. | Thomas G. Lockhart | 1999-02-23 | 1 | -1/+1 |
| * | Clean up error messages associated with rules and views. | Thomas G. Lockhart | 1998-12-13 | 1 | -1/+1 |
| * | Message changed slightly since "rename" is now allowed as a column name. | Thomas G. Lockhart | 1998-09-30 | 1 | -1/+1 |
| * | Add test for UNION. | Thomas G. Lockhart | 1998-05-29 | 1 | -1/+1 |
| * | Changed error message slightly. | Thomas G. Lockhart | 1998-05-09 | 1 | -1/+1 |
| * | Regression cleanup of WARN. | Bruce Momjian | 1998-01-06 | 1 | -2/+2 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -59/+59 |
| * | Update for modified quoting style in some error messages. | Thomas G. Lockhart | 1997-10-30 | 1 | -3/+3 |
| * | Make tests match with modified error messages. | Thomas G. Lockhart | 1997-09-13 | 1 | -28/+0 |
| * | Update to reflect new "drop aggregate" syntax and messages. | Thomas G. Lockhart | 1997-06-03 | 1 | -1/+9 |
| * | Add inter-type regression tests for geometry, date/time, and numbers. | Thomas G. Lockhart | 1997-05-11 | 1 | -26/+26 |