Hi, On 5/4/20 11:16 PM, Bruce Momjian wrote: > I have committed the first draft of the PG 13 release notes. You can > see them here: > > https://momjian.us/pgsql_docs/release-13.html > > It still needs markup, word wrap, and indenting. The community doc > build should happen in a few hours.
Thank you again for compiling and maintaining the release notes through another major release cycle, I know it's no small undertaking! Attached is a proposal for the "major enhancements" section. I borrowed from the press release[1] but tried to stay true to the release notes format and listed out the enhancements that way. Open to suggestion, formatting changes, etc. Thanks! Jonathan [1] https://www.postgresql.org/message-id/3bd579f8-438a-ed1a-ee20-738292099aae%40postgresql.org
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 68f9a0a9f1..95106921d7 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -6,29 +6,49 @@ <formalpara> <title>Release date:</title> - <para>2020-XX-XX, CURRENT AS OF 2020-08-09</para> + <para>2020-09-24, CURRENT AS OF 2020-09-09</para> </formalpara> <sect2> <title>Overview</title> <para> - Major enhancements in <productname>PostgreSQL</productname> 13 include: + <productname>PostgreSQL</productname> 13 contains many new features and + enhancements, including: </para> - <!-- Items in this list summarize one or more items below --> - <itemizedlist> - <listitem> - <para>TBD</para> + <para> + Space savings and performance gains from B-tree index deduplication + </para> + </listitem> + <listitem> + <para> + Improved response times for queries that use aggregates or partitions + </para> + </listitem> + <listitem> + <para> + Better query planning when using enhanced statistics + </para> + </listitem> + <listitem> + <para> + Parallelized vacuuming of B-tree indexes + </para> + </listitem> + <listitem> + <para> + Incremental sorting + </para> </listitem> - </itemizedlist> - <para> - The above items are explained in more detail in the sections below. - </para> + <para> + and more. The above items and other new features of PostgreSQL 13 are + explained in more detail in the sections below. + </para> </sect2>
signature.asc
Description: OpenPGP digital signature