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.
+
+
+