We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta2d75b6 commit5a07224Copy full SHA for 5a07224
doc/src/sgml/release-9.6.sgml
@@ -303,6 +303,26 @@ This commit is also listed under libpq and psql
303
</para>
304
</listitem>
305
306
+ <listitem>
307
+<!--
308
+2016-06-07 [a89b4b1be] Update citext extension for parallel query.
309
+and many others in the same vein
310
+-->
311
+ <para>
312
+ Update extension functions to be marked parallel-safe where
313
+ appropriate (Andreas Karlsson)
314
+ </para>
315
+
316
317
+ Many of the standard extensions have been updated to allow their
318
+ functions to be executed within parallel query worker processes.
319
+ These changes will not take effect in
320
+ databases <application>pg_upgrade</>'d from prior versions unless
321
+ you apply <command>ALTER EXTENSION UPDATE</> to each such extension
322
+ (in each database of a cluster).
323
324
+ </listitem>
325
326
</itemizedlist>
327
328
</sect2>