aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* fix typo in regression Makefile.Andrew Dunstan2007-09-09
* Provide for a file specifying non-standard config options for temp installAndrew Dunstan2007-09-09
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Add an ORDER BY to nail down the expected row order from a query that'sTom Lane2007-09-03
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Uppercase keywords in regression tsearch test scripts.Bruce Momjian2007-08-21
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane2007-08-11
* Fix strange quoting.Bruce Momjian2007-08-01
* Fix script quoting problem.Bruce Momjian2007-08-01
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Adjust horology test to avoid join-plan-dependent result ordering inTom Lane2007-07-25
* Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway2007-07-25
* Fix regression tests for PL/pgSQL error message changesPeter Eisentraut2007-07-20
* Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane2007-07-18
* Cast NULL to a pointer type in the execl() call, to avoid a compiler warning onAlvaro Herrera2007-07-18
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* 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