From: Bruce Momjian Date: Thu, 19 Apr 2007 02:47:01 +0000 (+0000) Subject: Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. X-Git-Tag: REL8_0_13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ce947b63a305e4983bb2e959148272705e7a5d;p=thirdparty%2Fpostgresql.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 2f9ffa74c19..8b3e793b883 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,67 @@ Release Notes + + 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 @@ -3438,6 +3495,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 @@ -6553,6 +6656,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