From: Bruce Momjian Date: Thu, 5 Jan 2006 14:53:18 +0000 (+0000) Subject: Improve markup. X-Git-Tag: REL8_0_6~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4011909a02a6c3a1b9ad083bf8ce3c42cef5c653;p=postgresql Improve markup. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index bc5d1614fe..d5b2ff6d59 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -5663,6 +5663,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 @@ -5704,6 +5754,7 @@ only supported with merge-joinable join conditions. Prevent core dump in pg_autovacuum when a table has been dropped +