diff options
| author | Tom Lane | 2003-01-29 22:13:56 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-01-29 22:13:56 +0000 |
| commit | cc16e497896b730f51e0f08ba551cd37f49c8964 (patch) | |
| tree | c1439f653fb606423dcdf422ec777389d88df0f1 /HISTORY | |
| parent | d6242b373b5fd1c0bc1b27ab759a6df24fffc5c5 (diff) | |
Update release history for 7.2.4.
Diffstat (limited to 'HISTORY')
| -rw-r--r-- | HISTORY | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -567,6 +567,36 @@ Contrib Improve /contrib/fulltextindex (Christopher) _________________________________________________________________ + Release 7.2.4 + + Release date: 2003-01-30 + + This has a variety of fixes from 7.2.3, including fixes to prevent + possible data loss. + _________________________________________________________________ + + Migration to version 7.2.4 + + A dump/restore is *not* required for those running 7.2.X. + _________________________________________________________________ + + Changes + + Fix some additional cases of VACUUM "No one parent tuple was found" + error + Prevent VACUUM from being called inside a function (Bruce) + Ensure pg_clog updates are sync'd to disk before marking checkpoint + complete + Avoid integer overflow during large hash joins + Make GROUP commands work when pg_group.grolist is large enough + to be toasted + Fix errors in datetime tables; some timezone names weren't being + recognized + Fix integer overflows in circle_poly(), path_encode(), path_add() + (Neil) + Repair long-standing logic errors in lseg_eq(), lseg_ne(), lseg_center() + _________________________________________________________________ + Release 7.2.3 Release date: 2002-10-01 |
