@@ -380,6 +380,19 @@ Allow GiST and SP-GiST indexes for box/point distance lookups (Nikita Glukhov)
380
380
381
381
</listitem>
382
382
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
+
383
396
<listitem>
384
397
<!--
385
398
Author: Alexander Korotkov <akorotkov@postgresql.org>
@@ -1235,20 +1248,6 @@ Allow WAL recovery to continue even if invalid pages are referenced (Fujii Masao
1235
1248
This is enabled using ignore_invalid_pages.
1236
1249
</para>
1237
1250
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
-
1252
1251
</itemizedlist>
1253
1252
1254
1253
</sect3>
@@ -1393,7 +1392,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1393
1392
-->
1394
1393
1395
1394
<para>
1396
- Add CREATE DATABASE LOCALE option (Fabien COELHO )
1395
+ Add CREATE DATABASE LOCALE option (Peter Eisentraut )
1397
1396
</para>
1398
1397
1399
1398
<para>
@@ -1455,6 +1454,22 @@ WHAT IS THIS ABOUT?
1455
1454
1456
1455
<itemizedlist>
1457
1456
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
+
1458
1473
<listitem>
1459
1474
<!--
1460
1475
Author: Thomas Munro <tmunro@postgresql.org>
@@ -1490,7 +1505,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
1490
1505
-->
1491
1506
1492
1507
<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)
1494
1509
</para>
1495
1510
1496
1511
<para>
@@ -1506,7 +1521,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
1506
1521
-->
1507
1522
1508
1523
<para>
1509
- Add support for collation versions on Windows (Juan José Santamaría Flecha )
1524
+ Add support for collation versions on Windows (Thomas Munro )
1510
1525
</para>
1511
1526
1512
1527
</listitem>
@@ -1589,11 +1604,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1589
1604
-->
1590
1605
1591
1606
<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)
1593
1608
</para>
1594
1609
1595
1610
<para>
1596
- The UTF-8 characters must be available in the server encoding.
1611
+ The Unicode characters must be available in the server encoding.
1597
1612
</para>
1598
1613
1599
1614
</listitem>
@@ -1605,7 +1620,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1605
1620
-->
1606
1621
1607
1622
<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 )
1609
1624
</para>
1610
1625
1611
1626
<para>
@@ -1649,7 +1664,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1649
1664
-->
1650
1665
1651
1666
<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 )
1653
1668
</para>
1654
1669
1655
1670
<para>
@@ -1731,11 +1746,11 @@ Author: Thomas Munro <tmunro@postgresql.org>
1731
1746
-->
1732
1747
1733
1748
<para>
1734
- Update all transaction id functions to support xid8 (Thomas Munro)
1749
+ Create xid8 versions of all transaction id functions (Thomas Munro)
1735
1750
</para>
1736
1751
1737
1752
<para>
1738
- They use the same names as the xid data type versions .
1753
+ The old function names were kept for backward compatibility .
1739
1754
</para>
1740
1755
1741
1756
</listitem>
0 commit comments