summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2006-03-02Fix ancient error in large objects usage example: overwrite() subroutineTom Lane
2006-02-28Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-26Implement the <> operator for the tid type. Original patch from MarkNeil Conway
2006-02-19Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-12Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane
2006-02-12Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-12Undo changes of trailing space in recently-committed expected files.Tom Lane
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-25Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian
2006-01-22Allow an optional alias for the target table to be specified for UPDATENeil Conway
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2006-01-16Change the parameter_types column of the pg_prepared_statements to beNeil Conway
2006-01-15Add regression tests to verify that domain constraints on parametersNeil Conway
2006-01-15Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-10Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2005-12-28Update regression tests for new referential integrity error messageBruce Momjian
2005-12-28Add COPY CSV test that tests CSV output of \.Bruce Momjian
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-12-11Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-07Spell "explicitly" correctly, per Simon.Tom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-11-28Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera
2005-11-28Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane
2005-11-23Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan