diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 2f4f8dd986..3f6111d010 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -380,6 +380,19 @@ Allow GiST and SP-GiST indexes for box/point distance lookups (Nikita Glukhov) + + + + +Allow GIN indexes to more efficiently handle NOT restrictions (Nikita +Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud) + + + + - - -Speedup recovery by prefetching pages (Thomas Munro) - - - - @@ -1393,7 +1392,7 @@ Author: Peter Eisentraut --> -Add CREATE DATABASE LOCALE option (Fabien COELHO) +Add CREATE DATABASE LOCALE option (Peter Eisentraut) @@ -1455,6 +1454,22 @@ WHAT IS THIS ABOUT? + + + + +Add polymorphic data types for use by functions requiring compatible arguments (Pavel Stehule) + + + +The new data types are anycompatible, anycompatiblearray, anycompatiblenonarray, and anycompatiblerange. + + + + -Use the glibc version as the collation version (Thomas Munro) +Use the glibc version in some cases as the collation version (Thomas Munro) @@ -1506,7 +1521,7 @@ Author: Thomas Munro --> -Add support for collation versions on Windows (Juan José Santamaría Flecha) +Add support for collation versions on Windows (Thomas Munro) @@ -1589,11 +1604,11 @@ Author: Tom Lane --> -Allow UTF-8 escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane) +Allow Unicode escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane) -The UTF-8 characters must be available in the server encoding. +The Unicode characters must be available in the server encoding. @@ -1605,7 +1620,7 @@ Author: Tom Lane --> -Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha) +Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha, Tom Lane) @@ -1649,7 +1664,7 @@ Author: Peter Eisentraut --> -Add function gen_random_uuid to generate version 4 UUIDs (Fabien COELHO) +Add function gen_random_uuid to generate version 4 UUIDs (Peter Eisentraut) @@ -1731,11 +1746,11 @@ Author: Thomas Munro --> -Update all transaction id functions to support xid8 (Thomas Munro) +Create xid8 versions of all transaction id functions (Thomas Munro) -They use the same names as the xid data type versions. +The old function names were kept for backward compatibility.