| Age | Commit message (Expand) | Author |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-11 | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane |
| 2007-08-01 | Fix strange quoting. | Bruce Momjian |
| 2007-08-01 | Fix script quoting problem. | Bruce Momjian |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-25 | 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-20 | Fix regression tests for PL/pgSQL error message changes | Peter Eisentraut |
| 2007-07-18 | 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-17 | 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-16 | Allow plpgsql function parameter names to be qualified with the function's | Tom Lane |
| 2007-07-09 | Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing | Tom Lane |
| 2007-07-07 | Fix a couple of planner bugs introduced by the new ability to discard | Tom Lane |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-18 | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-12 | 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-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
| 2007-06-09 | Insert ORDER BY into a few regression test queries that now have unstable | Tom Lane |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-03 | Clarify some error messages about duplicate things. | Peter Eisentraut |
| 2007-06-01 | Allow leading and trailing whitespace in the input to the boolean | Neil Conway |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-29 | Stop a few regression tests from needlessly disabling GEQO. This was | Neil Conway |
| 2007-05-26 | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-05-17 | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane |
| 2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-01 | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-29 | Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements | Neil Conway |
| 2007-04-28 | Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, | Neil Conway |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-20 | Support explicit placement of the temporary-table schema within search_path. | Tom Lane |
| 2007-04-16 | Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |