Appendix E. 版本信息

Table of Contents
E.1. 版本 7.4.3
E.2. 版本 7.4.2
E.3. 版本 7.4.1
E.4. 版本 7.4
E.5. 版本 7.3.6
E.6. 版本 7.3.5
E.7. 版本 7.3.4
E.8. 版本 7.3.3
E.9. 版本 7.3.2
E.10. 版本 7.3.1
E.11. 版本 7.3
E.12. 版本 7.2.4
E.13. 版本 7.2.3
E.14. 版本 7.2.2
E.15. 版本 7.2.1
E.16. 版本 7.2
E.17. 版本 7.1.3
E.18. 版本 7.1.2
E.19. 版本 7.1.1
E.20. 版本 7.1
E.21. 版本 7.0.3
E.22. 版本 7.0.2
E.23. 版本 7.0.1
E.24. 版本 7.0
E.25. 版本 6.5.3
E.26. 版本 6.5.2
E.27. 版本 6.5.1
E.28. 版本 6.5
E.29. 版本 6.4.2
E.30. 版本 6.4.1
E.31. 版本 6.4
E.32. 版本 6.3.2
E.33. 版本 6.3.1
E.34. 版本 6.3
E.35. 版本 6.2.1
E.36. 版本 6.2
E.37. 版本 6.1.1
E.38. 版本 6.1
E.39. 版本 6.0
E.40. 版本 1.09
E.41. 版本 1.02
E.42. 版本 1.01
E.43. 版本 1.0
E.44. Postgres95版本 0.03
E.45. Postgres95版本 0.02
E.46. Postgres95版本 0.01

E.1. 版本 7.4.3

发布日期: 2004-06-14

这个版本包含自 7.4.2 以来的各种补丁。

E.1.1. 移植到版本 7.4.3

运行 7.4.X 的用户不需要转储/恢复。

E.1.2. 修改

  • Fix temporary memory leak when using non-hashed aggregates (Tom)

  • ECPG fixes, including some for Informix compatibility (Michael)

  • Fixes for compiling with thread-safety, particularly Solaris (Bruce)

  • Fix error in COPY IN termination when using the old network protocol (ljb)

  • Several important fixes in pg_autovacuum, including fixes for large tables, unsigned oids, stability, temp tables, and debug mode (Matthew T. O'Connor)

  • Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)

  • Several JDBC fixes

  • Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom)

  • Repair failure to recalculate nested sub-selects (Tom)

  • Fix problems with non-constant expressions in LIMIT/OFFSET

  • Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom)

  • Fix another zero-column table bug (Tom)

  • Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom)

    Select-list aliases within the sub-select will now take precedence over names from outer query levels.

  • Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)

  • Add checks for invalid field length in binary COPY (Tom)

    This fixes a difficult-to-exploit security hole.

  • Avoid locking conflict between ANALYZE and LISTEN/NOTIFY

  • Numerous translation updates (various contributors)