summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2009-04-21Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian
2009-04-19Revise plpgsql's scanner to process comments and string literals in a wayTom Lane
2009-04-16Fix the regression test error message for array_fill, too.Alvaro Herrera
2009-04-09Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane
2009-04-09Fix the plpgsql memory leak exhibited in bug #4677. That leak was introducedTom Lane
2009-04-08Allow leading and trailing spaces around NaN in numeric_in.Tom Lane
2009-04-08XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-25Polish SQL/MED terminologyPeter Eisentraut
2009-03-22Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane
2009-03-10Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane
2009-03-09Tweak the regression test case so that the ordering of numbers vs. lettersPeter Eisentraut
2009-03-09Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut
2009-03-05Fix column privilege checking for cases where parent and child have differentTom Lane
2009-02-28Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane
2009-02-26Remove outdated join_1.out regression test comparison file. This hasTom Lane
2009-02-25Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane
2009-02-24Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut
2009-02-18Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane
2009-02-18Message wordsmithingPeter Eisentraut