From e48a7bd527481556f7068832331ef6b00805920b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 31 Mar 2013 18:59:35 -0400 Subject: [PATCH] Update release notes for changes through today. --- doc/src/sgml/release-9.0.sgml | 5 ++++- doc/src/sgml/release-9.1.sgml | 12 +++++++++++- doc/src/sgml/release-9.2.sgml | 12 +++++++++++- 3 files changed, 26 insertions(+), 3 deletions(-) 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.