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 @@ Release date: - 2020-XX-XX, CURRENT AS OF 2020-08-09 + 2020-09-24, CURRENT AS OF 2020-09-09 Overview - Major enhancements in PostgreSQL 13 include: + PostgreSQL 13 contains many new features and + enhancements, including: - - - - TBD + + Space savings and performance gains from B-tree index deduplication + + + + + Improved response times for queries that use aggregates or partitions + + + + + Better query planning when using enhanced statistics + + + + + Parallelized vacuuming of B-tree indexes + + + + + Incremental sorting + - - - The above items are explained in more detail in the sections below. - + + and more. The above items and other new features of PostgreSQL 13 are + explained in more detail in the sections below. +