diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 4b31b46b98..6b35fdd0dc 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -207,6 +207,20 @@ + + + In the Extended Query + Protocol, have statement_timeout apply + to each Execute message, not to all commands + before Sync (Tatsuo Ishii) + + + + + @@ -331,7 +345,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN Consistently return NaN for NaN inputs to power() - on older platforms (Dang Minh Huong) + on older platforms (Tom Lane, Dang Minh Huong) @@ -345,7 +359,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN Below you will find a detailed account of the changes between - PostgreSQL 10 and the previous major + PostgreSQL 11 and the previous major release. @@ -634,6 +648,20 @@ same commits as above + + + Allow single-evaluation queries, e.g. FROM + clause queries, and functions in the target list to be + parallelized (Amit Kapila, Robert Haas) + + + + + @@ -662,6 +690,18 @@ same commits as above + + + Improve performance of sequential scans with many parallel workers + (David Rowley) + + + + +