diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 8b668ade0f..62ab9fb21f 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -21,7 +21,125 @@ - big item + + General performance improvements, including: + + + + Optimizations to space utilization and read/write performance for + B-tree indexes that are frequently modified + + + + + Partitioning enhancements that include query performance improvements + on tables with thousands of partitions, improved performance with + and , and the + ability to execute + ATTACH PARTITION without blocking queries + + + + + Common table expressions + (CTE) can now be automatically inlined + + + + + Reduction of WAL overhead of + GiST, GIN, and + SP-GiST indexes and added support + for covering indexes via the + INCLUDE clause for + GiST indexes + + + + + now supports most-common value + (MCV) statistics to support improved query plans for columns that are + nonuniformly distributed + + + + + + + + + Enhancements to administrative functionality, including: + + + + Rebuild an index without blocking writes to a table with the + + REINDEX CONCURRENTLY command + + + + + can enable/disable page checksums, + used for detecting data corruption, in an offline cluster + + + Progress reporting statistics for , + , , + VACUUM FULL, and + + + + + + + + + + Support for the SQL/JSON + path language + + + + + + Stored generated columns + + + + + + Nondeterministic ICU + collations that enable + case-insensitive and accent-insensitive ordering + + + + + + New authentication features, including: + + + + Client and server-side encryption for authentication over the + GSSAPI + + + + + Discovery of LDAP servers if PostgreSQL is + built with OpenLDAP + + + + + Support multifactor authentication with the + clientcert=verify-full option when combined + with an additional authentication method in + pg_hba.conf + + + +