doc PG 17 relnotes: update to current

Reported-by: jian he

Discussion: https://postgr.es/m/CACJufxE7fbWckFeXdW86VTia2BV+LOcfNR-aPf1cP2fjxEB0Aw@mail.gmail.com

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2024-05-18 17:43:16 -04:00
parent 779ac2c74b
commit 15b4d46308
1 changed files with 3 additions and 40 deletions

View File

@ -6,7 +6,7 @@
<formalpara>
<title>Release date:</title>
<para>2024-??-??, AS OF 2024-05-14</para>
<para>2024-??-??, AS OF 2024-05-18</para>
</formalpara>
<sect2 id="release-17-highlights">
@ -480,17 +480,6 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
<para>
Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent)
</para>
</listitem>
<!--
Author: Peter Eisentraut <peter@eisentraut.org>
2024-01-19 [6db4598fc] Add stratnum GiST support function
-->
<listitem>
<para>
Add stratnum GiST support function (Paul A. Jungwirth)
</para>
</listitem>
</itemizedlist>
@ -1467,34 +1456,6 @@ Add DEFAULT setting for ALTER TABLE .. SET ACCESS METHOD (Michael Paquier)
</para>
</listitem>
<!--
Author: Peter Eisentraut <peter@eisentraut.org>
2024-03-24 [34768ee36] Add temporal FOREIGN KEY contraints
-->
<listitem>
<para>
Allow foreign keys to reference WITHOUT OVERLAPS primary keys (Paul A. Jungwirth)
</para>
<para>
The keyword PERIOD is used for this purpose.
</para>
</listitem>
<!--
Author: Peter Eisentraut <peter@eisentraut.org>
2024-01-24 [46a0cd4ce] Add temporal PRIMARY KEY and UNIQUE constraints
Author: Peter Eisentraut <peter@eisentraut.org>
2024-03-05 [030e10ff1] Rename pg_constraint.conwithoutoverlaps to conperiod
-->
<listitem>
<para>
Allow PRIMARY KEY and UNIQUE constraints to use WITHOUT OVERLAPS for non-overlapping exclusion constraints (Paul A. Jungwirth)
</para>
</listitem>
<!--
Author: Alexander Korotkov <akorotkov@postgresql.org>
2023-10-16 [e83d1b0c4] Add support event triggers on authenticated login
@ -1957,6 +1918,8 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2024-04-29 [17a834a04] Reject SSL connection if ALPN is used but there's no com
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2024-05-11 [407e0b023] Change ALPN protocol ID to IANA-approved "postgresql"
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2024-05-16 [fb5718f35] Remove option to fall back from direct to postgres SSL n
-->
<listitem>