summaryrefslogtreecommitdiff
path: root/src/test/regress/output
Commit message (Expand)AuthorAgeFilesLines
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-022-1/+5
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-142-3/+3
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-272-28/+28
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-0/+21
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-4/+0
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+1
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-231-5/+9
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-6/+6
* Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway2005-05-101-0/+10
* Fix minor breakage to regression tests induced in previous commit -- I hadNeil Conway2005-04-071-0/+2
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-1/+1
* Add CVS \r\n regression tests.Bruce Momjian2005-03-161-0/+27
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-12/+4
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-0/+45
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-4/+4
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-102-2/+41
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-1/+17
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-2/+3
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-141-0/+4
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-141-0/+4
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-1/+2
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-291-1/+1
* Forget to update the real source of the regression test results afterPeter Eisentraut2003-09-251-25/+25
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-3/+3
* Error message editing in backend/executor.Tom Lane2003-07-211-22/+22
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-1/+1
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-192-6/+6
* First bits of work on error message editing.Tom Lane2003-07-181-10/+14
* Includes:Bruce Momjian2003-06-251-1/+4
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-292-3/+3
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-1/+2
* Update for new serial functionality.Bruce Momjian2003-03-201-3/+1
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-2/+3
* Fix regression test breakage from triggers patch.Tom Lane2002-11-231-1/+3
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+1
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-011-4/+4
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-211-0/+1
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-8/+19
* More changes to match new error format.Bruce Momjian2002-08-182-3/+3
* Make cluster regress test functional.Tom Lane2002-08-111-232/+0
* Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian2002-08-101-0/+232
* Change messages like this:Bruce Momjian2002-08-041-20/+20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-2/+2
* Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian2002-07-111-21/+21
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-251-21/+21
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-251-21/+21
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-0/+25
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-1/+0
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-1/+1