| Age | Commit message (Expand) | Author |
| 2008-05-25 | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane |
| 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/xml makefile to not override CFLAGS. | 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-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-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.0.15.REL8_0_15 | 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-11-26 | Require a specific Autoconf version, instead of a lower bound only. | Peter Eisentraut |
| 2007-11-23 | Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead | Alvaro Herrera |
| 2007-11-23 | Fix "Overall Page Layout" table. The second row should be ItemIdData, not | Tatsuo Ishii |
| 2007-11-22 | Prevent Perl from introducing a possibly-incompatible definition of type | Tom Lane |
| 2007-11-16 | Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test... | Teodor Sigaev |
| 2007-11-15 | Update timezone data files to release 2007i of the zic database. | Tom Lane |
| 2007-11-10 | Have crosstab variants treat NULL rowid as a category in its own right, | Joe Conway |
| 2007-11-08 | If an index depends on no columns of its table, give it a dependency on the | Tom Lane |
| 2007-11-06 | Added missing clause to parser. | Michael Meskes |
| 2007-10-28 | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane |