| Age | Commit message (Expand) | Author |
| 2007-09-07 | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane |
| 2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
| 2007-09-04 | Sync examples of psql \dF output with current CVS HEAD behavior. | Tom Lane |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-09-02 | Clean up whitespace. | Bruce Momjian |
| 2007-09-01 | More SGML alignment cleanups. | Bruce Momjian |
| 2007-09-01 | Properly indent SGML source of libpq.sgml. | Bruce Momjian |
| 2007-08-31 | Only use SGML indexterm "zone" when we want to get the entire section. | Bruce Momjian |
| 2007-08-31 | Make Gin/Gist text search tertiary index entries in the documentation. | Bruce Momjian |
| 2007-08-31 | Add comment on why SGML -wfully-tagged flag is needed (for older SGML | Bruce Momjian |
| 2007-08-31 | Place GiST and GIN text search indexes as secondary items under the main | Bruce Momjian |
| 2007-08-31 | Again improve text search index entries. | Bruce Momjian |
| 2007-08-31 | In text search docs, properly use indexterm _zone_ only when we want an | Bruce Momjian |
| 2007-08-31 | Fix docs so indexes can be built by commenting out GiST/GIN index | Bruce Momjian |
| 2007-08-31 | Add openjade warning -wfully-tagged to warn about missing close tags on | Bruce Momjian |
| 2007-08-30 | Make more logical index sections for text search. | Bruce Momjian |
| 2007-08-30 | Fix broken markup. | Tatsuo Ishii |
| 2007-08-29 | Update tsearch documentation wording. | Bruce Momjian |
| 2007-08-29 | Text search documentation word improvements; move configuration section | Bruce Momjian |
| 2007-08-29 | Move full text search operators, functions, and data type sections into | Bruce Momjian |
| 2007-08-29 | Properly indent SGML in textsearch.sgml. | Bruce Momjian |
| 2007-08-28 | Mention configurations early in text search documentation to table/index | Bruce Momjian |
| 2007-08-25 | Adjust with-system-tzdata patch to not attempt to install a symlink, | Tom Lane |
| 2007-08-25 | Some more tsearch docs work --- sync names with CVS-tip reality, some | Tom Lane |
| 2007-08-22 | Fix cut-n-paste-o. | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-22 | Text search doc updates --- first cut at | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | First rough cut at text search documentation: bare bones reference | Tom Lane |
| 2007-08-21 | Remove tabs from SGML files. | Bruce Momjian |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-20 | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut |
| 2007-08-19 | minor typo fixes in CSVlog docs, per Michael Glaesemann | Andrew Dunstan |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |
| 2007-08-13 | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane |
| 2007-08-13 | Document that the regexp split functions ignore zero-length matches in | Tom Lane |
| 2007-08-11 | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane |
| 2007-08-06 | Fix incorrect URI for cvs rsync | Magnus Hagander |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-03 | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-27 | Update conformance information about bigint type | Peter Eisentraut |
| 2007-07-25 | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-07-24 | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera |
| 2007-07-23 | Reword paragraph about the autovacuum_max_workers setting. Patch from | Alvaro Herrera |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-21 | Provide a bit more high-level documentation for the GEQO planner. | Tom Lane |