aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-03
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-28
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-09
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-08
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-21
* Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane2010-05-28
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-18
* Forgot to back-patch CLUSTER test fix to 8.4.Tom Lane2010-02-03
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-02
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-23
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-16
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Fix snapshot management, take two.Alvaro Herrera2009-10-07
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-06
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-02
* Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane2009-09-29
* Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane2009-09-22
* 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
* Repair bug #4926 "too few pathkeys for mergeclauses". This example showsTom Lane2009-07-17
* Fix handling of changed-Param signaling for CteScan plan nodes. We were usingTom Lane2009-07-06
* 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
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* Revise plpgsql's scanner to process comments and string literals in a wayTom Lane2009-04-19
* Fix the regression test error message for array_fill, too.Alvaro Herrera2009-04-16
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-09
* Fix the plpgsql memory leak exhibited in bug #4677. That leak was introducedTom Lane2009-04-09
* Allow leading and trailing spaces around NaN in numeric_in.Tom Lane2009-04-08