Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a692799

Browse files
committed
doc: adjust PG 12 release note sections
Tighten section designations.
1 parent fefb6a7 commit a692799

File tree

1 file changed

+29
-38
lines changed

1 file changed

+29
-38
lines changed

doc/src/sgml/release-12.sgml

+29-38
Original file line numberDiff line numberDiff line change
@@ -526,41 +526,6 @@ This prevents the creation of inconsistent partition hierarchies in rare cases.
526526

527527
</sect4>
528528

529-
<sect4>
530-
<title>Parallel Queries</title>
531-
532-
<itemizedlist>
533-
534-
<listitem>
535-
<!--
536-
Author: Thomas Munro <tmunro@postgresql.org>
537-
2019-03-15 [bb16aba50] Enable parallel query with SERIALIZABLE isolation.
538-
-->
539-
540-
<para>
541-
Allow parallel query when in <link linkend="sql-set-transaction"><literal>SERIALIZABLE</literal></link> isolation mode (Thomas Munro)
542-
</para>
543-
544-
<para>
545-
Previously, parallelism was disabled when in this mode.
546-
</para>
547-
</listitem>
548-
549-
<listitem>
550-
<!--
551-
Author: Michael Paquier <michael@paquier.xyz>
552-
2019-03-27 [5bde1651b] Switch function current_schema[s]() to be parallel-unsaf
553-
-->
554-
555-
<para>
556-
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)
557-
</para>
558-
</listitem>
559-
560-
</itemizedlist>
561-
562-
</sect4>
563-
564529
<sect4>
565530
<title>Indexes</title>
566531

@@ -980,6 +945,21 @@ Improve speed in converting strings to <type>int2</type>/<type>int4</type> integ
980945
</para>
981946
</listitem>
982947

948+
<listitem>
949+
<!--
950+
Author: Thomas Munro <tmunro@postgresql.org>
951+
2019-03-15 [bb16aba50] Enable parallel query with SERIALIZABLE isolation.
952+
-->
953+
954+
<para>
955+
Allow parallelized queries when in <link linkend="sql-set-transaction"><literal>SERIALIZABLE</literal></link> isolation mode (Thomas Munro)
956+
</para>
957+
958+
<para>
959+
Previously, parallelism was disabled when in this mode.
960+
</para>
961+
</listitem>
962+
983963
<listitem>
984964
<!--
985965
Author: Thomas Munro <tmunro@postgresql.org>
@@ -2016,14 +1996,25 @@ Allow the <literal>XML BY VALUE</literal> clause (Chapman Flack)
20161996
<para>
20171997
The clause has no effect.
20181998
</para>
1999+
</listitem>
2000+
2001+
<listitem>
2002+
<!--
2003+
Author: Michael Paquier <michael@paquier.xyz>
2004+
2019-03-27 [5bde1651b] Switch function current_schema[s]() to be parallel-unsaf
2005+
-->
2006+
2007+
<para>
2008+
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)
2009+
</para>
20192010
</listitem>
20202011

20212012
</itemizedlist>
20222013

20232014
</sect3>
20242015

20252016
<sect3>
2026-
<title>Server-Side Languages</title>
2017+
<title><link linkend="plpgsql">PL/pgSQL</link></title>
20272018

20282019
<itemizedlist>
20292020

@@ -2035,7 +2026,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
20352026

20362027
<para>
20372028
Allow commands and variables with the same name as commands to be used in the same
2038-
<link linkend="plpgsql">PL/pgSQL</link> function (Tom Lane)
2029+
PL/pgSQL function (Tom Lane)
20392030
</para>
20402031

20412032
<para>
@@ -2621,7 +2612,7 @@ Require a C99-supported compiler, and <acronym>MSVC</acronym> 2013 or later on <
26212612
</sect3>
26222613

26232614
<sect3>
2624-
<title>Source Code</title>
2615+
<title>Documentation</title>
26252616

26262617
<itemizedlist>
26272618

0 commit comments

Comments
 (0)