From: Bruce Momjian Date: Wed, 7 Feb 2007 04:23:01 +0000 (+0000) Subject: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=964e23aecc45d7ddb7acd9e6555735532fbdeb5a;p=users%2Fbernd%2Fpostgres.git Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index fc2da39fbe..c4f32fd432 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -35,6 +35,50 @@ do it for earlier branch release files. Release Notes + + Release 8.2.3 + + + Release date + 2007-02-07 + + + + This release contains two fixes from 8.2.2. + + + + Migration to version 8.2.3 + + + A dump/restore is not required for those running 8.2.X. + + + + + + Changes + + + + + + Remove overly-restrictive check for type length in constraints and + functional indexes(Tom) + + + + + + Fix optimization so MIN/MAX in subqueries can again use indexes (Tom) + + + + + + + + Release 8.2.2 @@ -2880,6 +2924,46 @@ do it for earlier branch release files. + + Release 8.1.8 + + + Release date + 2007-02-07 + + + + This release contains one fix from 8.1.7. + + + + Migration to version 8.1.8 + + + 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 + + + + + + Remove overly-restrictive check for type length in constraints and + functional indexes(Tom) + + + + + + + + Release 8.1.7 @@ -5790,6 +5874,46 @@ psql -t -f fixseq.sql db1 | psql -e db1 + + Release 8.0.12 + + + Release date + 2007-02-07 + + + + This release contains one fix from 8.0.11. + + + + Migration to version 8.0.12 + + + 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 + + + + + + Remove overly-restrictive check for type length in constraints and + functional indexes(Tom) + + + + + + + + Release 8.0.11