creation using WITH OIDS; that ability has been removed. Columns can
still be explicitly specified as type OID. Operations on tables that
have columns named 'oid' (created using WITH OIDS) will need adjustment.
-Many system tables now have an 'oid' column that will be expanded with
-SELECT * by default.
+The many system tables with such columns will now display those columns
+with SELECT * by default.
</para>
</listitem>
</para>
<para>
-Previously multiple different recovery_target* variables could be specified, and 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>
-Allow ATTACH PARTITION to be performed with reduced locking requirements (Robert Haas)
+ATTACH PARTITION is now performed with reduced locking requirements (Robert Haas)
</para>
</listitem>
</para>
<para>
-Btree indexes pg_upgraded from previous releases will not have this ordering. This does slightly reduce the maximum length of indexed values.
+Btree indexes pg_upgraded from previous releases will not have this ordering. This slightly reduces the maximum length of indexed values.
</para>
</listitem>
</para>
<para>
-This improve optimization for columns with non-uniform distributions that often appear in WHERE clauses.
+This improves optimization for columns with non-uniform distributions that often appear in WHERE clauses.
</para>
</listitem>
</para>
<para>
-The parameters log_statement_sample_rate and log_transaction_sample_rate controls this.
+The parameters log_statement_sample_rate and log_transaction_sample_rate control this.
</para>
</listitem>
-->
<para>
-Allow more comparisons with information_schema text columns use indexes (Tom Lane)
+Allow more comparisons with information_schema text columns to use indexes (Tom Lane)
</para>
</listitem>
-->
<para>
-Allow discovery of the LDAP server using DNS (Thomas Munro)
+Allow discovery of the LDAP server using DNS SRV records (Thomas Munro)
</para>
<para>
</para>
<para>
-The variable is shared_memory_type. It purpose is to allow selection of System V shared memory, if desired.
+The variable is shared_memory_type. Its purpose is to allow selection of System V shared memory, if desired.
</para>
</listitem>