From 721205b51c47046a0a2e62741bf23258510aa1c8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 5 Jan 2006 05:22:09 +0000 Subject: [PATCH] *** empty log message *** --- doc/src/sgml/release.sgml | 105 +++++++++++++++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e97602b6901..9880b1d4f3b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,63 @@ Release Notes + + 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 @@ -2688,6 +2741,56 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.13 + + + Release date + 2006-01-09 + + + + This release contains a variety of fixes from 7.3.12. + + + + Migration to version 7.3.13 + + + A dump/restore is not required for those running 7.3.X. However, + if you are upgrading from a version earlier than 7.3.10, see the release + notes for 7.3.10. + + + + + Changes + + + +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.3.12