From: Bruce Momjian Date: Thu, 5 Jan 2006 05:23:09 +0000 (+0000) Subject: Update release notes. X-Git-Tag: REL8_0_6~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=748a71fbff3bff6e811190d09313f381251ac4df;p=thirdparty%2Fpostgresql.git Update release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 96684134a7b..bc5d1614fe4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,71 @@ Release Notes + + Release 8.0.6 + + + Release date + 2006-01-09 + + + + This release contains a variety of fixes from 8.0.5. + + + + Migration to version 8.0.6 + + + A dump/restore is not required for those running 8.0.X. However, + if you are upgrading from a version earlier than 8.0.3, see the release + notes for 8.0.3. + + + + + Changes + + + +Fix for protocol-level describe portal statements issued +outside a transaction (Tom) + +Fix character set sorting for locales that consider +different character combinations to have the same sorting, e.g. +Hungarian. (Tom) This might require REINDEX in +those locales to fix existing indexes. + +Allow more flexible relocation of installation +directories (Tom) Previous releases supported relocation +only if all directories were the same except the last +componient. + +Fix long standing Asian multibyte charsets bug (Tatsuo) + + +Various fixes for queries returning RECORDs +(Tom) + +Fix bug in /contrib/pgcrypto Openwall +gen_salt processing (Marko Kreen> + +Fix /contrib/dblink to throw an error +when the number of columns specified is different from those returned +by the query (Joe) + +Set LC_XXX variables to prevent problems +with plperl processing (Tom) + + + + + + Release 8.0.5 @@ -2866,6 +2927,59 @@ typedefs (Michael) + + Release 7.4.11 + + + Release date + 2006-01-09 + + + + This release contains a variety of fixes from 7.4.10. + + + + Migration to version 7.4.11 + + + A dump/restore is not required for those running 7.4.X. However, + if you are upgrading from a version earlier than 7.4.8, see the release + notes for 7.4.8. + + + + + Changes + + + +Fix for protocol-level describe portal statements issued +outside a transaction (Tom) + +Fix character set sorting for locales that consider +different character combinations to have the same sorting, e.g. +Hungarian. (Tom) This might require REINDEX in +those locales to fix existing indexes. + +Fix long standing Asian multibyte charsets bug (Tatsuo) + + +Fix bug in /contrib/pgcrypto Openwall +gen_salt processing (Marko Kreen> + +Fix /contrib/dblink to throw an error +when the number of columns specified is different from those returned +by the query (Joe) + +Set LC_XXX variables to prevent problems +with plperl processing (Tom) + + + + + + Release 7.4.10