| Age | Commit message (Expand) | Author |
| 2006-10-03 | Add URL for strlcpy(): | Bruce Momjian |
| 2006-10-03 | Add: | Bruce Momjian |
| 2006-10-02 | Add URL about strlcpy() creation history. | Bruce Momjian |
| 2006-10-02 | Update wording: | Bruce Momjian |
| 2006-10-02 | Add: | Bruce Momjian |
| 2006-10-02 | Remove mention of the -fast option from the Solaris FAQ. | Bruce Momjian |
| 2006-10-02 | Update recovery documentation. | Bruce Momjian |
| 2006-10-02 | Update tsearch2 README. | Bruce Momjian |
| 2006-10-02 | Add URL for cached copy of paper as SGML comment. | Bruce Momjian |
| 2006-10-02 | Add release note item: | Bruce Momjian |
| 2006-10-02 | Move "Exotic Features" to the bottom of TODO. | Bruce Momjian |
| 2006-10-02 | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane |
| 2006-10-01 | Improve documentation of configure's readline/libedit switches. | Tom Lane |
| 2006-10-01 | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane |
| 2006-10-01 | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane |
| 2006-10-01 | date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano. | Tom Lane |
| 2006-10-01 | Remove accented characters in comments, to avoid failures when this | Tom Lane |
| 2006-10-01 | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane |
| 2006-09-30 | Suppress compiler warnings. | Tom Lane |
| 2006-09-30 | uninstall script for sslinfo | Tom Lane |
| 2006-09-30 | uninstall script for pg_freespacemap | Tom Lane |
| 2006-09-30 | uninstall script for pgrowlocks - Josh Drake | Tom Lane |
| 2006-09-30 | Add uninstall script for adminpack - Josh Drake | Tom Lane |
| 2006-09-30 | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian |
| 2006-09-30 | Add: | Bruce Momjian |
| 2006-09-30 | Add MONEY URL: | Bruce Momjian |
| 2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
| 2006-09-29 | Remove duplicate (and now incorrect) documentation for row-wise IS [NOT] | Tom Lane |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-28 | Add URL for client_encoding being set by client: | Bruce Momjian |
| 2006-09-28 | Fix a couple other places that need to know about (some) src/port/ files | Tom Lane |
| 2006-09-27 | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-27 | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane |
| 2006-09-27 | Fix some misuses of strncat(). | Tom Lane |
| 2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
| 2006-09-27 | GiST stands for "Generalized Search Tree", and therefore should not be | Neil Conway |
| 2006-09-26 | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera |
| 2006-09-26 | Update wording of inheritance major release item. | Bruce Momjian |
| 2006-09-26 | Split out inheritance major feature item in release notes. | Bruce Momjian |
| 2006-09-26 | Done: | Bruce Momjian |
| 2006-09-26 | Added new files | Michael Meskes |
| 2006-09-26 | Added Joachim's changes for MinGW. | Michael Meskes |
| 2006-09-25 | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane |
| 2006-09-25 | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane |
| 2006-09-25 | More incremental improvements for the release notes. | Neil Conway |
| 2006-09-25 | no-data-for-failed-tables is a pg_restore option, not a pg_dump option. | Tom Lane |
| 2006-09-25 | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane |
| 2006-09-25 | Fix name, "Laurenz Albe" at request of author. | Bruce Momjian |
| 2006-09-24 | Minor incremental improvements to the release notes. | Neil Conway |