From a6927996be59ac329d65d41cf058d0b1b0978eeb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 12 May 2019 23:41:53 -0400 Subject: [PATCH] doc: adjust PG 12 release note sections Tighten section designations. --- doc/src/sgml/release-12.sgml | 67 ++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 38 deletions(-) diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index e3f8741f1d..64e627822c 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -526,41 +526,6 @@ This prevents the creation of inconsistent partition hierarchies in rare cases. - - Parallel Queries - - - - - - - -Allow parallel query when in SERIALIZABLE isolation mode (Thomas Munro) - - - -Previously, parallelism was disabled when in this mode. - - - - - - - -Prevent current_schema() and current_schemas() from being run by parallel workers (Michael Paquier) - - - - - - - Indexes @@ -980,6 +945,21 @@ Improve speed in converting strings to int2/int4 integ + + + + +Allow parallelized queries when in SERIALIZABLE isolation mode (Thomas Munro) + + + +Previously, parallelism was disabled when in this mode. + + + + + +Prevent current_schema() and current_schemas() from being run by parallel workers (Michael Paquier) + @@ -2023,7 +2014,7 @@ The clause has no effect. - Server-Side Languages + <link linkend="plpgsql">PL/pgSQL</link> @@ -2035,7 +2026,7 @@ Author: Tom Lane Allow commands and variables with the same name as commands to be used in the same -PL/pgSQL function (Tom Lane) +PL/pgSQL function (Tom Lane) @@ -2621,7 +2612,7 @@ Require a C99-supported compiler, and MSVC 2013 or later on < - Source Code + Documentation