]> granicus.if.org Git - postgresql/history - src/test
Fix the plan-invalidation mechanism to treat regclass constants that refer to
[postgresql] / src / test /
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-23 Tom LaneTemporarily modify tsearch regression tests to suppress...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-11 Teodor SigaevAdd regression tests for ispell, synonym and thesaurus...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-09 Andrew Dunstanfix typo in regression Makefile.
2007-09-09 Andrew DunstanProvide for a file specifying non-standard config optio...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-03 Tom LaneAdd an ORDER BY to nail down the expected row order...
2007-09-03 Tom LaneFix breakage of GIN support for varchar[] and cidr...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-08-25 Tom LaneRename built-in Snowball stemmer dictionaries to be...
2007-08-21 Bruce MomjianUppercase keywords in regression tsearch test scripts.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-08-11 Tom LaneCode review for regexp_matches/regexp_split patch....
2007-08-01 Bruce MomjianFix strange quoting.
2007-08-01 Bruce MomjianFix script quoting problem.
2007-07-31 Tom LaneFix a bug in the original implementation of redundant...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-25 Tom LaneAdjust horology test to avoid join-plan-dependent resul...
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-20 Peter EisentrautFix regression tests for PL/pgSQL error message changes
2007-07-18 Tom LaneFix an old thinko in SS_make_initplan_from_plan, which...
2007-07-18 Alvaro HerreraCast NULL to a pointer type in the execl() call, to...
2007-07-17 Tom LaneFix incorrect optimization of foreign-key checks. ...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-09 Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
2007-07-07 Tom LaneFix a couple of planner bugs introduced by the new...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-12 Tom LaneFix DecodeDateTime to allow timezone to appear before...
2007-06-12 Magnus HaganderSpecifying a dbname should override the default databas...
2007-06-12 Magnus HaganderFix missing variable initialization.
2007-06-12 Magnus HaganderRewrite ECPG regression test driver in C, by splitting...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-09 Tom LaneInsert ORDER BY into a few regression test queries...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-29 Neil ConwayStop a few regression tests from needlessly disabling...
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-05-21 Peter EisentrautXPath fixes:
2007-05-17 Tom LaneFix parameter recalculation for Limit nodes: during...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-28 Neil ConwayAdd support for IN as alternative to FROM in PL/PgSQL...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-08 Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-05 Bruce MomjianUpdate XML error message text for missing libxml; updat...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-25 Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
2007-03-23 Tom LaneFix plancache so that any required replanning is done...
2007-03-22 Bruce MomjianCommit newest version of xmlpath().
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-21 Tom LaneFix some problems with selectivity estimation for parti...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-19 Tom LaneFurther buildfarm experience shows that actually we...
2007-03-19 Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-16 Tom LaneFix race condition in parallel regression tests. The...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-13 Tom LaneRegression makefile now needs to make separate lists...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-10 Andrew DunstanAdd alternate result file for large object tests to...
2007-03-03 Neil ConwayMake the newly-added regression tests for lo_truncate...
2007-03-03 Bruce MomjianCosmetic patch to large object regression test.
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-02-17 Bruce MomjianCleanup of to_char() patch.
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16 Alvaro HerreraInstall a more correct fix in the timestamp and timesta...
2007-02-16 Alvaro HerreraFix the timestamptz test problem, by moving the tests...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2007-02-15 Tom LaneAdd ORDER BY to a query on information_schema.views...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
next