| Age | Commit message (Expand) | Author |
| 2008-06-05 | Stamp 7.4.20 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Translation updates. | Tom Lane |
| 2008-05-27 | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane |
| 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-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-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-12 | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | 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-23 | Avoid trying to print a NULL char pointer in --describe-config. On some | Tom Lane |
| 2008-02-11 | Repair VACUUM FULL bug introduced by HOT patch: the original way of | 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 7.4.19.REL7_4_19 | 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 |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-11-23 | Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead | Alvaro Herrera |
| 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-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-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-09-16 | Fix aboriginal mistake in lazy VACUUM's code for truncating away | 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-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-08-29 | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | 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-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-23 | The proper guaranteed buffer size for errors is | Magnus Hagander |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-17 | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |
| 2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |