1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.533 2007/11/01 22:38:36 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.534 2007/11/14 00:16:27 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -41,7 +41,7 @@ do it for earlier branch release files.
4141 <note>
4242 <title>Release date</title>
4343 <simpara>2007-12-??</simpara>
44- <para>CURRENT AS OF 2007-10-24 </>
44+ <para>CURRENT AS OF 2007-11-13 </>
4545 </note>
4646
4747 <sect2>
@@ -462,6 +462,21 @@ do it for earlier branch release files.
462462 </para>
463463 </listitem>
464464
465+ <listitem>
466+ <para>
467+ <command>ALTER SEQUENCE</> no longer affects <function>currval()</>
468+ (Tom)
469+ </para>
470+ </listitem>
471+
472+ <listitem>
473+ <para>
474+ <command>ROLLBACK</> outside a mult-statement transaction now
475+ issues a <literal>NOTICE</> instead of <literal>WARNING</> (Bruce)
476+ (Tom)
477+ </para>
478+ </listitem>
479+
465480 <listitem>
466481 <para>
467482 Add C macros for handling variable-length data values (Greg
@@ -998,6 +1013,12 @@ do it for earlier branch release files.
9981013 </para>
9991014 </listitem>
10001015
1016+ <listitem>
1017+ <para>
1018+ Add Kerberos realm specification, <varname>krb_realm</> (Magnus)
1019+ </para>
1020+ </listitem>
1021+
10011022 </itemizedlist>
10021023
10031024 </sect3>
@@ -1854,6 +1875,17 @@ do it for earlier branch release files.
18541875 </para>
18551876 </listitem>
18561877
1878+ <listitem>
1879+ <para>
1880+ Add <application>pg_ctl</> timeout parameter (Bruce)
1881+ </para>
1882+
1883+ <para>
1884+ This controls how long <application>pg_ctl</> waits when waiting
1885+ for start or shutdown.
1886+ </para>
1887+ </listitem>
1888+
18571889 </itemizedlist>
18581890
18591891 </sect3>
@@ -2153,6 +2185,14 @@ do it for earlier branch release files.
21532185 </para>
21542186 </listitem>
21552187
2188+ <listitem>
2189+ <para>
2190+ Add <link linkend="acronyms">acronym</link> and <link
2191+ linkend="creating-cluster-nfs"><acronym>NFS</></> documentation
2192+ sections (Bruce)
2193+ </para>
2194+ </listitem>
2195+
21562196 </itemizedlist>
21572197
21582198 </sect3>
@@ -2161,6 +2201,14 @@ do it for earlier branch release files.
21612201 <title>Contrib Changes</title>
21622202 <itemizedlist>
21632203
2204+ <listitem>
2205+ <para>
2206+ Move <filename>/contrib</> <filename>README</> content into the
2207+ main <productname>PostgresSQL</> documentation (Albert Cervera i
2208+ Areny)
2209+ </para>
2210+ </listitem>
2211+
21642212 <listitem>
21652213 <para>
21662214 Add <filename>/contrib/pageinspect</filename> module for low-level