summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-196-0/+106
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-182-4/+132
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-122-39/+0
* Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane2006-02-122-15/+53
* Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian2006-02-122-0/+42
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+2
* Undo changes of trailing space in recently-committed expected files.Tom Lane2006-02-122-163/+163
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-112-0/+39
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-112-210/+296
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-112-0/+140
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-102-14/+13
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-042-0/+51
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-043-0/+542
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-262-1/+7
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-251-2/+2
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-228-2/+99
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-3/+3
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-183-1/+88
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-162-8/+8
* Add regression tests to verify that domain constraints on parametersNeil Conway2006-01-152-0/+23
* Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway2006-01-152-23/+32
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-115-29/+4
* Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane2006-01-101-1/+1
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-083-8/+82
* Remove BEOS port.Bruce Momjian2006-01-051-2/+2
* Remove QNX port.Bruce Momjian2006-01-053-397/+3
* Update regression tests for new referential integrity error messageBruce Momjian2005-12-281-10/+10
* Add COPY CSV test that tests CSV output of \.Bruce Momjian2005-12-282-0/+6
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-282-0/+13
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-282-0/+154
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-142-0/+27
* Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway2005-12-112-0/+31
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-092-7/+7
* Spell "explicitly" correctly, per Simon.Tom Lane2005-12-072-6/+6
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-053-0/+40
* Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera2005-11-281-1/+7
* Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane2005-11-281-14/+14
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-232-0/+97
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-9/+9
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-212-0/+119
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-194-2/+161
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-191-12/+12
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-173-7/+116
* R-tree is dead ... long live GiST.Tom Lane2005-11-073-98/+1
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-012-8/+19
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-251-1/+1
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-201-47/+107
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-54/+47
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-131-1/+1
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-062-16/+16