summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2009-01-08Fix memory leak for file name if expect file name contains a dot, perBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-30Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane
2008-12-29Tighten up a couple of regression test cases that can have platform-dependentTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-19Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-16Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane
2008-12-15Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane
2008-12-15Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut