diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-07-07 17:55:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-07-07 17:56:31 -0400 |
commit | 4eb4b4013d27eaa8bcbd089ce7a20f4bcb2556f3 (patch) | |
tree | f5e0f61486f806db3064b44676f118237c79118f | |
parent | 9b47c67ccde6ec91219ad4aba515a48c136f9568 (diff) | |
download | postgresql-4eb4b4013d27eaa8bcbd089ce7a20f4bcb2556f3.tar.gz postgresql-4eb4b4013d27eaa8bcbd089ce7a20f4bcb2556f3.zip |
Update 9.1 release notes to reflect commits through today.
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 914464eb6c3..23e9abc5744 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -9,7 +9,7 @@ <simpara>2011-??-??</simpara> </note> - <para>CURRENT AS OF 2011-06-09</para> + <para>CURRENT AS OF 2011-07-07</para> <sect2> <title>Overview</title> @@ -385,6 +385,19 @@ </para> </listitem> + <listitem> + <para> + Avoid leaving data files open after <quote>blind writes</> + (Alvaro Herrera) + </para> + + <para> + This fixes scenarios where backends might hold open files that + were long since deleted, preventing the kernel from reclaiming + disk space. + </para> + </listitem> + </itemizedlist> </sect4> @@ -2788,6 +2801,20 @@ </para> </listitem> + <listitem> + <para> + Handle non-ASCII characters consistently in <filename>HISTORY</> file + (Peter Eisentraut) + </para> + + <para> + While the <filename>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. + </para> + </listitem> + </itemizedlist> </sect3> |