aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release.sgml15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 613677b1f5b..c920a5759fe 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.449 2006/09/22 01:52:27 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/22 03:04:23 momjian Exp $ -->
<!--
Typical markup:
@@ -29,7 +29,7 @@ For new features, add links to the documentation sections.
<note>
<title>Release date</title>
<simpara>2005-1?-??</simpara>
- <para>CURRENT AS OF 2006-09-18</>
+ <para>CURRENT AS OF 2006-09-21</>
</note>
<sect2>
@@ -1149,6 +1149,17 @@ For new features, add links to the documentation sections.
<listitem>
<para>
+ Provide advisory locking functionality (Abhijit Menon-Sen, Tom)
+ </para>
+
+ <para>
+ This is a new locking API compared to what used to be in /contrib.
+ The /contrib code is now on pgfoundry.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Allow <command>COPY</> to dump a <command>SELECT</> query
(Zoltan Boszormenyi, Karel Zak)
</para>