From: Bruce Momjian Date: Tue, 25 Apr 2017 02:48:25 +0000 (-0400) Subject: doc: PG 10 fixes X-Git-Tag: REL_10_BETA1~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e033c6a9639078501ac1830676ae062ee8a4aca;p=thirdparty%2Fpostgresql.git doc: PG 10 fixes Reported-by: Takayuki Tsunakawa --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 406ce202796..6ccbbead28d 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -411,17 +411,6 @@ Allow merge joins to be performed in parallel (Dilip Kumar) - - - -Support parallel bitmap heap scans (Dilip Kumar) - - This allows a single index scan to dispatch parallel workers to process different areas of the heap. @@ -1152,7 +1141,7 @@ Author: Peter Eisentraut --> Remove documented restriction about using large shared buffers on -Windows (Tsunakawa, Takayuki) +Windows (Takayuki Tsunakawa) @@ -1868,7 +1857,7 @@ Author: Tom Lane 2016-09-28 [d3cd36a13] Make to_timestamp() and to_date() range-check fields of --> -Have to_timestamp() and to_date() check check input values for validity +Have to_timestamp() and to_date() check input values for validity (Artur Zakirov)