From: Tom Lane Date: Thu, 14 May 2009 22:17:28 +0000 (+0000) Subject: Update release notes to today. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f656a3082625add160a0075d39342c788b38c5fb;p=users%2Fsimon%2Fpostgres.git Update release notes to today. --- diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index a82b3bcb70..7c193d8f4e 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -6,7 +6,7 @@ Release date - 2009-??-??, ITEMS CURRENT AS OF 2009-05-11 + 2009-??-??, ITEMS CURRENT AS OF 2009-05-14 @@ -422,6 +422,18 @@ + + + Rewrite memory management for libxml-using functions + (Tom) + + + + This change should avoid some compatibility problems with use of + libxml in PL/Perl and other add-on code. + + + Adopt a faster algorithm for hash functions (Kenneth Marshall, @@ -3324,9 +3336,10 @@ - To make this safe, you now need to set the new - recovery_end_command option in recovery.conf to - clean up the trigger fail after failover. + To make this work safely, you now need to set the new + recovery_end_command option in recovery.conf + to clean up the trigger file after failover. pg_standby + will no longer remove the trigger file itself.