aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Allow plpgsql function parameter names to be qualified with the function'sTom Lane2007-07-16
* Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane2007-07-09
* Fix a couple of planner bugs introduced by the new ability to discardTom Lane2007-07-07
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-18
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane2007-06-12
* Specifying a dbname should override the default database, not add to it.Magnus Hagander2007-06-12
* Fix missing variable initialization.Magnus Hagander2007-06-12
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-12
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-09
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-03
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-01
* Make some messages more consistentPeter Eisentraut2007-05-31
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway2007-05-29
* Repair two constraint-exclusion corner cases triggered by proving that anTom Lane2007-05-26
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-22
* XPath fixes:Peter Eisentraut2007-05-21
* Fix parameter recalculation for Limit nodes: during a ReScan call we mustTom Lane2007-05-17
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-12
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-01
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvementsNeil Conway2007-04-29
* Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,Neil Conway2007-04-28
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-08
* Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian2007-04-08
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Update XML error message text for missing libxml; update regressionBruce Momjian2007-04-05
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-30
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-25
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-23
* Commit newest version of xmlpath().Bruce Momjian2007-03-22
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Fix some problems with selectivity estimation for partial indexes.Tom Lane2007-03-21
* Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway2007-03-20
* Further buildfarm experience shows that actually we can't run the plancacheTom Lane2007-03-19
* Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane2007-03-19