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