<formalpara>
<title>Release date:</title>
- <para>2020-05-03</para>
+ <para>2020-XX-XX, CURRENT AS OF 2020-05-03</para>
</formalpara>
<sect2>
</para>
<para>
-These triggers cannot change the destination partition.
+These triggers "cannot change which partition is the destination.
</para>
</listitem>
-->
<para>
-Allow incremental sorting (James Coleman, Alexander Korotkov)
+Implement incremental sorting (James Coleman, Alexander Korotkov)
</para>
<para>
-If a result is already sorted by several keys, this allows for batch sorting of additional trailing keys because the previous keys are already equal. This is controlled by enable_incrementalsort.
+If a result is already sorted by several leading keys, this allows for batch sorting of additional trailing keys because the previous keys are already equal. This is controlled by enable_incrementalsort.
</para>
</listitem>
</para>
<para>
-Previously, hash aggregation was not used if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
+Previously, hash aggregation was avoided if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
</para>
</listitem>
</para>
<para>
-This new behavior sets pages as all-visible, allowing for index-only scans, and reduces the work necessary when the table needs to be frozen.
+This new behavior allows pages to be set as all-visible, which then allows index-only scans, and reduces the work necessary when the table needs to be frozen.
</para>
</listitem>
</para>
<para>
-This is controlled by GUC wal_skip_threshold.
+The WAL write amount where this happens is controlled by wal_skip_threshold.
</para>
</listitem>
-->
<para>
-Improve the performance of replay of DROP DATABASE commands that use many tablespaces (Fujii Masao)
+Improve the performance when replaying DROP DATABASE commands when many tablespaces are in use (Fujii Masao)
</para>
</listitem>
-->
<para>
-Improve performance for truncation of very larger relations (Kirk Jamison)
+Improve performance for truncation of very large relations (Kirk Jamison)
</para>
</listitem>
</para>
<para>
-Previously, server restart was required to change primary_conninfo and primary_slot_name.
+Previously, a server restart was required to change primary_conninfo and primary_slot_name.
</para>
</listitem>
-->
<para>
-Fix bugs in ALTER TABLE where later clauses overlap changes made by earlier clauses in the same command (Tom Lane)
+Fix bugs in ALTER TABLE when later clauses overlap changes made by earlier clauses in the same command (Tom Lane)
</para>
</listitem>
</para>
<para>
-The new function, jsonb_set_lax(), allows null new values to either set the specified key to JSON null, delete the key, raise exception, or ignore operation.
+The new function, jsonb_set_lax(), allows null new values to either set the specified key to JSON null, delete the key, raise exception, or ignore the operation.
IS 'return_target' CLEAR?
</para>
</para>
<para>
-This makes \gx equivalent to \g (expanded=on).
+This allows syntax like \g (expand=on), which is equivalent to \gx.
</para>
</listitem>
</para>
<para>
-This is enable using the -c/--restore-target-wal option.
+This is enabled using the -c/--restore-target-wal option.
</para>
</listitem>
</para>
<para>
-These long-supported options for this are called --superuser and --no-superuser.
+The long-supported options for this are called --superuser and --no-superuser.
</para>
</listitem>