Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
41297fa7
Commit
41297fa7
authored
May 05, 2020
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update PG 13 release notes after first draft
Minor corrections from individuals.
parent
d5627f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
23 deletions
+38
-23
doc/src/sgml/release-13.sgml
doc/src/sgml/release-13.sgml
+38
-23
No files found.
doc/src/sgml/release-13.sgml
View file @
41297fa7
...
...
@@ -380,6 +380,19 @@ Allow GiST and SP-GiST indexes for box/point distance lookups (Nikita Glukhov)
</listitem>
<listitem>
<!--
Author: Alexander Korotkov <akorotkov@postgresql.org>
2020-01-18 [4b754d6c1] Avoid full scan of GIN indexes when possible
-->
<para>
Allow GIN indexes to more efficiently handle NOT restrictions (Nikita
Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud)
</para>
</listitem>
<listitem>
<!--
Author: Alexander Korotkov <akorotkov@postgresql.org>
...
...
@@ -1235,20 +1248,6 @@ Allow WAL recovery to continue even if invalid pages are referenced (Fujii Masao
This is enabled using ignore_invalid_pages.
</para>
</listitem>
<listitem>
<!--
Author: Thomas Munro <tmunro@postgresql.org>
2020-04-08 [3985b600f] Support PrefetchBuffer() in recovery.
-->
<para>
Speedup recovery by prefetching pages (Thomas Munro)
</para>
</listitem>
</itemizedlist>
</sect3>
...
...
@@ -1393,7 +1392,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
-->
<para>
Add CREATE DATABASE LOCALE option (
Fabien COELHO
)
Add CREATE DATABASE LOCALE option (
Peter Eisentraut
)
</para>
<para>
...
...
@@ -1455,6 +1454,22 @@ WHAT IS THIS ABOUT?
<itemizedlist>
<listitem>
<!--
Tom Lane <tgl@sss.pgh.pa.us>
2020-03-19 [24e2885ee] Introduce "anycompatible" family of polymorphic types.
-->
<para>
Add polymorphic data types for use by functions requiring compatible arguments (Pavel Stehule)
</para>
<para>
The new data types are anycompatible, anycompatiblearray, anycompatiblenonarray, and anycompatiblerange.
</para>
</listitem>
<listitem>
<!--
Author: Thomas Munro <tmunro@postgresql.org>
...
...
@@ -1490,7 +1505,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
-->
<para>
Use the glibc version as the collation version (Thomas Munro)
Use the glibc version
in some cases
as the collation version (Thomas Munro)
</para>
<para>
...
...
@@ -1506,7 +1521,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
-->
<para>
Add support for collation versions on Windows (
Juan José Santamaría Flecha
)
Add support for collation versions on Windows (
Thomas Munro
)
</para>
</listitem>
...
...
@@ -1589,11 +1604,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
Allow U
TF-8
escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane)
Allow U
nicode
escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane)
</para>
<para>
The U
TF-8
characters must be available in the server encoding.
The U
nicode
characters must be available in the server encoding.
</para>
</listitem>
...
...
@@ -1605,7 +1620,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
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
)
</para>
<para>
...
...
@@ -1649,7 +1664,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
-->
<para>
Add function gen_random_uuid to generate version 4 UUIDs (
Fabien COELHO
)
Add function gen_random_uuid to generate version 4 UUIDs (
Peter Eisentraut
)
</para>
<para>
...
...
@@ -1731,11 +1746,11 @@ Author: Thomas Munro <tmunro@postgresql.org>
-->
<para>
Update all transaction id functions to support xid8
(Thomas Munro)
Create xid8 versions of all transaction id functions
(Thomas Munro)
</para>
<para>
The
y use the same names as the xid data type versions
.
The
old function names were kept for backward compatibility
.
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment