summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2007-04-30Implement rate-limiting logic on how often backends will attempt to sendTom Lane
2007-04-29Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvementsNeil Conway
2007-04-28Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,Neil Conway
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-16Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane
2007-04-12RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway
2007-04-08Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane
2007-04-08Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian
2007-04-06Make 'col IS NULL' clauses be indexable conditions.Tom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-04-05Update XML error message text for missing libxml; update regressionBruce Momjian
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-03-30Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander
2007-03-25Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii
2007-03-23Fix plancache so that any required replanning is done with the sameTom Lane
2007-03-22Commit newest version of xmlpath().Bruce Momjian
2007-03-22Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian
2007-03-21Fix some problems with selectivity estimation for partial indexes.Tom Lane
2007-03-20Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway
2007-03-19Further buildfarm experience shows that actually we can't run the plancacheTom Lane
2007-03-19Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane
2007-03-16Add new columns for tuple statistics on a database level toMagnus Hagander
2007-03-16Fix race condition in parallel regression tests. The new plancache testTom Lane
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-13Regression makefile now needs to make separate lists of what to cleanTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-03-10Add alternate result file for large object tests to handle Windows line ends.Andrew Dunstan
2007-03-03Make the newly-added regression tests for lo_truncate() consistentNeil Conway
2007-03-03Cosmetic patch to large object regression test.Bruce Momjian
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-02-17Cleanup of to_char() patch.Bruce Momjian
2007-02-17Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian
2007-02-16Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera
2007-02-16Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera
2007-02-16Add two new format fields for use with to_char(), to_date() andBruce Momjian
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-15Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-10Hm, seems my hack on rowtypes regression test has made its output rowTom Lane
2007-02-09Minor tweak to make rowtypes regression test run faster. We don'tTom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-08Add missing #define for mingw, per Magnus.Tom Lane
2007-02-08Win32 regression test fixes:Bruce Momjian
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Modify the stats regression test to delay until the stats file actuallyTom Lane
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-06Come to think of it, we should check that commutator pairs have the sameTom Lane