From c4314e150dcda40bbffa3b22863733bf57f4ba33 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Jul 2010 22:26:14 +0000 Subject: [PATCH] Update release notes for 9.0 beta 3. --- doc/src/sgml/release-9.0.sgml | 121 +++++++++++++++++++++++++++++----- 1 file changed, 103 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 7ed1ead414..0daaafad41 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -132,7 +132,7 @@ Migration to Version 9.0 - CURRENT AS OF 2010-06-03 + CURRENT AS OF 2010-07-08 A dump/restore using pg_dump @@ -179,6 +179,14 @@ + + + Adjust log_temp_files to + use default file sizes units of kilobytes (Robert Haas) + + + @@ -359,18 +367,19 @@ Other Incompatibilities - - Remove support for platforms that don't have a working 64-bit - integer data type (Tom Lane) - + + Remove support for platforms that don't have a working 64-bit + integer data type (Tom Lane) + - - It is believed all still-supported platforms have working 64-bit - integer data types. - - - - + + It is believed all still-supported platforms have working 64-bit + integer data types. + + + + + @@ -569,7 +578,9 @@ - This is particularly useful for partitioned tables. + This is particularly useful for partitioned tables. However, + autovacuum does not yet properly analyze parent tables based on + child table changes. @@ -773,7 +784,6 @@ search_path. - @@ -829,6 +839,19 @@ + + + Adjust log_temp_files to + use default file sizes units of kilobytes (Robert Haas) + + + + Previously this setting defaulted to bytes if no units were + specified. + + + @@ -1926,7 +1949,9 @@ The new server-side language is called plpython3u. + linkend="plpython-python23">plpython3u. This + cannot be used in the same backend with the usual + Python 2 server-side language. @@ -2207,6 +2232,18 @@ + + + Add keepalive settings + in libpq (Tollef Fog Heen, Fujii Masao, Robert Haas) + + + + Keepalive settings were already supported on the server end of + TCP connections. + + + Properly report an error if the specified libpq service @@ -2224,7 +2261,7 @@ - Load SSL certificate chain (Tom Lane) + Load SSL certificate chains (Tom Lane) @@ -2423,6 +2460,20 @@ + + + Add a Makefile rule to build documentation as a single text file + (Bruce Momjian) + + + + + + Restructure use of LDFLAGS to be more consistent + across platforms (Tom Lane) + + + @@ -2609,6 +2660,14 @@ + + + New documentation section + about running PostgreSQL in non-durable mode, + to improve performance (Bruce Momjian) + + + @@ -2732,7 +2791,7 @@ Add /contrib/pg_upgrade - to support in-place upgrades (Bruce) + to support in-place upgrades (Bruce Momjian) @@ -2843,6 +2902,19 @@ + + + Improve /contrib/dblinks handling of dropped columns + (Tom Lane) + + + + This affects dblink_build_sql_insert() + and related functions. + + + Greatly increase + + + Add /contrib/pg_archivecleanup + tool (Simon Riggs) + + + + This is designed to be used by the archive_cleanup_command + setting to remove unnecessary archive files. + + + Add query text to