mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Update release notes for changes through today.
This commit is contained in:
parent
d931ac0ec4
commit
e48a7bd527
@ -232,7 +232,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -242,6 +243,8 @@
|
|||||||
index creation is in fact still in progress, it seems reasonable to
|
index creation is in fact still in progress, it seems reasonable to
|
||||||
consider it to be an uncommitted DDL change, which
|
consider it to be an uncommitted DDL change, which
|
||||||
<application>pg_dump</> wouldn't be expected to dump anyway.
|
<application>pg_dump</> wouldn't be expected to dump anyway.
|
||||||
|
<application>pg_upgrade</> now also skips invalid indexes rather than
|
||||||
|
failing.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -188,6 +188,13 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove useless <quote>picksplit doesn't support secondary split</> log
|
Remove useless <quote>picksplit doesn't support secondary split</> log
|
||||||
@ -232,7 +239,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -242,6 +250,8 @@
|
|||||||
index creation is in fact still in progress, it seems reasonable to
|
index creation is in fact still in progress, it seems reasonable to
|
||||||
consider it to be an uncommitted DDL change, which
|
consider it to be an uncommitted DDL change, which
|
||||||
<application>pg_dump</> wouldn't be expected to dump anyway.
|
<application>pg_dump</> wouldn't be expected to dump anyway.
|
||||||
|
<application>pg_upgrade</> now also skips invalid indexes rather than
|
||||||
|
failing.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -216,6 +216,13 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix performance issue in <literal>EXPLAIN (ANALYZE, TIMING OFF)</>
|
Fix performance issue in <literal>EXPLAIN (ANALYZE, TIMING OFF)</>
|
||||||
@ -280,7 +287,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -290,6 +298,8 @@
|
|||||||
index creation is in fact still in progress, it seems reasonable to
|
index creation is in fact still in progress, it seems reasonable to
|
||||||
consider it to be an uncommitted DDL change, which
|
consider it to be an uncommitted DDL change, which
|
||||||
<application>pg_dump</> wouldn't be expected to dump anyway.
|
<application>pg_dump</> wouldn't be expected to dump anyway.
|
||||||
|
<application>pg_upgrade</> now also skips invalid indexes rather than
|
||||||
|
failing.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user