mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
doc: PG 13 release note adjustments, Justin Pryzby v2
Reported-by: Justin Pryzby
This commit is contained in:
parent
ab3f2f45d2
commit
98c017c576
@ -284,7 +284,7 @@ Allow BEFORE row-level triggers on partitioned tables (Álvaro Herrera)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
These triggers "cannot change which partition is the destination.
|
||||
These triggers cannot change which partition is the destination.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The WAL write amount where this happens is controlled by wal_skip_threshold.
|
||||
Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
@ -801,7 +801,8 @@ Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacu
|
||||
</para>
|
||||
|
||||
<para>
|
||||
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
|
||||
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.
|
||||
Previously, prepared statement parameters were not logged during errors.
|
||||
error.
|
||||
</para>
|
||||
|
||||
@ -943,7 +944,7 @@ Author: Robert Haas <rhaas@postgresql.org>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Allow track_activity_query_size to be set to 1MB (Vyacheslav Makarov)
|
||||
Allow track_activity_query_size to be set up to 1MB (Vyacheslav Makarov)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -2245,7 +2246,11 @@ Author: Amit Kapila <akapila@postgresql.org>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Add parallel control of the vacuumdb command using --parallel (Masahiko Sawada)
|
||||
Allow vacuum commands run by vacuumdb to operate in parallel mode (Masahiko Sawada)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This is enabled with the new --parallel option.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user