Appendix E. Release Notes

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

E.1. Release 7.4.3

Release date: 2004-06-14

This release contains a variety of fixes from 7.4.2.

E.1.1. Migration to version 7.4.3

A dump/restore is not required for those running 7.4.X.

E.1.2. Changes

  • 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)