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-13.sgml
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ Allow BEFORE row-level triggers on partitioned tables (Álvaro Herrera)
284
284
</para>
285
285
286
286
<para>
287
-
These triggers "cannot change which partition is the destination.
287
+
These triggers cannot change which partition is the destination.
288
288
</para>
289
289
290
290
</listitem>
@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
627
627
</para>
628
628
629
629
<para>
630
-
The WAL write amount where this happens is controlled by wal_skip_threshold.
630
+
Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records.
631
631
</para>
632
632
633
633
</listitem>
@@ -801,7 +801,8 @@ Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacu
801
801
</para>
802
802
803
803
<para>
804
-
The GUC setting log_parameter_max_length controls the maximum length of parameter values output during statement logging, and log_parameter_max_length_on_error allows parameters to be output on
804
+
The GUC setting log_parameter_max_length controls the maximum length of parameter values output during statement non-error logging, and log_parameter_max_length_on_error does the same for error statement logging.
805
+
Previously, prepared statement parameters were not logged during errors.
805
806
error.
806
807
</para>
807
808
@@ -943,7 +944,7 @@ Author: Robert Haas <rhaas@postgresql.org>
943
944
-->
944
945
945
946
<para>
946
-
Allow track_activity_query_size to be set to 1MB (Vyacheslav Makarov)
947
+
Allow track_activity_query_size to be set up to 1MB (Vyacheslav Makarov)
Only allow super users to view the ssl_passphrase_command setting (Insung Moon)
1045
+
Only allow superusers to view the ssl_passphrase_command setting (Insung Moon)
1045
1046
</para>
1046
1047
1047
1048
<para>
@@ -1115,11 +1116,11 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1115
1116
-->
1116
1117
1117
1118
<para>
1118
-
Disallow non-super users from modifying system tables when allow_system_table_mods is set (Peter Eisentraut)
1119
+
Disallow non-superusers from modifying system tables when allow_system_table_mods is set (Peter Eisentraut)
1119
1120
</para>
1120
1121
1121
1122
<para>
1122
-
Previously, if allow_system_table_mods was set at server start, non-super users could issue INSERT/UPDATE/DELETE commands on system tables.
1123
+
Previously, if allow_system_table_mods was set at server start, non-superusers could issue INSERT/UPDATE/DELETE commands on system tables.
1123
1124
</para>
1124
1125
1125
1126
</listitem>
@@ -2245,7 +2246,11 @@ Author: Amit Kapila <akapila@postgresql.org>
2245
2246
-->
2246
2247
2247
2248
<para>
2248
-
Add parallel control of the vacuumdb command using --parallel (Masahiko Sawada)
2249
+
Allow vacuum commands run by vacuumdb to operate in parallel mode (Masahiko Sawada)
2250
+
</para>
2251
+
2252
+
<para>
2253
+
This is enabled with the new --parallel option.
2249
2254
</para>
2250
2255
2251
2256
</listitem>
@@ -2615,7 +2620,7 @@ Allow extensions to be specified as trusted (Tom Lane)
2615
2620
</para>
2616
2621
2617
2622
<para>
2618
-
Such extensions can be installed in a database by users with creation rights, even if they are not super users. This change also removes the pg_pltemplate system catalog.
2623
+
Such extensions can be installed in a database by users with creation rights, even if they are not superusers. This change also removes the pg_pltemplate system catalog.
2619
2624
</para>
2620
2625
2621
2626
</listitem>
@@ -2639,11 +2644,11 @@ Author: Andrew Dunstan <andrew@dunslane.net>
2639
2644
-->
2640
2645
2641
2646
<para>
2642
-
Allow non-super users to connect to postgres_fdw foreign servers without using a password (Craig Ringer)
2647
+
Allow non-superusers to connect to postgres_fdw foreign servers without using a password (Craig Ringer)
2643
2648
</para>
2644
2649
2645
2650
<para>
2646
-
Specifically, allow ALTER USER MAPPING to set password_required to false. Care must still be taken to avoid non-super users from using super user credentials to connect to the foreign server.
2651
+
Specifically, allow ALTER USER MAPPING to set password_required to false. Care must still be taken to avoid non-superusers from using superuser credentials to connect to the foreign server.
0 commit comments