aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-08
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Polish SQL/MED terminologyPeter Eisentraut2009-03-25
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane2009-03-10
* Tweak the regression test case so that the ordering of numbers vs. lettersPeter Eisentraut2009-03-09
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-09
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-05
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Remove outdated join_1.out regression test comparison file. This hasTom Lane2009-02-26
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane2009-02-18
* Message wordsmithingPeter Eisentraut2009-02-18
* The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters,Peter Eisentraut2009-02-12
* Unset language-related locale settings in any case, otherwise psql willPeter Eisentraut2009-02-12
* Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane2009-02-11
* Only unset the locale environment when --no-locale is used (the way it wasPeter Eisentraut2009-02-11
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-07
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06
* Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERYBruce Momjian2009-02-05
* Change warning-silencing code not to cast the pointer type, insteadMagnus Hagander2009-01-28
* Silence compiler warning on win32.Magnus Hagander2009-01-27
* Revert updatable viewsPeter Eisentraut2009-01-27
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-20
* Avoid regression test cases that fail in locales that sort "v" and "w"Peter Eisentraut2009-01-19
* Alter regression test cases that rely on the sort order of "aa". SomePeter Eisentraut2009-01-19
* Alter the regression test cases that rely on the sort order of "ch" betweenPeter Eisentraut2009-01-19
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-12
* Make tests pass with or without locale.Peter Eisentraut2009-01-11