diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-31 18:59:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-31 18:59:35 -0400 |
commit | e48a7bd527481556f7068832331ef6b00805920b (patch) | |
tree | 71ad6ada43c2946a77cb37a7f62a90f7dc5aea1a | |
parent | d931ac0ec4c25b61f480562a13f1974f913afd59 (diff) | |
download | postgresql-e48a7bd527481556f7068832331ef6b00805920b.tar.gz postgresql-e48a7bd527481556f7068832331ef6b00805920b.zip |
Update release notes for changes through today.
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 5 | ||||
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 12 | ||||
-rw-r--r-- | 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 e7efedc2037..8da5cc3e932 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -232,7 +232,8 @@ <listitem> <para> - Ignore invalid indexes in <application>pg_dump</> (Michael Paquier) + Ignore invalid indexes in <application>pg_dump</> and + <application>pg_upgrade</> (Michael Paquier, Bruce Momjian) </para> <para> @@ -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 <application>pg_dump</> wouldn't be expected to dump anyway. + <application>pg_upgrade</> now also skips invalid indexes rather than + failing. </para> </listitem> diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index ccaa4a134fb..042cd1b6789 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -190,6 +190,13 @@ <listitem> <para> + Fix possible planner crash after columns have been added to a view + that's depended on by another view (Tom Lane) + </para> + </listitem> + + <listitem> + <para> Remove useless <quote>picksplit doesn't support secondary split</> log messages (Josh Hansen, Tom Lane) </para> @@ -232,7 +239,8 @@ <listitem> <para> - Ignore invalid indexes in <application>pg_dump</> (Michael Paquier) + Ignore invalid indexes in <application>pg_dump</> and + <application>pg_upgrade</> (Michael Paquier, Bruce Momjian) </para> <para> @@ -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 <application>pg_dump</> wouldn't be expected to dump anyway. + <application>pg_upgrade</> now also skips invalid indexes rather than + failing. </para> </listitem> diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 0957f443ecf..73f1ca576f7 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -218,6 +218,13 @@ <listitem> <para> + Fix possible planner crash after columns have been added to a view + that's depended on by another view (Tom Lane) + </para> + </listitem> + + <listitem> + <para> Fix performance issue in <literal>EXPLAIN (ANALYZE, TIMING OFF)</> (Pavel Stehule) </para> @@ -280,7 +287,8 @@ <listitem> <para> - Ignore invalid indexes in <application>pg_dump</> (Michael Paquier) + Ignore invalid indexes in <application>pg_dump</> and + <application>pg_upgrade</> (Michael Paquier, Bruce Momjian) </para> <para> @@ -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 <application>pg_dump</> wouldn't be expected to dump anyway. + <application>pg_upgrade</> now also skips invalid indexes rather than + failing. </para> </listitem> |