aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-05-12 23:41:53 -0400
committerBruce Momjian <bruce@momjian.us>2019-05-12 23:41:53 -0400
commita6927996be59ac329d65d41cf058d0b1b0978eeb (patch)
treedd6603803923cfc59379513a315b4b3cd5112c99 /doc/src
parentfefb6a75386b72a40f697523953eafc7cb1c7a5b (diff)
downloadpostgresql-a6927996be59ac329d65d41cf058d0b1b0978eeb.tar.gz
postgresql-a6927996be59ac329d65d41cf058d0b1b0978eeb.zip
doc: adjust PG 12 release note sections
Tighten section designations.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-12.sgml67
1 files changed, 29 insertions, 38 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index e3f8741f1db..64e627822ca 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -527,41 +527,6 @@ This prevents the creation of inconsistent partition hierarchies in rare cases.
</sect4>
<sect4>
- <title>Parallel Queries</title>
-
- <itemizedlist>
-
-<listitem>
-<!--
-Author: Thomas Munro <tmunro@postgresql.org>
-2019-03-15 [bb16aba50] Enable parallel query with SERIALIZABLE isolation.
--->
-
-<para>
-Allow parallel query when in <link linkend="sql-set-transaction"><literal>SERIALIZABLE</literal></link> isolation mode (Thomas Munro)
-</para>
-
-<para>
-Previously, parallelism was disabled when in this mode.
-</para>
-</listitem>
-
-<listitem>
-<!--
-Author: Michael Paquier <michael@paquier.xyz>
-2019-03-27 [5bde1651b] Switch function current_schema[s]() to be parallel-unsaf
--->
-
-<para>
-Prevent <link linkend="functions-info-session-table"><function>current_schema()</function></link> and <function>current_schemas()</function> from being run by parallel workers (Michael Paquier)
-</para>
-</listitem>
-
- </itemizedlist>
-
- </sect4>
-
- <sect4>
<title>Indexes</title>
<itemizedlist>
@@ -983,6 +948,21 @@ Improve speed in converting strings to <type>int2</type>/<type>int4</type> integ
<listitem>
<!--
Author: Thomas Munro <tmunro@postgresql.org>
+2019-03-15 [bb16aba50] Enable parallel query with SERIALIZABLE isolation.
+-->
+
+<para>
+Allow parallelized queries when in <link linkend="sql-set-transaction"><literal>SERIALIZABLE</literal></link> isolation mode (Thomas Munro)
+</para>
+
+<para>
+Previously, parallelism was disabled when in this mode.
+</para>
+</listitem>
+
+<listitem>
+<!--
+Author: Thomas Munro <tmunro@postgresql.org>
2018-11-07 [3fd2a7932] Provide pg_pread() and pg_pwrite() for random I/O.
Author: Thomas Munro <tmunro@postgresql.org>
2018-11-07 [c24dcd0cf] Use pg_pread() and pg_pwrite() for data files and WAL.
@@ -2018,12 +1998,23 @@ The clause has no effect.
</para>
</listitem>
+<listitem>
+<!--
+Author: Michael Paquier <michael@paquier.xyz>
+2019-03-27 [5bde1651b] Switch function current_schema[s]() to be parallel-unsaf
+-->
+
+<para>
+Prevent <link linkend="functions-info-session-table"><function>current_schema()</function></link> and <function>current_schemas()</function> from being run by parallel workers (Michael Paquier)
+</para>
+</listitem>
+
</itemizedlist>
</sect3>
<sect3>
- <title>Server-Side Languages</title>
+ <title><link linkend="plpgsql">PL/pgSQL</link></title>
<itemizedlist>
@@ -2035,7 +2026,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
Allow commands and variables with the same name as commands to be used in the same
-<link linkend="plpgsql">PL/pgSQL</link> function (Tom Lane)
+PL/pgSQL function (Tom Lane)
</para>
<para>
@@ -2621,7 +2612,7 @@ Require a C99-supported compiler, and <acronym>MSVC</acronym> 2013 or later on <
</sect3>
<sect3>
- <title>Source Code</title>
+ <title>Documentation</title>
<itemizedlist>