PostgreSQL 8.0.0 Release

http://wwwmaster.postgresql.org/about/news.277

・Native Windows port
・Savepoints/nested transactions
・Exception handling inside functions
・Tablespaces
・Point in time recovery
・Improved shared buffer management
・Background writer process to reduce checkpoint impact
・Tunable delays to reduce the impact of VACUUM
・Overhaul of pg_dump and pg_restore
・Expanded log format options and log rotation
・Improved embedded quote handling for functions
・ALTER TABLE can alter the data type of an existing column
・Improved ALTER capabilities for all database objects


Windows用バイナリをインストールしようとすると、
環境変数PATHに cygwin?bin が入ってるからダメ と怒られた。


PATHから外してインストール。
いろいろいじってたら、PgAdminIIIが起動しなくなった・・・。
ま、来週また試そう。


これまでは、cygwinがないとWindows上では動作しなかったので
ネイティブ対応がうれしい人は多いのでしょうね。


個人的には Linux or BSD 上でのパフォーマンスが7に比べどうなったか等が気になります。
ま、来週試してみよう。