| Age | Commit message (Expand) | Author |
| 2006-10-09 | Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-10-01 | date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano. | Tom Lane |
| 2006-08-21 | Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. | Tom Lane |
| 2006-08-02 | Fix documentation error: GRANT/REVOKE for roles only accept role names | Tom Lane |
| 2006-07-31 | Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. | Alvaro Herrera |
| 2006-07-28 | Fix table title. | Tom Lane |
| 2006-07-28 | Make it clearer that not every Postgres character set can be used as a | Tom Lane |
| 2006-07-11 | Correct the description of the pg_get_viewdef() function. Do some nearby | Neil Conway |
| 2006-06-16 | Clean up after someone's curious idea that it'd be good to strip | Tom Lane |
| 2006-06-16 | Document issues with non-default tablespaces and pg_dumpall restores. | Bruce Momjian |
| 2006-05-30 | Backpatch documentation additions for PL language choice and | Bruce Momjian |
| 2006-05-23 | Rename in release notes: Mac -> OS/X, Intel to x86: | Bruce Momjian |
| 2006-05-21 | Update release notes for upcoming releases. | Tom Lane |
| 2006-05-21 | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-19 | Stamp 8.1.4, except configure/configure.in. | Bruce Momjian |
| 2006-05-19 | Update release notes for 8.1.4. | Bruce Momjian |
| 2006-05-13 | Update pg_dump version wording. | Bruce Momjian |
| 2006-05-13 | Mention version portability of pg_dump. | Bruce Momjian |
| 2006-04-22 | Suggest Win32 users user E'' strings and double backslashes used for | Bruce Momjian |
| 2006-04-18 | Mention "syntax" error as not logged by log_statement. | Bruce Momjian |
| 2006-04-18 | Document that errors are not output by log_statement (was they were in | Bruce Momjian |
| 2006-04-15 | Document that pg_dump -d/-D prevents invalid data from canceling the | Bruce Momjian |
| 2006-04-11 | Oops, sysctl, not sysconf, for FreeBSD. | Bruce Momjian |
| 2006-04-11 | More FreeBSD jail wording improvements. | Bruce Momjian |
| 2006-04-11 | Add documentation about running postmasters in FreeBSD jails (use | Bruce Momjian |
| 2006-03-28 | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane |
| 2006-03-08 | Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT. | Tom Lane |
| 2006-03-03 | Appended is a small documentation patch that adds a note to the CREATE | Bruce Momjian |
| 2006-03-02 | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane |
| 2006-03-02 | Update OS X shared memory documentation for 10.3.9 and later to use | Bruce Momjian |
| 2006-03-02 | Mark tsearch2 item as Tom's, not Teodor's. | Bruce Momjian |
| 2006-03-01 | Add pg_service.conf documentation for libpq. | Bruce Momjian |
| 2006-02-24 | Mention that the archive history file has the wal start/stop file names. | Bruce Momjian |
| 2006-02-12 | Update release notes. | Tom Lane |
| 2006-02-12 | Fix broken markup. | Tom Lane |
| 2006-02-12 | Update wording for 8.1.X, remove <only>: | Bruce Momjian |
| 2006-02-12 | > Actually, if you submit a patch that says either "SCROLL is the | Bruce Momjian |
| 2006-02-12 | Fix release item ordering. | Bruce Momjian |
| 2006-02-12 | Update back branch release notes. | Bruce Momjian |
| 2006-02-12 | Fix release markup. | Bruce Momjian |
| 2006-02-12 | Update release notes for 8.1.3. | Bruce Momjian |
| 2006-02-09 | Reject out-of-range dates in date_in(). | Tom Lane |
| 2006-02-05 | Fix typo in configuration docs. | Bruce Momjian |
| 2006-02-05 | Update PL/pgSQL trigger example to be clearer about how to "merge" data | Bruce Momjian |
| 2006-01-20 | Update EXPLAIN wording for GEQO usage. | Bruce Momjian |
| 2006-01-19 | Doc patch that adds an example of a correllated UPDATE. | Bruce Momjian |
| 2006-01-19 | Clarify STABLE function documentation to highlight how such functions | Bruce Momjian |
| 2006-01-18 | Clarify use of btree indexes for ILIKE and ~*. | Bruce Momjian |
| 2006-01-12 | Remove extraneous backslash from 'fixseq.sql' example --- mea culpa | Tom Lane |