]> granicus.if.org Git - postgresql/history - src/test
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / test /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Tom LaneMake handling of INTERVAL DAY TO MINUTE and INTERVAL...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-01 Tom LaneChange AdjustIntervalForTypmod to not discard higher...
2009-05-24 Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-19 Tom LaneFix bug #4814 (wrong subscript in consistent-function...
2009-05-06 Tom LaneModify CREATE DATABASE to enforce that the source datab...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-04-25 Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-16 Alvaro HerreraFix the regression test error message for array_fill...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-09 Tom LaneFix the plpgsql memory leak exhibited in bug #4677...
2009-04-08 Tom LaneAllow leading and trailing spaces around NaN in numeric_in.
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-04 Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-03-22 Tom LaneRemove the datetime keywords ABSTIME and RELTIME, which...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-03-09 Peter EisentrautTweak the regression test case so that the ordering...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-03-05 Tom LaneFix column privilege checking for cases where parent...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
2009-02-26 Tom LaneRemove outdated join_1.out regression test comparison...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-18 Tom LaneRemove the special cases to prevent minus-zero results...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-12 Peter EisentrautThe Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe...
2009-02-12 Peter EisentrautUnset language-related locale settings in any case...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-11 Peter EisentrautOnly unset the locale environment when --no-locale...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-07 Bruce MomjianFix to_timestamp() to not require upper/lower case...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-01-28 Magnus HaganderChange warning-silencing code not to cast the pointer...
2009-01-27 Magnus HaganderSilence compiler warning on win32.
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-19 Peter EisentrautAvoid regression test cases that fail in locales that...
2009-01-19 Peter EisentrautAlter regression test cases that rely on the sort order...
2009-01-19 Peter EisentrautAlter the regression test cases that rely on the sort...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-11 Peter EisentrautMake tests pass with or without locale.
2009-01-09 Peter EisentrautRemove fairly useless mixed-case identifier test that...
2009-01-08 Bruce MomjianFix memory leak for file name if expect file name conta...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneConsistently use multi-line formatting for all ACL...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-30 Tom LaneReduce the last group of parallel regression tests...
2008-12-29 Tom LaneTighten up a couple of regression test cases that can...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-19 Tom LaneWhen we added the ability to have zero-element ARRAY...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-16 Tom LaneDepartment of second thoughts: further experimentation...
2008-12-15 Tom LaneCode review for CREATE OR REPLACE VIEW patch. Do thing...
2008-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-11-29 Tom LaneFix recently-added array_agg tests to ensure they produ...
2008-11-28 Peter EisentrautReduce risk of accidentally running temp-install regres...
2008-11-26 Tom LaneLet's see if using -c instead of -- style fixes the...
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-25 Peter EisentrautIf pg_ctl stop fails, print an error message and exit...
2008-11-20 Tom LaneFix breakage of bitmap scan plan creation for special...
2008-11-20 Magnus HaganderSilence compiler warning about ignored return value...
2008-11-20 Peter EisentrautTABLE command
2008-11-18 Magnus HaganderAdd required include to build with cygwin.
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15 Peter EisentrautFix crash of xmlconcat(NULL)
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-12 Tom LaneClean up the ancient decision to show only two fraction...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-05 Andrew Dunstanfix suppress_redundant_updates_trigger() where relation...
2008-11-05 Peter EisentrautA few additional test cases for array functionality
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-04 Tom LaneDisallow LOCK TABLE outside a transaction block (or...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-31 Heikki LinnakangasAdd test case for CREATE CAST.
next