From: Tom Lane Date: Sun, 16 Sep 2007 03:03:13 +0000 (+0000) Subject: Update release notes for last-minute fix. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9db40dc945a15d60f199f0ba07a8880f21399e17;p=users%2Fbernd%2Fpostgres.git Update release notes for last-minute fix. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 9c84177fe4..d70c3acd44 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -61,6 +61,14 @@ do it for earlier branch release files. + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Fix ALTER DOMAIN ADD CONSTRAINT for cases involving @@ -3260,6 +3268,14 @@ do it for earlier branch release files. + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) @@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1 + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) @@ -10013,6 +10037,14 @@ typedefs (Michael) + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) @@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE; + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom)