| PostgreSQL 8.0.0 中文文件(轉譯自 PostgreSQL 中國 製作的簡體中文版本) | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Appendix E. 版本訊息 | Fast Forward | Next |
發佈日期: 2004-08-16
這個版本包含對 7.4.3 的許多修補。
執行 7.4.X 的不需要轉儲/恢復。
Prevent possible loss of committed transactions during crash
Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1.
Check HAVING restriction before evaluating result list of an aggregate plan
Avoid crash when session's current user ID is deleted
Fix hashed crosstab for zero-rows case (Joe)
Force cache update after renaming a column in a foreign key
Pretty-print UNION queries correctly
Make psql handle \r\n newlines properly in COPY IN
pg_dump handled ACLs with grant options incorrectly
Fix thread support for OS X and Solaris
Updated JDBC driver (build 215) with various fixes
ECPG fixes
Translation updates (various contributors)