From f6c13839c5e7e901830ca31cc1d437f09c90dda5 Mon Sep 17 00:00:00 2001
From: Yogesh Sharma <yogesh.sharma@catprosystems.com>
Date: Wed, 2 Sep 2026 00:42:17 -0400
Subject: [PATCH v1] PG17 following CVEs were not back patched. Remove
 CVE-2026-16238 and CVE-2026-14676.

---
 doc/src/sgml/release-17.sgml | 54 ------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index bb8cf57bb0f..be5a91c4e60 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -355,35 +355,6 @@ Branch: REL_14_STABLE [42d333a78] 2026-08-10 06:38:36 -0700
 
     <listitem>
 <!--
-Author: Michael Paquier <michael@paquier.xyz>
-Branch: master [57835938f] 2026-08-10 06:37:49 -0700
-Branch: REL_19_STABLE [b3d9262bb] 2026-08-10 06:38:05 -0700
-Branch: REL_18_STABLE [08454e8b2] 2026-08-10 06:38:12 -0700
-Branch: REL_18_STABLE [8d428c6e6] 2026-08-10 06:38:12 -0700
--->
-     <para>
-      Fix multirange type handling
-      in <function>pg_restore_attribute_stats()</function>
-      (OpenAI Security Research Team)
-     </para>
-
-     <para>
-      <function>pg_restore_attribute_stats()</function> treated multirange
-      types just like their underlying range type.  This works correctly
-      for the bounds histogram, but it was wrong for all the other
-      statistics kinds.
-     </para>
-
-     <para>
-      The <productname>PostgreSQL</productname> Project thanks
-      Amy Burnett (OpenAI Codex Security)
-      for reporting this problem.
-      (CVE-2026-16238)
-     </para>
-    </listitem>
-
-    <listitem>
-<!--
 Author: Tom Lane <tgl@sss.pgh.pa.us>
 Branch: master [8f0c3d2fe] 2026-08-10 06:37:48 -0700
 Branch: REL_19_STABLE [0d60ee717] 2026-08-10 06:38:04 -0700
@@ -975,31 +946,6 @@ Branch: REL_14_STABLE [9505175f2] 2026-08-10 06:38:36 -0700
 
     <listitem>
 <!--
-Author: Álvaro Herrera <alvherre@kurilemu.de>
-Branch: master [1e2795dde] 2026-08-10 06:37:48 -0700
-Branch: REL_19_STABLE [bb02eba53] 2026-08-10 06:38:04 -0700
-Branch: REL_18_STABLE [8a31ffc2d] 2026-08-10 06:38:11 -0700
--->
-     <para>
-      Fix buffer overrun
-      in <filename>contrib/pg_stat_statements</filename> (Álvaro Herrera)
-     </para>
-
-     <para>
-      Query normalization didn't accurately account for the amount of
-      space the normalized string would require.
-     </para>
-
-     <para>
-      The <productname>PostgreSQL</productname> Project thanks
-      Sajeeb Lohani (with TrendAI Zero Day Initiative) and Yuelin Wang
-      for reporting this problem.
-      (CVE-2026-14676)
-     </para>
-    </listitem>
-
-    <listitem>
-<!--
 Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
 Branch: master [66c2dbb20] 2026-08-10 06:37:48 -0700
 Branch: REL_19_STABLE [aa7b5815e] 2026-08-10 06:38:04 -0700
-- 
2.55.0

