From: Bruce Momjian Date: Thu, 5 Jan 2006 05:21:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL7_3_13~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00214b611c4d135c8578db25847bc0db640c79d5;p=thirdparty%2Fpostgresql.git *** empty log message *** --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ee2bfca3d14..d77833d5b8e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,60 @@ Release Notes + + 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