mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Update release notes for last-minute fix.
This commit is contained in:
parent
3d446c4767
commit
ee24168d2c
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.14 2007/09/14 16:13:22 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.15 2007/09/16 03:03:13 tgl Exp $ -->
|
||||
<!--
|
||||
|
||||
Typical markup:
|
||||
@ -61,6 +61,14 @@ do it for earlier branch release files.
|
||||
|
||||
<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>
|
||||
<para>
|
||||
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
|
||||
@ -3260,6 +3268,14 @@ do it for earlier branch release files.
|
||||
|
||||
<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>
|
||||
<para>
|
||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||
@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
|
||||
|
||||
<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>
|
||||
<para>
|
||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||
@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
|
||||
|
||||
<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>
|
||||
<para>
|
||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||
@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
|
||||
|
||||
<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>
|
||||
<para>
|
||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||
|
Loading…
Reference in New Issue
Block a user