Appendix A. 版本信息

Table of Contents
A.1. 7.4 开发版本分支
A.2. 版本 7.3
A.3. 版本 7.2.3
A.4. 版本 7.2.2
A.5. 版本 7.2.1
A.6. 版本 7.2
A.7. 版本 7.1.3
A.8. 版本 7.1.2
A.9. 版本 7.1.1
A.10. 版本 7.1
A.11. 版本 7.0.3
A.12. 版本 7.0.2
A.13. 版本 7.0.1
A.14. 版本 7.0
A.15. 版本 6.5.3
A.16. 版本 6.5.2
A.17. 版本 6.5.1
A.18. 版本 6.5
A.19. 版本 6.4.2
A.20. 版本 6.4.1
A.21. 版本 6.4
A.22. 版本 6.3.2
A.23. 版本 6.3.1
A.24. 版本 6.3
A.25. 版本 6.2.1
A.26. 版本 6.2
A.27. 版本 6.1.1
A.28. 版本 6.1
A.29. 版本 6.0
A.30. 版本 1.09
A.31. 版本 1.02
A.32. 版本 1.01
A.33. 版本 1.0
A.34. Postgres95版本 0.03
A.35. Postgres95版本 0.02
A.36. Postgres95版本 0.01

A.1. 7.4 开发版本分支

下面是一个自 7.2 版本发布以来进入 PostgreSQL 开发版本分支的 变化.对于完整修改的列表,请参考 CVS 日志.

+ The last vestiges of support for type names datetime and timespan are gone; use timestamp and interval instead
  Rule names are now per-relation, not global; DROP RULE and COMMENT ON RULE syntax changes accordingly
Readline and Zlib are now required by default and must be turned off explicitly if their use is not desired
Define a third class of function volatility to allow indexscans in more cases
Locale support is now built by default; choice of locale is set by initdb and/or at run-time
ALTER TABLE ALTER COLUMN SET/DROP NOT NULL
EXPLAIN 输出以查询结果的形式输出,而不是 NOTICE 信息
DOMAINs (那些基本类型的约束类型)
函数的访问权限
过程语言的访问权限
CREATE DATABASE 有了 OWNER 选项,这样超级用户可以为其它人创建 DB
Kerberos 5 支持现在可以用于 Heimdal
数据库和用户声明的运行时配置变量的会话缺省
    (ALTER DATABASE ... SET and ALTER USER ... SET)