PostgreSQL 9.0 is out today, and it's a great release. The Hot Standby and Streaming Replication features are eagerly looked forward to by a great many users, and I've already had discussions with clients about migrating. One client in particular will be very glad to have their reliance on trigger based replication (and its concomitant headaches) greatly reduced.
My name is on a few items in the release notes:
My name is on a few items in the release notes:
- New Makefile targets world, install-world, and installcheck-world
- Verify that PL/Perl return values are valid in the server encoding
- Improve source code test coverage, including contrib, PL/Python, and PL/Perl (with Peter Eisentraut)
- Require Perl version 5.8 or later to build from a CVS checkout (with John Naylor)
- Add query text to contrib/auto_explain output