| Age | Commit message (Expand) | Author |
| 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 |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-10-11 | Ensure that the result of evaluating a function during constant-expression | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-10-04 | Update timezone data files to release 2007h of the zic database. | Tom Lane |
| 2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane |
| 2007-09-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-24 | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera |
| 2007-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-09-16 | Update release notes for last-minute fix.REL8_0_14 | Tom Lane |
| 2007-09-16 | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane |
| 2007-09-14 | tag configure for 8.0.14 | Marc G. Fournier |
| 2007-09-14 | Fix markup that doesn't work in back branches. | Tom Lane |
| 2007-09-14 | Minor editorialization on release notes. | Tom Lane |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-09-12 | Fix the database-wide version of CLUSTER to silently skip temp tables of | Alvaro Herrera |
| 2007-09-12 | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera |
| 2007-09-11 | Sync timezone data with 2007g zic release. | Tom Lane |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-09-11 | Stamp | Bruce Momjian |
| 2007-09-11 | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane |
| 2007-09-11 | Fix header's size of structs defines in ispell. | Teodor Sigaev |
| 2007-09-10 | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera |
| 2007-08-29 | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane |
| 2007-08-29 | Fixed bug in Informix define handling. | Michael Meskes |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-08 | Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation | Neil Conway |
| 2007-08-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 2007-08-04 | Suppress time zone name (%Z) when logging timestamps in xlog.c startup | Tom Lane |
| 2007-08-02 | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan |