他のバージョンの文書 15 | 14 | 13 | 12 | 11 | 10 | 9.6 | 9.5 | 9.4 | 9.3 | 9.2 | 9.1 | 9.0 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2

E.304. リリース7.2.4

リリース日: 2003-01-30

このリリースはバージョン7.2.3の不具合を改修したものです。データ損失の可能性を防止するための改修も含まれています。

E.304.1. バージョン7.2.4への移行

7.2.*からの移行の場合はダンプ/リストアは必要ありません

E.304.2. 変更点

  • 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()