diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml
index e7efedc203..8da5cc3e93 100644
--- a/doc/src/sgml/release-9.0.sgml
+++ b/doc/src/sgml/release-9.0.sgml
@@ -232,7 +232,8 @@
- Ignore invalid indexes in pg_dump> (Michael Paquier)
+ Ignore invalid indexes in pg_dump> and
+ pg_upgrade> (Michael Paquier, Bruce Momjian)
@@ -242,6 +243,8 @@
index creation is in fact still in progress, it seems reasonable to
consider it to be an uncommitted DDL change, which
pg_dump> wouldn't be expected to dump anyway.
+ pg_upgrade> now also skips invalid indexes rather than
+ failing.
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index ccaa4a134f..042cd1b678 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -188,6 +188,13 @@
+
+
+ Fix possible planner crash after columns have been added to a view
+ that's depended on by another view (Tom Lane)
+
+
+
Remove useless picksplit doesn't support secondary split> log
@@ -232,7 +239,8 @@
- Ignore invalid indexes in pg_dump> (Michael Paquier)
+ Ignore invalid indexes in pg_dump> and
+ pg_upgrade> (Michael Paquier, Bruce Momjian)
@@ -242,6 +250,8 @@
index creation is in fact still in progress, it seems reasonable to
consider it to be an uncommitted DDL change, which
pg_dump> wouldn't be expected to dump anyway.
+ pg_upgrade> now also skips invalid indexes rather than
+ failing.
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 0957f443ec..73f1ca576f 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -216,6 +216,13 @@
+
+
+ Fix possible planner crash after columns have been added to a view
+ that's depended on by another view (Tom Lane)
+
+
+
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF)>
@@ -280,7 +287,8 @@
- Ignore invalid indexes in pg_dump> (Michael Paquier)
+ Ignore invalid indexes in pg_dump> and
+ pg_upgrade> (Michael Paquier, Bruce Momjian)
@@ -290,6 +298,8 @@
index creation is in fact still in progress, it seems reasonable to
consider it to be an uncommitted DDL change, which
pg_dump> wouldn't be expected to dump anyway.
+ pg_upgrade> now also skips invalid indexes rather than
+ failing.