Skip to content

Commit 5469e44

Browse files
committed
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
1 parent 4f45beb commit 5469e44

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

doc/src/sgml/release-10.sgml

+18-4
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,17 @@
552552
</para>
553553
</listitem>
554554

555+
<listitem>
556+
<!--
557+
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
558+
2017-04-06 [7e534adcd] Fix BRIN cost estimation
559+
-->
560+
<para>
561+
Improve accuracy in determining if a <acronym>BRIN</> index scan
562+
is beneficial (David Rowley, Emre Hasegeli)
563+
</para>
564+
</listitem>
565+
555566
<listitem>
556567
<!--
557568
Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -707,8 +718,9 @@
707718
2017-04-05 [2686ee1b7] Collect and use multi-column dependency stats
708719
-->
709720
<para>
710-
Add the ability to compute a correlation ratio and the number of
711-
distinct values on several columns (Tomas Vondra, David Rowley)
721+
Add multi-column optimizer statistics to compute the correlation
722+
ratio and number of distinct values (Tomas Vondra, David Rowley,
723+
&Aacute;lvaro Herrera)
712724
</para>
713725

714726
<para>
@@ -1755,10 +1767,12 @@
17551767
<!--
17561768
Author: Fujii Masao <fujii@postgresql.org>
17571769
2017-03-25 [70adf2fbe] Make VACUUM VERBOSE report the number of skipped frozen
1770+
Author: Simon Riggs <simon@2ndQuadrant.com>
1771+
2017-03-03 [9eb344faf] Allow vacuums to report oldestxmin
17581772
-->
17591773
<para>
1760-
Have <link linkend="SQL-VACUUM"><command>VACUUM VERBOSE</></>
1761-
report the number of skipped frozen pages (Masahiko Sawada)
1774+
Have <link linkend="SQL-VACUUM"><command>VACUUM VERBOSE</></> report
1775+
the number of skipped frozen pages and oldest xmin (Masahiko Sawada)
17621776
</para>
17631777

17641778
<para>

0 commit comments

Comments
 (0)