1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.506 2007/09/14 16:15:35 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.507 2007/09/16 03:03:00 tgl Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -61,6 +61,14 @@ do it for earlier branch release files.
61
61
62
62
<itemizedlist>
63
63
64
+ <listitem>
65
+ <para>
66
+ Prevent index corruption when a transaction inserts rows and
67
+ then aborts close to the end of a concurrent <command>VACUUM</>
68
+ on the same table (Tom)
69
+ </para>
70
+ </listitem>
71
+
64
72
<listitem>
65
73
<para>
66
74
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
@@ -3260,6 +3268,14 @@ do it for earlier branch release files.
3260
3268
3261
3269
<itemizedlist>
3262
3270
3271
+ <listitem>
3272
+ <para>
3273
+ Prevent index corruption when a transaction inserts rows and
3274
+ then aborts close to the end of a concurrent <command>VACUUM</>
3275
+ on the same table (Tom)
3276
+ </para>
3277
+ </listitem>
3278
+
3263
3279
<listitem>
3264
3280
<para>
3265
3281
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
6408
6424
6409
6425
<itemizedlist>
6410
6426
6427
+ <listitem>
6428
+ <para>
6429
+ Prevent index corruption when a transaction inserts rows and
6430
+ then aborts close to the end of a concurrent <command>VACUUM</>
6431
+ on the same table (Tom)
6432
+ </para>
6433
+ </listitem>
6434
+
6411
6435
<listitem>
6412
6436
<para>
6413
6437
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
10013
10037
10014
10038
<itemizedlist>
10015
10039
10040
+ <listitem>
10041
+ <para>
10042
+ Prevent index corruption when a transaction inserts rows and
10043
+ then aborts close to the end of a concurrent <command>VACUUM</>
10044
+ on the same table (Tom)
10045
+ </para>
10046
+ </listitem>
10047
+
10016
10048
<listitem>
10017
10049
<para>
10018
10050
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
13263
13295
13264
13296
<itemizedlist>
13265
13297
13298
+ <listitem>
13299
+ <para>
13300
+ Prevent index corruption when a transaction inserts rows and
13301
+ then aborts close to the end of a concurrent <command>VACUUM</>
13302
+ on the same table (Tom)
13303
+ </para>
13304
+ </listitem>
13305
+
13266
13306
<listitem>
13267
13307
<para>
13268
13308
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
0 commit comments