summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-23Temporarily modify tsearch regression tests to suppress notice that comesTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-11Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-09fix typo in regression Makefile.Andrew Dunstan
2007-09-09Provide for a file specifying non-standard config options for temp installAndrew Dunstan
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-09-03Add an ORDER BY to nail down the expected row order from a query that'sTom Lane
2007-09-03Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-08-31Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane
2007-08-25Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane
2007-08-21Uppercase keywords in regression tsearch test scripts.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-08-11Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane
2007-08-01Fix strange quoting.Bruce Momjian
2007-08-01Fix script quoting problem.Bruce Momjian
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-25Adjust horology test to avoid join-plan-dependent result ordering inTom Lane
2007-07-25Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway
2007-07-20Fix regression tests for PL/pgSQL error message changesPeter Eisentraut
2007-07-18Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane
2007-07-18Cast NULL to a pointer type in the execl() call, to avoid a compiler warning onAlvaro Herrera
2007-07-17Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-07-16Allow plpgsql function parameter names to be qualified with the function'sTom Lane
2007-07-09Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane
2007-07-07Fix a couple of planner bugs introduced by the new ability to discardTom Lane
2007-07-06Fix up hash functions for datetime datatypes so that they don't takeTom Lane
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-06-18Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane
2007-06-15Tweak the API for per-datatype typmodin functions so that they are passedTom Lane
2007-06-12Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane
2007-06-12Specifying a dbname should override the default database, not add to it.Magnus Hagander
2007-06-12Fix missing variable initialization.Magnus Hagander
2007-06-12Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander
2007-06-11Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane
2007-06-09Insert ORDER BY into a few regression test queries that now have unstableTom Lane
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-03Clarify some error messages about duplicate things.Peter Eisentraut
2007-06-01Allow leading and trailing whitespace in the input to the booleanNeil Conway
2007-05-31Make some messages more consistentPeter Eisentraut