-
-
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
+
+
+
+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)
+
-
Server-Side Languages
+
PL/pgSQL
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)
-
Source Code
+
Documentation