aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-09-16 03:03:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-09-16 03:03:00 +0000
commite92da1a9d1b1266f867288dc9c270b7729392860 (patch)
treec04a18c3baee28fe1bb863dbff763272b885fa18
parent43b0c9182f5796f7368bc68eec08ab80c0421670 (diff)
downloadpostgresql-e92da1a9d1b1266f867288dc9c270b7729392860.tar.gz
postgresql-e92da1a9d1b1266f867288dc9c270b7729392860.zip
Update release notes for last-minute fix.
-rw-r--r--doc/src/sgml/release.sgml42
1 files changed, 41 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index e3aeb246bbd..a68dd592d69 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.506 2007/09/14 16:15:35 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.507 2007/09/16 03:03:00 tgl Exp $ -->
<!--
Typical markup:
@@ -63,6 +63,14 @@ do it for earlier branch release files.
<listitem>
<para>
+ Prevent index corruption when a transaction inserts rows and
+ then aborts close to the end of a concurrent <command>VACUUM</>
+ on the same table (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
domains over domains (Tom)
</para>
@@ -3262,6 +3270,14 @@ do it for earlier branch release files.
<listitem>
<para>
+ Prevent index corruption when a transaction inserts rows and
+ then aborts close to the end of a concurrent <command>VACUUM</>
+ on the same table (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
</para>
</listitem>
@@ -6410,6 +6426,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
<listitem>
<para>
+ Prevent index corruption when a transaction inserts rows and
+ then aborts close to the end of a concurrent <command>VACUUM</>
+ on the same table (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
</para>
</listitem>
@@ -10015,6 +10039,14 @@ typedefs (Michael)</para></listitem>
<listitem>
<para>
+ Prevent index corruption when a transaction inserts rows and
+ then aborts close to the end of a concurrent <command>VACUUM</>
+ on the same table (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
</para>
</listitem>
@@ -13265,6 +13297,14 @@ DROP SCHEMA information_schema CASCADE;
<listitem>
<para>
+ Prevent index corruption when a transaction inserts rows and
+ then aborts close to the end of a concurrent <command>VACUUM</>
+ on the same table (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
</para>
</listitem>