Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e92da1a

Browse filesBrowse files
committed
Update release notes for last-minute fix.
1 parent 43b0c91 commit e92da1a
Copy full SHA for e92da1a

File tree

Expand file treeCollapse file tree

1 file changed

+41
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+41
-1
lines changed

‎doc/src/sgml/release.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/release.sgml
+41-1Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<!--
33

44
Typical markup:
@@ -61,6 +61,14 @@ do it for earlier branch release files.
6161

6262
<itemizedlist>
6363

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+
6472
<listitem>
6573
<para>
6674
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
@@ -3260,6 +3268,14 @@ do it for earlier branch release files.
32603268

32613269
<itemizedlist>
32623270

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+
32633279
<listitem>
32643280
<para>
32653281
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
64086424

64096425
<itemizedlist>
64106426

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+
64116435
<listitem>
64126436
<para>
64136437
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
1001310037

1001410038
<itemizedlist>
1001510039

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+
1001610048
<listitem>
1001710049
<para>
1001810050
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
1326313295

1326413296
<itemizedlist>
1326513297

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+
1326613306
<listitem>
1326713307
<para>
1326813308
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.