| Age | Commit message (Expand) | Author |
| 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 |
| 2006-08-14 | Get rid of "lookahead" functionality in plpgsql's yylex() function, | Tom Lane |
| 2006-08-13 | Fix core dump in duration logging for a V3-protocol Execute message | Tom Lane |
| 2006-08-10 | Move Win32 inline define to win32.h so it is found, rather than c.h. | Bruce Momjian |
| 2006-08-10 | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian |
| 2006-08-09 | Round microseconds on setitimer upwards. | Bruce Momjian |
| 2006-08-09 | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian |
| 2006-08-09 | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian |
| 2006-08-08 | Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s... | Teodor Sigaev |
| 2006-08-07 | Back-port HEAD's configure fixes to select appropriate compiler switches | Tom Lane |
| 2006-08-07 | fix bug about modifying value in shared buffer, | Teodor Sigaev |
| 2006-08-05 | Fix references to the Options section in the pgcrypto documentation. | Neil Conway |
| 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-29 | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan |
| 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-24 | Fix spectacular misspellings of procedural language names | Peter Eisentraut |
| 2006-07-23 | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane |
| 2006-07-22 | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane |
| 2006-07-20 | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane |
| 2006-07-16 | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane |
| 2006-07-14 | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane |