1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.425 2006/03/10 19:10:48 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.426 2006/05/19 03:49:05 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -19,6 +19,51 @@ For new features, add links to the documentation sections.
19
19
<appendix id="release">
20
20
<title>Release Notes</title>
21
21
22
+ <sect1 id="release-8-1-4">
23
+ <title>Release 8.1.4</title>
24
+
25
+ <note>
26
+ <title>Release date</title>
27
+ <simpara>2006-05-22</simpara>
28
+ </note>
29
+
30
+ <para>
31
+ This release contains a variety of fixes from 8.1.3,
32
+ </para>
33
+
34
+ <sect2>
35
+ <title>Migration to version 8.1.4</title>
36
+
37
+ <para>
38
+ A dump/restore is not required for those running 8.1.X.
39
+ However, if you are upgrading from a version earlier than 8.1.2,
40
+ see the release notes for 8.1.2.
41
+ </para>
42
+ </sect2>
43
+
44
+ <sect2>
45
+ <title>Changes</title>
46
+
47
+ <itemizedlist>
48
+ <listitem><para>Improve sort performance (Tom, Dann Corbit)</para></listitem>
49
+ <listitem><para>Disable <literal>full_page_writes</> because of reliability bug (Tom)</para>
50
+ <para>In certain cases, <literal>full_page_writes</> would cause crash recovery to fail.
51
+ </para></listitem>
52
+ <listitem><para>Various bitmap scan improvements (Tom)</para></listitem>
53
+ <listitem><para>Have <application>pg_dumpall</> dumping pre-8.1 databases with indentical user
54
+ and group names create a single role with <literal>LOGIN</> permission (Tom)</para></listitem>
55
+ <listitem><para>Fix <application>pg_restore</> <literal>-n</> (Tom)</para></listitem>
56
+ <listitem><para>Fix <literal>SIMILAR TO</> for alternative values (Tom)</para></listitem>
57
+ <listitem><para>Fix <command>SELECT INTO</> and <command>CREATE TABLE AS</> to create tables in the default
58
+ tablespace, not the base directory (Kris Jurka)</para></listitem>
59
+ <listitem><para>Fix problem with password prompting on some Win32 systems (Robert
60
+ Kinberg)</para></listitem>
61
+ <listitem><para>Fix for Bonjour on Intel Macs (Ashley Clark)</para></listitem>
62
+ </itemizedlist>
63
+
64
+ </sect2>
65
+ </sect1>
66
+
22
67
<sect1 id="release-8-1-3">
23
68
<title>Release 8.1.3</title>
24
69
0 commit comments