【IT168 资讯】PostgreSQL 是一个自由的对象-关系数据库服务器(数据库管理系统),它在灵活的 BSD-风格许可证下发行。它提供了相对其他开放源代码数据库系统(比如 MySQL 和 Firebird),和对专有系统比如 Oracle、Sybase、IBM 的 DB2 和 Microsoft SQL Server的一种选择。
该版本修正了Beta2的很多bug,同时有不少的改变,包括流复制和热待机等,主要有:
热待机的问题修复
close walwriter filehandles faster
fsync on master before sending WAL
improved handling of archive cleanup (archive_cleanup_command and pg_archivecleanup contrib module)
better handling of WAL record corruption
change of standby delay settings and timing
修复 plpython 对数组的处理
修复 dblink 的不少问题
在 libpq 中增加了 TCP keepalive 支持
修复了旧的一些平台上的 checkSeek() 的问题
需要注意的是,系统目录在该版本中已有变化,9.0 Beta1 的用户要求重新初始化和加载数据库,建议使用 pg_upgrade 来升级。
下载地址: