Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9bb4733

Browse files
committed
doc PG 17 relnotes: remove NOT NULL revert, add ALPN item
Make current as of 2024-05-14 Backpatch-through: master
1 parent 2b065fc commit 9bb4733

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2024-??-??, AS OF 2024-05-07</para>
9+
<para>2024-??-??, AS OF 2024-05-14</para>
1010
</formalpara>
1111

1212
<sect2 id="release-17-highlights">
@@ -1486,29 +1486,6 @@ Add event trigger support for REINDEX (Garrett Thornburg, Jian He)
14861486
</para>
14871487
</listitem>
14881488

1489-
<!--
1490-
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1491-
2023-08-25 [b0e96f311] Catalog not-null constraints
1492-
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1493-
2023-08-29 [9b581c534] Disallow changing NO INHERIT status of a not-null constr
1494-
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1495-
2023-09-07 [3af721794] Update information_schema definition for not-null constr
1496-
Author: Peter Eisentraut <peter@eisentraut.org>
1497-
2024-03-20 [e5da0fe3c] Catalog domain not-null constraints
1498-
Author: Peter Eisentraut <peter@eisentraut.org>
1499-
2024-04-15 [9895b35cb] Fix ALTER DOMAIN NOT NULL syntax
1500-
-->
1501-
1502-
<listitem>
1503-
<para>
1504-
Allow NOT NULL columns to be specified as column constraints and domains (Alvaro Herrera, Bernd Helmle, Kyotaro Horiguchi, Peter Eisentraut)
1505-
</para>
1506-
1507-
<para>
1508-
Previously NOT NULL could only be specified as a column attribute.
1509-
</para>
1510-
</listitem>
1511-
15121489
<!--
15131490
Author: Nathan Bossart <nathan@postgresql.org>
15141491
2023-07-19 [cdaedfc96] Support parenthesized syntax for CLUSTER without a table
@@ -1947,6 +1924,8 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
19471924
2024-04-29 [03a0e0d4b] libpq: Enforce ALPN in direct SSL connections
19481925
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
19491926
2024-04-29 [17a834a04] Reject SSL connection if ALPN is used but there's no com
1927+
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
1928+
2024-05-11 [407e0b023] Change ALPN protocol ID to IANA-approved "postgresql"
19501929
-->
19511930

19521931
<listitem>

0 commit comments

Comments
 (0)