<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>
</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>
</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>