summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Build src/test/regress/README during tarball making like the otherPeter Eisentraut2006-04-061-278/+0
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-052-9/+131
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-022-6/+6
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-232-0/+33
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-0/+20
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-191-2/+2
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-173-0/+77
* Missed this file in previous commit :-(Tom Lane2006-03-141-0/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-1424-77/+213
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-113-0/+4
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-102-10/+76
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-073-12/+0
* Attached is the new patch. To summarize:Bruce Momjian2006-03-062-0/+10
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-062-4/+117
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-055-10/+10
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-032-10/+65
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-021-4/+4
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-282-4/+45
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-2721-186/+186
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-262-0/+31
* 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