| Commit message (Expand) | Author | Age |
* | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 |
* | Strengthen type_sanity's check on pg_type.typarray. It failed to | Tom Lane | 2007-10-13 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 |
* | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 |
* | Temporarily modify tsearch regression tests to suppress notice that comes | Tom Lane | 2007-09-23 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Add regression tests for ispell, synonym and thesaurus dictionaries. | Teodor Sigaev | 2007-09-11 |
* | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | fix typo in regression Makefile. | Andrew Dunstan | 2007-09-09 |
* | Provide for a file specifying non-standard config options for temp install | Andrew Dunstan | 2007-09-09 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Add an ORDER BY to nail down the expected row order from a query that's | Tom Lane | 2007-09-03 |
* | Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the | Tom Lane | 2007-09-03 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane | 2007-08-31 |
* | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane | 2007-08-25 |
* | Uppercase keywords in regression tsearch test scripts. | Bruce Momjian | 2007-08-21 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane | 2007-08-11 |
* | Fix strange quoting. | Bruce Momjian | 2007-08-01 |
* | Fix script quoting problem. | Bruce Momjian | 2007-08-01 |
* | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane | 2007-07-31 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | Adjust horology test to avoid join-plan-dependent result ordering in | Tom Lane | 2007-07-25 |
* | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway | 2007-07-25 |
* | Fix regression tests for PL/pgSQL error message changes | Peter Eisentraut | 2007-07-20 |
* | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane | 2007-07-18 |
* | Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on | Alvaro Herrera | 2007-07-18 |
* | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane | 2007-07-17 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Allow plpgsql function parameter names to be qualified with the function's | Tom Lane | 2007-07-16 |
* | Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing | Tom Lane | 2007-07-09 |
* | Fix a couple of planner bugs introduced by the new ability to discard | Tom Lane | 2007-07-07 |
* | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane | 2007-06-12 |
* | Specifying a dbname should override the default database, not add to it. | Magnus Hagander | 2007-06-12 |
* | Fix missing variable initialization. | Magnus Hagander | 2007-06-12 |
* | Rewrite ECPG regression test driver in C, by splitting the standard | Magnus Hagander | 2007-06-12 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Insert ORDER BY into a few regression test queries that now have unstable | Tom Lane | 2007-06-09 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |