diff options
author | Tom Lane | 2007-09-16 03:03:40 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-16 03:03:40 +0000 |
commit | 038f7e4afb72463f6bc38ce0b9a8ea6619bce7fa (patch) | |
tree | ac51eae471563dd8c133d198d399743dae84f7b9 | |
parent | 60e3aafbbf70a5710a4e9255b9e2394513ffb3ba (diff) |
Update release notes for last-minute fix.REL8_0_14
-rw-r--r-- | doc/src/sgml/release.sgml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 1759968893a..18c54a9c9c3 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.321.4.39 2007/09/14 16:04:35 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.40 2007/09/16 03:03:40 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> @@ -3670,6 +3678,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> @@ -6920,6 +6936,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> |