|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.533 2007/11/01 22:38:36 momjian Exp $ --> |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.534 2007/11/14 00:16:27 momjian Exp $ --> |
|
|
|
|
<!-- |
|
|
|
|
|
|
|
|
|
Typical markup: |
|
|
|
@ -41,7 +41,7 @@ do it for earlier branch release files. |
|
|
|
|
<note> |
|
|
|
|
<title>Release date</title> |
|
|
|
|
<simpara>2007-12-??</simpara> |
|
|
|
|
<para>CURRENT AS OF 2007-10-24</> |
|
|
|
|
<para>CURRENT AS OF 2007-11-13</> |
|
|
|
|
</note> |
|
|
|
|
|
|
|
|
|
<sect2> |
|
|
|
@ -462,6 +462,21 @@ do it for earlier branch release files. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
<command>ALTER SEQUENCE</> no longer affects <function>currval()</> |
|
|
|
|
(Tom) |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
<command>ROLLBACK</> outside a mult-statement transaction now |
|
|
|
|
issues a <literal>NOTICE</> instead of <literal>WARNING</> (Bruce) |
|
|
|
|
(Tom) |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Add C macros for handling variable-length data values (Greg |
|
|
|
@ -998,6 +1013,12 @@ do it for earlier branch release files. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Add Kerberos realm specification, <varname>krb_realm</> (Magnus) |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
</itemizedlist> |
|
|
|
|
|
|
|
|
|
</sect3> |
|
|
|
@ -1854,6 +1875,17 @@ do it for earlier branch release files. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Add <application>pg_ctl</> timeout parameter (Bruce) |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
This controls how long <application>pg_ctl</> waits when waiting |
|
|
|
|
for start or shutdown. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
</itemizedlist> |
|
|
|
|
|
|
|
|
|
</sect3> |
|
|
|
@ -2153,6 +2185,14 @@ do it for earlier branch release files. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Add <link linkend="acronyms">acronym</link> and <link |
|
|
|
|
linkend="creating-cluster-nfs"><acronym>NFS</></> documentation |
|
|
|
|
sections (Bruce) |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
</itemizedlist> |
|
|
|
|
|
|
|
|
|
</sect3> |
|
|
|
@ -2161,6 +2201,14 @@ do it for earlier branch release files. |
|
|
|
|
<title>Contrib Changes</title> |
|
|
|
|
<itemizedlist> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Move <filename>/contrib</> <filename>README</> content into the |
|
|
|
|
main <productname>PostgresSQL</> documentation (Albert Cervera i |
|
|
|
|
Areny) |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Add <filename>/contrib/pageinspect</filename> module for low-level |
|
|
|
|