mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
doc: update PG 10 release notes
Mention vacuum verbose includes oldest xmin, BRIN index usage estimation, and multi-column statistics. Reported-by: Masahiko Sawada, Alvaro Herrera
This commit is contained in:
parent
4f45beba7a
commit
5469e44ffc
@ -552,6 +552,17 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
||||||
|
2017-04-06 [7e534adcd] Fix BRIN cost estimation
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Improve accuracy in determining if a <acronym>BRIN</> index scan
|
||||||
|
is beneficial (David Rowley, Emre Hasegeli)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
@ -707,8 +718,9 @@
|
|||||||
2017-04-05 [2686ee1b7] Collect and use multi-column dependency stats
|
2017-04-05 [2686ee1b7] Collect and use multi-column dependency stats
|
||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Add the ability to compute a correlation ratio and the number of
|
Add multi-column optimizer statistics to compute the correlation
|
||||||
distinct values on several columns (Tomas Vondra, David Rowley)
|
ratio and number of distinct values (Tomas Vondra, David Rowley,
|
||||||
|
Álvaro Herrera)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1755,10 +1767,12 @@
|
|||||||
<!--
|
<!--
|
||||||
Author: Fujii Masao <fujii@postgresql.org>
|
Author: Fujii Masao <fujii@postgresql.org>
|
||||||
2017-03-25 [70adf2fbe] Make VACUUM VERBOSE report the number of skipped frozen
|
2017-03-25 [70adf2fbe] Make VACUUM VERBOSE report the number of skipped frozen
|
||||||
|
Author: Simon Riggs <simon@2ndQuadrant.com>
|
||||||
|
2017-03-03 [9eb344faf] Allow vacuums to report oldestxmin
|
||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Have <link linkend="SQL-VACUUM"><command>VACUUM VERBOSE</></>
|
Have <link linkend="SQL-VACUUM"><command>VACUUM VERBOSE</></> report
|
||||||
report the number of skipped frozen pages (Masahiko Sawada)
|
the number of skipped frozen pages and oldest xmin (Masahiko Sawada)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user