]> granicus.if.org Git - postgresql/commitdiff
Update release notes for changes through today.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Mar 2013 22:59:35 +0000 (18:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Mar 2013 22:59:35 +0000 (18:59 -0400)
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml

index e7efedc2037c00f6e04c3b76df68136cd36a28d9..8da5cc3e93295c029b86aa6017c6ac6b0a37b42b 100644 (file)
 
     <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>
       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>
 
index ccaa4a134fb7a24caee7ed9d5df3c2e668896340..042cd1b6789726ec0bc0a7cb5364225b60938f51 100644 (file)
      </para>
     </listitem>
 
+    <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
 
     <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>
       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>
 
index 0957f443ecf403f59e95787573411bd0dc069de8..73f1ca576f7a955419899f548117f7603813fed6 100644 (file)
      </para>
     </listitem>
 
+    <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)</>
 
     <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>
       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>