| Age | Commit message (Expand) | Author |
| 2007-02-07 | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian |
| 2007-02-06 | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane |
| 2007-02-06 | Remove typmod checking from the recent security-related patches. It turns | Tom Lane |
| 2007-02-06 | Backported va_list handling cleanup | Michael Meskes |
| 2007-02-02 | Stamp release 8.0.11.REL8_0_11 | Tom Lane |
| 2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
| 2007-02-02 | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-30 | Add SPI_push/SPI_pop calls so that datatype input and output functions called | Tom Lane |
| 2007-01-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2007-01-24 | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane |
| 2007-01-24 | Relax an Assert() that has been found to be too strict in some situations | Tom Lane |
| 2007-01-05 | Stamp release 8.0.10. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-12-26 | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane |
| 2006-11-28 | Update timezone data to tzdata2006p zic distribution. It seems Western | Tom Lane |
| 2006-11-28 | Mark to_number() and the numeric-type variants of to_char() as stable, not | 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-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-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-01 | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | 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 | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev |
| 2006-10-12 | Fix mishandling of after-trigger state when a SQL function returns multiple | 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 | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane |
| 2006-10-09 | Stamp 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-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 | Backported buffer overrun fix from HEAD | Michael Meskes |
| 2006-08-18 | Applied the connect patch from HEAD | Michael Meskes |
| 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-10 | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane |
| 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 |