summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2009-10-06Change CREATE TABLE so that column default expressions coming from differentHEADmasterTom Lane
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-29Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane
2009-09-29Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-22Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane
2009-09-21Define a new, more extensible syntax for COPY options.Tom Lane
2009-09-12Rewrite the planner's handling of materialized plan types so that there isTom Lane
2009-09-12Fix assertion failure when a SELECT DISTINCT ON expression is volatile.Tom Lane
2009-09-09Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane
2009-09-02Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane
2009-08-27Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-24Run the "tablespace" regression test first not last. The former placementTom Lane
2009-08-18Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev
2009-08-15Remove Wisconsin benchmark files.Tom Lane
2009-08-14Repair breakage of Wisconsin benchmark due to change of command line syntaxTom Lane
2009-08-14Add prefix support for synonym dictionaryTeodor Sigaev
2009-08-13Add a simple test case covering a join against an inheritance tree,Tom Lane
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-08-06Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-03Implement has_sequence_privilege()Joe Conway
2009-08-01Department of second thoughts: let's show the exact key during unique indexTom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Correct calculations of overlap and contains operations over polygons.Teodor Sigaev
2009-07-27Experiment with using EXPLAIN COSTS OFF in regression tests.Tom Lane
2009-07-25Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.Andrew Dunstan
2009-07-20DROP IF EXISTS for columns and constraints. Andres Freund.Andrew Dunstan
2009-07-19Fix a thinko in join_is_legal: when we decide we can implement a semijoinTom Lane
2009-07-17Repair bug #4926 "too few pathkeys for mergeclauses". This example showsTom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2009-07-06Fix handling of changed-Param signaling for CteScan plan nodes. We were usingTom Lane
2009-07-02Regression test for XML mapping functionalityPeter Eisentraut
2009-06-22Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane
2009-06-14Change test tables in copy2 regression test to be temporary tables.Tom Lane
2009-06-11Fix things so that you can still do "select foo()" where foo is a SQLTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-06-01Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane
2009-05-24Fix LIKE's special-case code for % followed by _. I'm not entirely sure thatTom Lane
2009-05-19Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane
2009-05-06Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane
2009-05-05Make new complaint about unsafe Unicode literals include an error location.Tom Lane
2009-05-05Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut
2009-04-25Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane