| Age | Commit message (Expand) | Author |
| 2006-11-28 | Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. | Tom Lane |
| 2006-11-24 | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane |
| 2006-11-23 | Add release entry for 8.1.5 that was missing: | Bruce Momjian |
| 2006-11-22 | Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't | Tom Lane |
| 2006-11-20 | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane |
| 2006-11-19 | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane |
| 2006-11-17 | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane |
| 2006-11-08 | Applied patch by Peter Harris to free auto_mem struct in ECPGconnect. | Michael Meskes |
| 2006-11-06 | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane |
| 2006-11-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 2006-11-04 | Correct documentation error: in 8.1 and 8.2, %p in archive and restore | Tom Lane |
| 2006-11-01 | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | Tom Lane |
| 2006-11-01 | pg_restore failed on tar-format archives if they contained large objects | Tom Lane |
| 2006-10-20 | Back-patch second version of AIX getaddrinfo fix. | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |
| 2006-10-13 | Update Japanese FAQ. | Bruce Momjian |
| 2006-10-13 | Fix typo in version number. | Tom Lane |
| 2006-10-13 | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev |
| 2006-10-12 | Stamp 8.1.5.REL8_1_5 | Tom Lane |
| 2006-10-12 | Sync 8.1 pg_config.h.in with expected autoheader output (looks like | Tom Lane |
| 2006-10-12 | Update release notes for SQL functions vs triggers fix. | Tom Lane |
| 2006-10-12 | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane |
| 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 | CREATE TABLE ... LIKE ... should mark the columns it creates with | Tom Lane |
| 2006-10-10 | Restore HPUX FAQ entry that talked about working around regression | Bruce Momjian |
| 2006-10-10 | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane |
| 2006-10-10 | Backpatch FAQs to 8.1.X. | Bruce Momjian |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 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-09 | Fix back-branch pg_regress scripts to try the "canonical" expected file if we | Tom Lane |
| 2006-10-07 | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane |
| 2006-10-07 | Fix string_to_array() to correctly handle the case where there are | Tom Lane |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-10-01 | date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano. | Tom Lane |
| 2006-10-01 | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane |
| 2006-09-04 | Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification | Bruce Momjian |
| 2006-08-31 | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane |
| 2006-08-29 | Fix mistyping | Teodor Sigaev |
| 2006-08-29 | Add description of tsvector type layout | Teodor Sigaev |
| 2006-08-29 | Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi... | Teodor Sigaev |
| 2006-08-29 | Fix incorrect length of lexemes in silly_cmp_tsvector() | Teodor Sigaev |
| 2006-08-25 | Fix regression tests: after changing comparing function | Teodor Sigaev |
| 2006-08-24 | Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn... | Teodor Sigaev |
| 2006-08-22 | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian |
| 2006-08-22 | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian |
| 2006-08-21 | Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. | Tom Lane |
| 2006-08-18 | Add installcheck-parallel target to top level makefiles. | Andrew Dunstan |
| 2006-08-18 | Backported buffer overrun from HEAD | Michael Meskes |
| 2006-08-18 | Applied the connect patch from HEAD. | Michael Meskes |