aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Build src/test/regress/README during tarball making like the otherPeter Eisentraut2006-04-06
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-02
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-23
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-19
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-17
* Missed this file in previous commit :-(Tom Lane2006-03-14
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane2006-02-12
* Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Undo changes of trailing space in recently-committed expected files.Tom Lane2006-02-12
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-10
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-04
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-25
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-22
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-16
* Add regression tests to verify that domain constraints on parametersNeil Conway2006-01-15
* Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway2006-01-15
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane2006-01-10
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Update regression tests for new referential integrity error messageBruce Momjian2005-12-28
* Add COPY CSV test that tests CSV output of \.Bruce Momjian2005-12-28
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-28
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28