mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update release notes for last-minute fix.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.46 2007/09/14 16:08:33 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.47 2007/09/16 03:03:27 tgl Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -63,6 +63,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)
|
||||||
@ -3211,6 +3219,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)
|
||||||
@ -6816,6 +6832,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)
|
||||||
@ -10066,6 +10090,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)
|
||||||
|
Reference in New Issue
Block a user