| Age | Commit message (Expand) | Author |
| 2008-06-08 | Stamp 7.4.21 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Stamp 7.4.20 (except for configure.in/configure) | Tom Lane |
| 2008-05-27 | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane |
| 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-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 |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | 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-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2007-04-19 | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian |
| 2007-02-02 | Stamp release 7.4.16.REL7_4_16 | Tom Lane |
| 2007-01-05 | Stamp release 7.4.15. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-11-28 | Mark to_number() and the numeric-type variants of to_char() as stable, not | Tom Lane |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-05-21 | Stamp releases 7.3.15, 7.4.13, and 8.0.8. | Bruce Momjian |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-02-12 | Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash | Tom Lane |
| 2006-02-12 | Stamp releases for 2006-02-14 release | Bruce Momjian |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-05 | Stamp release 7.4.11. | Bruce Momjian |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2006-01-05 | Add port support for unsetenv() in back branches. Needed for locale | Tom Lane |
| 2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
| 2005-12-09 | Stamp 7.4.10. | Tom Lane |
| 2005-10-03 | Stamp release 7.4.9. | Tom Lane |
| 2005-09-28 | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane |
| 2005-08-25 | Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, | Tom Lane |
| 2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |
| 2005-06-18 | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane |
| 2005-06-02 | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane |
| 2005-05-26 | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway |
| 2005-05-05 | Stamp release 7.4.8. | Tom Lane |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2005-02-06 | Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for | Tom Lane |
| 2005-01-30 | Stamp release 7.4.7. | Tom Lane |
| 2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
| 2004-10-22 | Stamp release 7.4.6.REL7_4_6 | Tom Lane |
| 2004-09-26 | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane |
| 2004-08-18 | Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5 | Tom Lane |
| 2004-08-15 | Stamp 7.4.4.REL7_4_4 | Tom Lane |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-06-11 | Stamp 7.4.3. Still need release notes. | Bruce Momjian |
| 2004-06-05 | Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized | Tom Lane |