11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.407 2005/12/06 21:00:53 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.408 2005/12/08 22: 21:26 momjian Exp $
33
44Typical markup:
55
@@ -19,6 +19,64 @@ For new features, add links to the documentation sections.
1919<appendix id="release">
2020 <title>Release Notes</title>
2121
22+ <sect1 id="release-8-1-1">
23+ <title>Release 8.1.1</title>
24+
25+ <note>
26+ <title>Release date</title>
27+ <simpara>2005-12-12</simpara>
28+ </note>
29+
30+ <para>
31+ This release contains a variety of fixes from 8.1.0.
32+ </para>
33+
34+ <sect2>
35+ <title>Migration to version 8.1.1</title>
36+
37+ <para>
38+ A dump/restore is not required for those running 8.1.X.
39+ </para>
40+ </sect2>
41+
42+ <sect2>
43+ <title>Changes</title>
44+
45+ <itemizedlist>
46+ <listitem><para>Optimizer fixes (Tom)</para></listitem>
47+
48+ <listitem><para>Allow <function>to_char(interval)</> and
49+ <function>to_char(time)</> to use <literal>AM</>/<literal>PM</>
50+ specifications (Bruce)</para></listitem>
51+
52+ <listitem><para>Allow <function>to_char(interval)</> and
53+ <function>to_char(time)</> to use <literal>HH</>, <literal>HH12</>, and
54+ <literal>D</> format specifiers. (<function>to_char(interval)</> should
55+ probably use <literal>HH24</>.)</para></listitem>
56+
57+ <listitem><para>Fix bgwriter problem on exit failure
58+ (Tom)</para></listitem>
59+
60+ <listitem><para><filename>/contrib/tsearch2</> fixes
61+ (Teodor)</para></listitem>
62+
63+ <listitem><para>Fix Win32 error message translation problem with
64+ languages that require word reordering, like Turkish (Andrew,
65+ Tom)</para></listitem>
66+
67+ <listitem><para>Allow MS C to compile <application>pg_config</> (Hiroshi
68+ Saito)</para></listitem>
69+
70+ <listitem><para>AIX and HPUX compile fixes (Tom)</para></listitem>
71+
72+ <listitem><para>Add 8.1.0 release note item on how to migrate invalid
73+ <literal>UTF-8</> byte sequences (Paul Lindner)</para></listitem>
74+
75+ </itemizedlist>
76+
77+ </sect2>
78+ </sect1>
79+
2280 <sect1 id="release-8-1">
2381 <title>Release 8.1</title>
2482