Commit e92da1a9 authored by Tom Lane's avatar Tom Lane

Update release notes for last-minute fix.

parent 43b0c918
<!-- $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: Typical markup:
...@@ -61,6 +61,14 @@ do it for earlier branch release files. ...@@ -61,6 +61,14 @@ do it for earlier branch release files.
<itemizedlist> <itemizedlist>
<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> <listitem>
<para> <para>
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
...@@ -3260,6 +3268,14 @@ do it for earlier branch release files. ...@@ -3260,6 +3268,14 @@ do it for earlier branch release files.
<itemizedlist> <itemizedlist>
<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> <listitem>
<para> <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1 ...@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
<itemizedlist> <itemizedlist>
<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> <listitem>
<para> <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem> ...@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
<itemizedlist> <itemizedlist>
<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> <listitem>
<para> <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE; ...@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
<itemizedlist> <itemizedlist>
<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> <listitem>
<para> <para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment