</para>
<para>
-Previously multiple different recovery_target* variables could be specified, and the last one specified was honored. Now, only one can be specified, though the same one can
+Previously, multiple different recovery_target* variables could be specified, and the last one specified was honored. Now, only one can be specified, though the same one can
be specified multiple times and the last specification is honored.
</para>
</listitem>
-->
<para>
-Cause recovery to recover to the latest timeline by default (Peter Eisentraut)
+Cause recovery to advance to the latest timeline by default (Peter Eisentraut)
</para>
<para>
</para>
<para>
-Previously this happened in some rare cases. ACCURATE? HOW TO GET PRETTY PRINT OUTPUT?
+Previously, this happened in some rare cases. ACCURATE? HOW TO GET PRETTY PRINT OUTPUT?
</para>
</listitem>
-->
<para>
-Require pg_restore to use "-f -" to output the dump contents to stdout (Euler Taveira)
+Require specification of "-f -" to send the dump contents to stdout (Euler Taveira)
</para>
<para>
</para>
<para>
-Expressions are evaluated at table partitioned table creation time. Previously only constants were allowed as partitions bounds.
+Expressions are evaluated at table partitioned table creation time. Previously, only constants were allowed as partitions bounds.
</para>
</listitem>
</para>
<para>
-Previously parallelism was disabled when in this mode.
+Previously, parallelism was disabled when in this mode.
</para>
</listitem>
</para>
<para>
-Previously the default collation was used for all statistics storage. This potentially gives better optimizer behavior for columns with non-default collations.
+Previously, the default collation was used for all statistics storage. This potentially gives better optimizer behavior for columns with non-default collations.
</para>
</listitem>
</para>
<para>
-The system view row's datoid is reported as zero.
+Global objects have a pg_stat_database.datoid value of zero.
</para>
</listitem>
-->
<para>
-Allow viewers of pg_stat_ssl to only see their own rows (Peter Eisentraut)
+Restrict visibility of rows in pg_stat_ssl by unprivileged users (Peter Eisentraut)
</para>
</listitem>
-->
<para>
-Allow more comparisons with information_schema text columns to use indexes (Tom Lane)
+Allow more use of indexes for text columns comparisons with information_schema columns (Tom Lane)
</para>
</listitem>
-->
<para>
-Allow the clientcert pg_hba.conf option to check the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
+Allow the clientcert pg_hba.conf option to check that the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
</para>
<para>
</para>
<para>
-Previously this could only be set cluster-wide.
+Previously, this could only be set cluster-wide.
</para>
</listitem>
</para>
<para>
-Previously only the first column name was used.
+Previously, only the first column name was used.
</para>
</listitem>
</para>
<para>
-Previously this was only possible via an SQL function or a process signal.
+Previously, this was only possible via an SQL function or a process signal.
</para>
</listitem>
<para>
While CHECK OPTIONs on postgres_fdw tables are ignored (because the reference is foreign), views on such tables are considered local, so this release enforces CHECK
-OPTIONs on them. Previously only INSERTs and UPDATEs with RETURNING clauses that returned CHECK OPTION values were validated.
+OPTIONs on them. Previously, only INSERTs and UPDATEs with RETURNING clauses that returned CHECK OPTION values were validated.
</para>
</listitem>