Doc: fill in "major enhancements" list in v13 release notes.
Jonathan S. Katz, minor tweaks by me Discussion: https://postgr.es/m/448a382b-ae07-3126-5a08-aacda9aa28ea@postgresql.org
This commit is contained in:
parent
3f29aa48b6
commit
3d92252d7d
@ -13,21 +13,44 @@
|
|||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Major enhancements in <productname>PostgreSQL</productname> 13 include:
|
<productname>PostgreSQL</productname> 13 contains many new features and
|
||||||
|
enhancements, including:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- Items in this list summarize one or more items below -->
|
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>TBD</para>
|
<para>
|
||||||
|
Space savings and performance gains from de-duplication of B-tree
|
||||||
|
index entries
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improved performance for queries that use aggregates or partitioned
|
||||||
|
tables
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Better query planning when using extended statistics
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Parallelized vacuuming of B-tree indexes
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Incremental sorting
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The above items are explained in more detail in the sections below.
|
The above items and other new features
|
||||||
|
of <productname>PostgreSQL</productname> 13 are explained in more
|
||||||
|
detail in the sections below.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -3079,7 +3102,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Add btree index deduplication processing columns to pageinspect output
|
Add btree index de-duplication processing columns to pageinspect output
|
||||||
(Peter Geoghegan)
|
(Peter Geoghegan)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user