summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2009-02-12The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters,Peter Eisentraut
2009-02-12Unset language-related locale settings in any case, otherwise psql willPeter Eisentraut
2009-02-11Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane
2009-02-11Only unset the locale environment when --no-locale is used (the way it wasPeter Eisentraut
2009-02-09Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane
2009-02-09Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera
2009-02-07Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian
2009-02-06Clean up some loose ends from the column privileges patch: addTom Lane
2009-02-05Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERYBruce Momjian
2009-01-28Change warning-silencing code not to cast the pointer type, insteadMagnus Hagander
2009-01-27Silence compiler warning on win32.Magnus Hagander
2009-01-27Revert updatable viewsPeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Automatic view update rulesPeter Eisentraut
2009-01-20Revise the permission checking on user mapping DDL commands.Peter Eisentraut
2009-01-19Avoid regression test cases that fail in locales that sort "v" and "w"Peter Eisentraut
2009-01-19Alter regression test cases that rely on the sort order of "aa". SomePeter Eisentraut
2009-01-19Alter the regression test cases that rely on the sort order of "ch" betweenPeter Eisentraut
2009-01-12Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut
2009-01-11Make tests pass with or without locale.Peter Eisentraut
2009-01-09Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut