| PostgreSQL 8.0.0 中文文件(轉譯自 PostgreSQL 中國 製作的簡體中文版本) | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Appendix E. 版本訊息 | Fast Forward | Next |
發佈日期: 2003-01-30
這個版本裡有對 7.2.3 的多處補丁,包括修補了可能的資料丟失。
那些執行 7.2.X 的系統不需要轉儲/恢復。
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()