| Age | Commit message (Expand) | Author |
| 2006-10-16 | Arrange for timezone names to be recognized case-insensitively; for | Tom Lane |
| 2006-10-16 | CREATE CONSTRAINT manual page wording improvements. | Bruce Momjian |
| 2006-10-16 | Update to CREATE CONSTRAINT manual page. | Bruce Momjian |
| 2006-10-16 | I updated RPM related parts in FAQ_DEV against HEAD to be more current. | Bruce Momjian |
| 2006-10-16 | Remove use of '<' and '>' in SGML, use '&' escapes. | Bruce Momjian |
| 2006-10-16 | Punt when trying to build with threaded Python on FreeBSD. | Peter Eisentraut |
| 2006-10-15 | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane |
| 2006-10-15 | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane |
| 2006-10-15 | Update Japanese FAQ. | Bruce Momjian |
| 2006-10-14 | FAQ updates --- This is a small cosmetic patch that adds pt_BR IRC | Bruce Momjian |
| 2006-10-14 | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-13 | Make unknown-option-warning code more portable. echo -n is not portable, | Peter Eisentraut |
| 2006-10-13 | Update Japanese FAQ. | Bruce Momjian |
| 2006-10-13 | Fix typo in version number. | Tom Lane |
| 2006-10-13 | Fix test_fsync compile on MinGW(win32) | Bruce Momjian |
| 2006-10-13 | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev |
| 2006-10-12 | Remove: | Bruce Momjian |
| 2006-10-12 | Add url's for hints: | Bruce Momjian |
| 2006-10-12 | Add: | Bruce Momjian |
| 2006-10-12 | Make some incremental improvements and fixes to the documentation on | Neil Conway |
| 2006-10-12 | Update release notes for SQL functions vs triggers fix. | Tom Lane |
| 2006-10-12 | In the installation docs, add some links to the documentation on LDAP | Neil Conway |
| 2006-10-12 | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane |
| 2006-10-12 | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane |
| 2006-10-12 | Remove somebody's ill-considered free() call, per report from Chander Ganesan. | Tom Lane |
| 2006-10-11 | Update pg_hba.conf comment about documentation section. | Bruce Momjian |
| 2006-10-11 | A bit of copy-editing on back-branch release notes. | Tom Lane |
| 2006-10-11 | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane |
| 2006-10-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-11 | Rename function 'isexists' and 'isdefined' to | Teodor Sigaev |
| 2006-10-10 | Cleanup pass | Peter Eisentraut |
| 2006-10-10 | MSVC/BCC Win32 compiler fixes. | Bruce Momjian |
| 2006-10-10 | Typo fix. | Bruce Momjian |
| 2006-10-10 | Add release checklist item: | Bruce Momjian |
| 2006-10-10 | Update FAQ for latest release 8.1.5. | Bruce Momjian |
| 2006-10-09 | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane |
| 2006-10-09 | Improve description of the pattern matching rules used by psql's \d | Tom Lane |
| 2006-10-09 | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane |
| 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-08 | Updated keyword table for 8.2 | Peter Eisentraut |
| 2006-10-08 | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane |
| 2006-10-08 | Update multi-line editing wording in release notes. | Bruce Momjian |
| 2006-10-08 | In release notes, mention that multi-line history saving does not work | Bruce Momjian |
| 2006-10-08 | Add include needed for new getrusage() call. | Bruce Momjian |
| 2006-10-08 | On Windows, we know the backend stack size limit because we have to | Tom Lane |
| 2006-10-08 | Update comments for pgcvslog, -r BASE does not work with cvs log. | Bruce Momjian |
| 2006-10-07 | Simplify <link> regex cleanup code. | Bruce Momjian |
| 2006-10-07 | Allow HISTORY/history.html to be generated by removing <link> elements, | Bruce Momjian |
| 2006-10-07 | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane |