diff options
author | Tom Lane | 2007-09-16 03:03:27 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-16 03:03:27 +0000 |
commit | 1498c458069085126b4deb861dd8afb57c8bdfa6 (patch) | |
tree | eaf4f82c66e6ba44d553f44bb4b4049d1db06939 | |
parent | be706260f0191f596a3b92baac7791acaa0957bf (diff) |
Update release notes for last-minute fix.REL8_1_10
-rw-r--r-- | doc/src/sgml/release.sgml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 4128f3a90c5..dfe748b0fa0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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: @@ -65,6 +65,14 @@ do it for earlier branch release files. <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) </para> </listitem> @@ -3213,6 +3221,14 @@ psql -t -f fixseq.sql db1 | psql -e db1 <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) </para> </listitem> @@ -6818,6 +6834,14 @@ typedefs (Michael)</para></listitem> <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) </para> </listitem> @@ -10068,6 +10092,14 @@ DROP SCHEMA information_schema CASCADE; <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) </para> </listitem> |