Update release notes for 9.0 beta 3.
authorBruce Momjian
Thu, 8 Jul 2010 22:26:14 +0000 (22:26 +0000)
committerBruce Momjian
Thu, 8 Jul 2010 22:26:14 +0000 (22:26 +0000)
doc/src/sgml/release-9.0.sgml

index 7ed1ead414d42c833fe16f751ec2a3ae42db4184..0daaafad41425c9c726d83d36c4debeaebc406be 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Release 9.0
   
 
   Migration to Version 9.0
-  CURRENT AS OF 2010-06-03
+  CURRENT AS OF 2010-07-08
 
   
    A dump/restore using pg_dump
      
     
 
+    
+     
+      Adjust 
+      linkend="guc-log-temp-files">log_temp_files to
+      use default file sizes units of kilobytes (Robert Haas)
+     
+    
+
    
 
   
    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.
+     
+    
+
+   
+  
  
 
  
       
 
       
-       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.
       
      
 
        search_path.
       
 
-
      
 
      
       
      
 
+    
+     
+      Adjust 
+      linkend="guc-log-temp-files">log_temp_files to
+      use default file sizes units of kilobytes (Robert Haas)
+     
+
+     
+      Previously this setting defaulted to bytes if no units were
+      specified.
+     
+    
+
     
 
    
 
       
        The new server-side language is called 
-       linkend="plpython-python23">plpython3u.
+       linkend="plpython-python23">plpython3u.  This
+       cannot be used in the same backend with the usual
+       Python 2 server-side language.
       
      
 
       
      
 
+     
+      
+       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
 
      
       
-       Load SSL certificate chain (Tom Lane)
+       Load SSL certificate chains (Tom Lane)
       
 
       
       
      
 
+    
+     
+      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)
+     
+    
+
     
 
    
      
     
 
+    
+     
+      New documentation section
+      about running PostgreSQL in non-durable mode,
+      to improve performance  (Bruce Momjian)
+     
+    
+
    
 
    
     
      
       Add /contrib/pg_upgrade
-      to support in-place upgrades (Bruce)
+      to support in-place upgrades (Bruce Momjian)
      
 
      
      
     
 
+    
+     
+      Improve /contrib/dblinks handling of dropped columns
+      (Tom Lane)
+     
+
+     
+      This affects 
+      linkend="CONTRIB-DBLINK-BUILD-SQL-INSERT">dblink_build_sql_insert()
+      and related functions.
+     
+    
+
     
      
       Greatly increase 
      
     
 
+    
+     
+      Add 
+      linkend="pgarchivecleanup">/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