diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 9dd8dff081..dedeb9d186 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -20,7 +20,100 @@ - XXX + + + Major improvements to partitioning: + + + + Partitioning by a hash key + + + + + UPDATE statements that change a partition key + now move affected rows to the appropriate partitions + + + + + Improved SELECT query performance due to + enhanced partition elimination during query processing and + execution + + + + + Support for PRIMARY KEY, FOREIGN + KEY, indexes, and triggers on partitioned tables + + + + + + + + + Improvements to parallelism: + + + + Parallelized hash joins + + + + + Parallelized CREATE INDEX for B-tree indexes + + + + + Parallelized CREATE TABLE .. AS, + CREATE MATERIALIZED VIEW, and certain + queries using UNION + + + + + + + + + SQL stored procedures, with support for embedded transactions + + + + + + JIT compilation of some SQL code, including support for fast evaluation + of expressions + + + + + + Window functions now support all options shown in the SQL:2011 + standard, including RANGE distance + PRECEDING/FOLLOWING, GROUPS mode, and + frame exclusion options + + + + + + Channel binding for SCRAM authentication, to prevent potential + man-in-the-middle attacks on database connections + + + + + + Many other useful performance improvements, including making + ALTER TABLE .. ADD COLUMN with a + non-null column default faster + + +