From: Bruce Momjian Date: Wed, 30 Jul 2025 02:27:01 +0000 (-0400) Subject: doc PG 18 relnotes: update to current X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60691eb201dfaa8a2c3aec8815d08ed3371aae7;p=thirdparty%2Fpostgresql.git doc PG 18 relnotes: update to current Backpatch-through: 18 only --- diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index b4bd3559a39..c1f111f6fd7 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -6,7 +6,7 @@ Release date: - 2025-??-??, CURRENT AS OF 2025-06-20 + 2025-??-??, CURRENT AS OF 2025-07-29 @@ -1181,15 +1181,18 @@ Author: Álvaro Herrera 2025-03-18 [62d712ecf] Introduce squashing of constant lists in query jumbling Author: Álvaro Herrera 2025-03-27 [9fbd53dea] Remove the query_id_squash_values GUC +Author: Álvaro Herrera +Branch: master Release: REL_18_BR [c2da1a5d6] 2025-06-24 19:36:32 +0200 --> Have query id computation - of arrays consider only the first and last array elements (Dmitry + of constant lists consider only the first and last constants (Dmitry Dolgov, Sami Imseih) § § + § @@ -1930,6 +1933,8 @@ Author: Peter Eisentraut @@ -1940,6 +1945,7 @@ Author: Álvaro Herrera linkend="catalog-pg-constraint">pg_constraint (Álvaro Herrera, Bernd Helmle) § + § @@ -2717,6 +2723,8 @@ Author: Thomas Munro @@ -2724,6 +2732,7 @@ Author: Michael Paquier Allow psql to parse, bind, and close named prepared statements (Anthonin Bonnefoy, Michael Paquier) § + § @@ -3271,13 +3280,16 @@ Author: Amit Kapila Add pg_createsubscriber option - to remove publications (Shubham Khanna) + to remove publications (Shubham Khanna) § + § @@ -3303,9 +3315,14 @@ Author: Masahiko Sawada Add option - to specify failover slots (Hayato Kuroda) + to specify failover slots (Hayato Kuroda) § + + + Also add option as a synonym + for , and deprecate the latter. +