summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/prepare.out
Commit message (Expand)AuthorAgeFilesLines
* Add error position to an error messagePeter Eisentraut2019-11-291-0/+2
* Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier2019-02-071-0/+7
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-23/+23
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-221-14/+14
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-031-4/+4
* Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut2008-07-031-63/+63
* Fix bogus expected output that should have made it quite clear thatTom Lane2008-05-091-68/+66
* Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian2008-05-081-7/+9
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-181-1/+1
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-091-45/+49
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-0/+8
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Undo changes of trailing space in recently-committed expected files.Tom Lane2006-02-121-12/+12
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-101-13/+13
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-161-7/+7
* Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway2006-01-151-19/+23
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-5/+58
* 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-191-5/+7
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-011-2/+2
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+1
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-0/+107