Appendix A. Release Notes

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

A.1. Release 7.3.2

Release date: 2003-02-04

This has a variety of fixes from 7.3.1.

A.1.1. Migration to version 7.3.2

A dump/restore is not required for those running 7.3.*.

A.1.2. Changes

Restore creation of OID column in CREATE TABLE AS / SELECT INTO
Fix pg_dump core dump when dumping views having comments
Dump DEFERRABLE/INITIALLY DEFERRED constraints properly
Fix UPDATE when child table's column numbering differs from parent
Increase default value of max_fsm_relations
Fix problem when fetching backwards in a cursor for a single-row query
Make backward fetch work properly with cursor on SELECT DISTINCT query
Fix problems with loading pg_dump files containing contrib/lo usage
Fix problem with all-numeric user names
Fix possible memory leak and core dump during disconnect in libpgtcl
Make plpython's spi_execute command handle nulls properly (Andrew Bosma)
Adjust plpython error reporting so that its regression test passes again
Work with bison 1.875
Handle mixed-case names properly in plpgsql's %type (Neil)
Fix core dump in pltcl when executing a query rewritten by a rule
Repair array subscript overruns (per report from Yichen Xie)
Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case
Correctly case-fold variable names in per-database and per-user settings
Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns no rows
Fix outdated use of pg_type.typprtlen in python client interface
Correctly handle fractional seconds in timestamps in JDBC driver
Improve performance of getImportedKeys() in JDBC
Make shared-library symlinks work standardly on HPUX (Giles)
Repair inconsistent rounding behavior for timestamp, time, interval
SSL negotiation fixes (Nathan Mueller)
Make libpq's ~/.pgpass feature work when connecting with PQconnectDB
Update my2pg, ora2pg
Translation updates
Add casts between types lo and oid in contrib/lo
fastpath code now checks for privilege to call function