| Age | Commit message (Expand) | Author |
| 2008-06-01 | Update time zone data files to tzdata release 2008c (DST law changes in | Tom Lane |
| 2008-05-28 | Improve GRANT documentation to point out that UPDATE and DELETE typically | Tom Lane |
| 2008-05-27 | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane |
| 2008-05-26 | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane |
| 2008-05-25 | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane |
| 2008-05-19 | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas |
| 2008-05-13 | Don't try to close negative file descriptors, since this can cause | Magnus Hagander |
| 2008-05-09 | Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update | Tom Lane |
| 2008-05-08 | Fix contrib/xml2 makefile to not override CFLAGS. | Tom Lane |
| 2008-04-24 | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane |
| 2008-04-22 | Replace developer FAQ with a reference to the wiki, which is where | Magnus Hagander |
| 2008-04-21 | Add link to major version release notes at the top of the minor | Magnus Hagander |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-04-10 | Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to... | Michael Meskes |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2008-03-31 | Fix a number of places that were making file-type tests infelicitously. | Tom Lane |
| 2008-03-26 | Fix core dump in contrib/xml2's xpath_table() when the input query returns | Tom Lane |
| 2008-03-25 | Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum | Tom Lane |
| 2008-03-20 | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas |
| 2008-03-19 | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane |
| 2008-03-13 | Update to tzdata 2008a distribution (Chilean DST law change). | Tom Lane |
| 2008-03-12 | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane |
| 2008-03-10 | Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. | Tom Lane |
| 2008-03-07 | Change hashscan.c to keep its list of active hash index scans in | Tom Lane |
| 2008-03-05 | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera |
| 2008-02-27 | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane |
| 2008-02-25 | Fix datetime input to behave correctly for Feb 29 in years BC. | Tom Lane |
| 2008-02-24 | Use our own getopt() and getopt_long() on Solaris, because that platform's | Tom Lane |
| 2008-02-23 | Avoid trying to print a NULL char pointer in --describe-config. On some | Tom Lane |
| 2008-02-20 | Fix mistakes in pg_ctl's code for "start -w" that tries to cope with | Tom Lane |
| 2008-02-20 | Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new | Tom Lane |
| 2008-02-11 | Repair VACUUM FULL bug introduced by HOT patch: the original way of | Tom Lane |
| 2008-02-07 | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane |
| 2008-01-22 | Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. | Andrew Dunstan |
| 2008-01-17 | Backpatch my fix of rev 1.48 to avoid a division-by-zero error in the | Alvaro Herrera |
| 2008-01-14 | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane |
| 2008-01-06 | A long time ago, Peter pointed out that ruleutils.c didn't dump simple | Tom Lane |
| 2008-01-03 | Stamp release 8.1.11.REL8_1_11 | Tom Lane |
| 2008-01-03 | Update release notes for security releases. | Tom Lane |
| 2008-01-03 | The original patch to disallow non-passworded connections to non-superusers | Tom Lane |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 2008-01-03 | Fix assorted security-grade bugs in the regex engine. All of these problems | Tom Lane |
| 2008-01-02 | Insert ARST into the list of known timezone abbreviations. | Tom Lane |
| 2008-01-02 | Fix invalid ipv6 address in example. Per doc comment 7211. | Magnus Hagander |
| 2008-01-01 | Update time zone data files to tzdata release 2007k. | Tom Lane |
| 2007-12-31 | Provide a more helpful error message when there is an autoconf version | Bruce Momjian |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-12-01 | Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive | Tom Lane |
| 2007-12-01 | Workaround for perl problem where evaluating UTF8 regexes can cause | Andrew Dunstan |
| 2007-11-26 | Require a specific Autoconf version, instead of a lower bound only. | Peter Eisentraut |