diff options
author | Tom Lane | 2007-09-16 03:03:13 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-16 03:03:13 +0000 |
commit | ee24168d2ca2d96178259ac0625584f60e38537a (patch) | |
tree | ddf49d395e1372e34301c6d5dd728691d5abce14 | |
parent | 3d446c476748a9e384e70bd09026cbdbd34a9bf2 (diff) |
Update release notes for last-minute fix.REL8_2_5
-rw-r--r-- | doc/src/sgml/release.sgml | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 81f8b8d7870..40a3117f2eb 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.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: @@ -63,6 +63,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> Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving domains over domains (Tom) </para> @@ -3262,6 +3270,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> @@ -6410,6 +6426,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> @@ -10015,6 +10039,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> @@ -13265,6 +13297,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> |