From: Bruce Momjian Date: Thu, 19 Apr 2007 02:47:17 +0000 (+0000) Subject: Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cc226c9a5a296c7b8fc7957bc79007a15f872c00;p=users%2Fbernd%2Fpostgres.git Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7840cd9b98..2f34f82c45 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -19,6 +19,77 @@ For new features, add links to the documentation sections. Release Notes + + Release 8.1.9 + + + Release date + 2007-04-23 + + + + This release contains fixes from 8.1.8, including a security fix. + + + + Migration to version 8.1.9 + + + A dump/restore is not required for those running 8.1.X. + However, if you are upgrading from a version earlier than 8.1.2, + see the release notes for 8.1.2. + + + + + + Changes + + + + + + Fix to_char() so it properly upper/lower cases localized day or month + names (Pavel Stehule) + + + + + + /contrib/tsearch2 fixes (Teodor) + + + + + + Require COMMIT TRANSACTION to be executed in the same database as + it was prepared (Heikki) + + + + + + Improve detection of POSIX-style time zone names (Tom) + + + + + + Fix bug in how VACUUM FULL handles UPDATE chains (Tom, Pavan Deolasee) + + + + + + Improve outer join and bitmap join selection logic (Tom) + + + + + + + + Release 8.1.8 @@ -2967,6 +3038,63 @@ psql -t -f fixseq.sql db1 | psql -e db1 + + Release 8.0.13 + + + Release date + 2007-04-23 + + + + This release contains fixes from 8.0.12, including a security fix. + + + + Migration to version 8.0.13 + + + A dump/restore is not required for those running 8.0.X. However, + if you are upgrading from a version earlier than 8.0.6, see the release + notes for 8.0.6. + + + + + + Changes + + + + + + /contrib/tsearch2 fixes (Teodor) + + + + + + Improve detection of POSIX-style time zone names (Tom) + + + + + + Fix bug in how VACUUM FULL handles UPDATE chains (Tom, Pavan Deolasee) + + + + + + /contrib/tsearch2 fixes (Teodor) + + + + + + + + Release 8.0.12 @@ -6400,6 +6528,52 @@ typedefs (Michael) + + Release 7.4.17 + + + Release date + 2007-04-23 + + + + This release contains a variety of fixes from 7.4.16, including + a security fix. + + + + Migration to version 7.4.17 + + + A dump/restore is not required for those running 7.4.X. However, + if you are upgrading from a version earlier than 7.4.11, see the release + notes for 7.4.11. + + + + + + Changes + + + + + + /contrib/tsearch2 fixes (Teodor) + + + + + + Fix bug in how VACUUM FULL handles UPDATE chains (Tom, Pavan Deolasee) + + + + + + + + Release 7.4.16 @@ -9515,6 +9689,46 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.19 + + + Release date + 2007-04-23 + + + + This release contains a variety of fixes from 7.3.18, including + a security fix. + + + + Migration to version 7.3.19 + + + A dump/restore is not required for those running 7.3.X. However, + if you are upgrading from a version earlier than 7.3.13, see the release + notes for 7.3.13. + + + + + + Changes + + + + + + Fix bug in how VACUUM FULL handles UPDATE chains (Tom, Pavan Deolasee) + + + + + + + + Release 7.3.18