@@ -380,6 +380,19 @@ Allow GiST and SP-GiST indexes for box/point distance lookups (Nikita Glukhov)
380380
381381</listitem>
382382
383+ <listitem>
384+ <!--
385+ Author: Alexander Korotkov <akorotkov@postgresql.org>
386+ 2020-01-18 [4b754d6c1] Avoid full scan of GIN indexes when possible
387+ -->
388+
389+ <para>
390+ Allow GIN indexes to more efficiently handle NOT restrictions (Nikita
391+ Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud)
392+ </para>
393+
394+ </listitem>
395+
383396<listitem>
384397<!--
385398Author: Alexander Korotkov <akorotkov@postgresql.org>
@@ -1235,20 +1248,6 @@ Allow WAL recovery to continue even if invalid pages are referenced (Fujii Masao
12351248This is enabled using ignore_invalid_pages.
12361249</para>
12371250
1238- </listitem>
1239-
1240- <listitem>
1241- <!--
1242- Author: Thomas Munro <tmunro@postgresql.org>
1243- 2020-04-08 [3985b600f] Support PrefetchBuffer() in recovery.
1244- -->
1245-
1246- <para>
1247- Speedup recovery by prefetching pages (Thomas Munro)
1248- </para>
1249-
1250- </listitem>
1251-
12521251 </itemizedlist>
12531252
12541253 </sect3>
@@ -1393,7 +1392,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
13931392-->
13941393
13951394<para>
1396- Add CREATE DATABASE LOCALE option (Fabien COELHO )
1395+ Add CREATE DATABASE LOCALE option (Peter Eisentraut )
13971396</para>
13981397
13991398<para>
@@ -1455,6 +1454,22 @@ WHAT IS THIS ABOUT?
14551454
14561455 <itemizedlist>
14571456
1457+ <listitem>
1458+ <!--
1459+ Tom Lane <tgl@sss.pgh.pa.us>
1460+ 2020-03-19 [24e2885ee] Introduce "anycompatible" family of polymorphic types.
1461+ -->
1462+
1463+ <para>
1464+ Add polymorphic data types for use by functions requiring compatible arguments (Pavel Stehule)
1465+ </para>
1466+
1467+ <para>
1468+ The new data types are anycompatible, anycompatiblearray, anycompatiblenonarray, and anycompatiblerange.
1469+ </para>
1470+
1471+ </listitem>
1472+
14581473<listitem>
14591474<!--
14601475Author: Thomas Munro <tmunro@postgresql.org>
@@ -1490,7 +1505,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
14901505-->
14911506
14921507<para>
1493- Use the glibc version as the collation version (Thomas Munro)
1508+ Use the glibc version in some cases as the collation version (Thomas Munro)
14941509</para>
14951510
14961511<para>
@@ -1506,7 +1521,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
15061521-->
15071522
15081523<para>
1509- Add support for collation versions on Windows (Juan José Santamaría Flecha )
1524+ Add support for collation versions on Windows (Thomas Munro )
15101525</para>
15111526
15121527</listitem>
@@ -1589,11 +1604,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
15891604-->
15901605
15911606<para>
1592- Allow UTF-8 escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane)
1607+ Allow Unicode escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane)
15931608</para>
15941609
15951610<para>
1596- The UTF-8 characters must be available in the server encoding.
1611+ The Unicode characters must be available in the server encoding.
15971612</para>
15981613
15991614</listitem>
@@ -1605,7 +1620,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
16051620-->
16061621
16071622<para>
1608- Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha)
1623+ Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha, Tom Lane )
16091624</para>
16101625
16111626<para>
@@ -1649,7 +1664,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
16491664-->
16501665
16511666<para>
1652- Add function gen_random_uuid to generate version 4 UUIDs (Fabien COELHO )
1667+ Add function gen_random_uuid to generate version 4 UUIDs (Peter Eisentraut )
16531668</para>
16541669
16551670<para>
@@ -1731,11 +1746,11 @@ Author: Thomas Munro <tmunro@postgresql.org>
17311746-->
17321747
17331748<para>
1734- Update all transaction id functions to support xid8 (Thomas Munro)
1749+ Create xid8 versions of all transaction id functions (Thomas Munro)
17351750</para>
17361751
17371752<para>
1738- They use the same names as the xid data type versions .
1753+ The old function names were kept for backward compatibility .
17391754</para>
17401755
17411756</listitem>
0 commit comments