@ -77,7 +77,7 @@ Issue a warning after successful MD5 password authentication (Nathan Bossart)
</para>
<para>
The warning can be disabled via server variable md5_password_warnings. MD5 passwords were marked marked as deprecated in Postgres 18.
The warning can be disabled via server variable md5_password_warnings. MD5 passwords were marked as deprecated in Postgres 18.
</para>
</listitem>
@ -144,7 +144,7 @@ Change the default index opclasses for inet and cidr data types from btree_gist
</para>
<para>
The btree_gist inet/cidr opclasses are broken because they can exclude rows that should be returned. Pg_upgrade will fail to upgrade if btree_gist inet/cidr indexes exist in the old
The btree_gist inet/cidr opclasses are broken because they can exclude rows that should be returned. pg_upgrade will fail to upgrade if btree_gist inet/cidr indexes exist in the old
server.
</para>
</listitem>
@ -328,7 +328,7 @@ Author: Richard Guo <rguo@postgresql.org>
<listitem>
<para>
Allow NOT INs to be converted to more efficient ANTI JOINs when NULLs are not present (Richard Guo)
Allow NOT IN clauses to be converted to more efficient anti-joins when NULLs are not present (Richard Guo)