Update 9.1 release notes to reflect commits through today.
authorTom Lane
Thu, 7 Jul 2011 21:55:14 +0000 (17:55 -0400)
committerTom Lane
Thu, 7 Jul 2011 21:56:15 +0000 (17:56 -0400)
doc/src/sgml/release-9.1.sgml

index 914464eb6c38e37689879b60ed1d37dd076dbd8a..23e9abc574404df24aaffbe71cc8759d20e98937 100644 (file)
@@ -9,7 +9,7 @@
    2011-??-??
   
 
-  CURRENT AS OF 2011-06-09
+  CURRENT AS OF 2011-07-07
 
   
    Overview
        
       
 
+      
+       
+        Avoid leaving data files open after blind writes
+        (Alvaro Herrera)
+       
+
+       
+        This fixes scenarios where backends might hold open files that
+        were long since deleted, preventing the kernel from reclaiming
+        disk space.
+       
+      
+
      
 
     
       
      
 
+     
+      
+       Handle non-ASCII characters consistently in HISTORY file
+       (Peter Eisentraut)
+      
+
+      
+       While the HISTORY file is in English, we do have to deal
+       with non-ASCII letters in contributor names.  These are now
+       transliterated so that they are reasonably legible without assumptions
+       about character set.
+      
+     
+