| Age | Commit message (Expand) | Author |
| 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-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-18 | Add installcheck-parallel target to top level makefiles. | Andrew Dunstan |
| 2006-08-18 | Backported buffer overrun fix from HEAD | Michael Meskes |
| 2006-08-18 | Applied the connect patch from HEAD | Michael Meskes |
| 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-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-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 |
| 2006-07-11 | Fix bug corrupting query in gist consistent function. | Teodor Sigaev |
| 2006-07-10 | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane |
| 2006-07-06 | Fix dbmirror for new backslash escaping: | Bruce Momjian |
| 2006-07-05 | Fixed remaining Coverity bugs. | Michael Meskes |
| 2006-06-26 | Added missing braces to prevent a segfault after usage of an undeclared cursor. | Michael Meskes |
| 2006-06-26 | Added some more coverity report patches send in by Joachim Wieland <joe@mckni... | Michael Meskes |
| 2006-06-25 | Moved some free() calls that coverity correctly complains about. | Michael Meskes |
| 2006-06-25 | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera |
| 2006-06-21 | Added some more coverity report patches send in by Martijn van Oosterhout <kl... | Michael Meskes |
| 2006-06-21 | Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight... | Michael Meskes |
| 2006-06-19 | Back-port shell script syntax fix needed for some BSD machines. | Tom Lane |
| 2006-06-19 | Do not use already free'ed errmsg, bug found by Joachim Wieland | Michael Meskes |
| 2006-06-18 | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane |
| 2006-06-17 | backport workaround for OpenBSD compiler bug | Andrew Dunstan |
| 2006-06-11 | Fix Assert failure when a fastpath function call is attempted inside an | Tom Lane |
| 2006-06-06 | Fixed two memory leaks in ecpglib. | Michael Meskes |
| 2006-06-03 | Fix copy-and-pasteo in Russian translation: message complaining about | Tom Lane |
| 2006-06-01 | Back-port recent ppport.h fix to 8.0 branch. | Tom Lane |
| 2006-05-30 | Remove pqsignalinquire(), which is unused and has portability issues. | Tom Lane |
| 2006-05-23 | Klugy fix for bug #2447: we can't expand a whole-row reference to NEW | Tom Lane |
| 2006-05-21 | Stamp release 8.0.8.REL8_0_8 | Tom Lane |
| 2006-05-21 | Update release notes for upcoming releases. | Tom Lane |
| 2006-05-21 | Fix missed \' to '' conversion. | Tom Lane |
| 2006-05-21 | Stamp releases 7.3.15, 7.4.13, and 8.0.8. | Bruce Momjian |
| 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-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-05-19 | Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during | Tom Lane |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-05-11 | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane |