You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-12.sgml
+29-38
Original file line number
Diff line number
Diff line change
@@ -526,41 +526,6 @@ This prevents the creation of inconsistent partition hierarchies in rare cases.
526
526
527
527
</sect4>
528
528
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
-
564
529
<sect4>
565
530
<title>Indexes</title>
566
531
@@ -980,6 +945,21 @@ Improve speed in converting strings to <type>int2</type>/<type>int4</type> integ
980
945
</para>
981
946
</listitem>
982
947
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
+
983
963
<listitem>
984
964
<!--
985
965
Author: Thomas Munro <tmunro@postgresql.org>
@@ -2016,14 +1996,25 @@ Allow the <literal>XML BY VALUE</literal> clause (Chapman Flack)
2016
1996
<para>
2017
1997
The clause has no effect.
2018
1998
</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)
0 commit comments