From c9c62c44cd5cafe677476e5fc4723d54ec4ab56d Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Fri, 2 May 2025 12:35:36 -0400
Subject: Doc: forgot to run add_commit_links.pl.
---
doc/src/sgml/release-17.sgml | 66 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 5f68e118760..cf6d678a8d4 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -50,6 +50,7 @@ Branch: REL_14_STABLE [6be02bbc8] 2025-03-26 17:03:06 +0100
Avoid data loss when merging compressed BRIN summaries
in brin_bloom_union() (Tomas Vondra)
+ §
@@ -89,6 +90,7 @@ Branch: REL_13_STABLE [b200180de] 2025-03-13 12:13:07 -0400
and MERGE queries that use whole-row table
references to views or functions in FROM
(Tom Lane)
+ §
@@ -103,6 +105,7 @@ Branch: REL_15_STABLE [14a33d3f0] 2025-03-29 09:52:18 +0000
Fix MERGE into a partitioned table
with DO NOTHING actions (Tender Wang)
+ §
@@ -124,6 +127,7 @@ Branch: REL_14_STABLE [4604928ed] 2025-04-15 12:08:34 -0400
Prevent failure in INSERT commands when the table
has a GENERATED column of a domain data type and
the domain's constraints disallow null values (Jian He)
+ §
@@ -147,6 +151,7 @@ Branch: REL_13_STABLE [e276b5829] 2025-04-05 15:01:33 -0400
a WITH clause attached to
an INSERT/UPDATE/DELETE/MERGE
command that's inside WITH (Tom Lane)
+ §
@@ -164,6 +169,7 @@ Branch: REL_17_STABLE [8b2392ae3] 2025-03-13 09:56:49 +0900
Fix misprocessing of casts within the keys of JSON constructor
expressions (Amit Langote)
+ §
@@ -177,6 +183,7 @@ Branch: REL_16_STABLE [a7aa9f21f] 2025-03-09 13:11:20 -0400
Don't try to parallelize array_agg() when the
argument is of an anonymous record type (Richard Guo, Tom Lane)
+ §
@@ -200,6 +207,7 @@ Branch: REL_13_STABLE [474aee3df] 2025-03-13 16:07:55 -0400
and ARRAY[expression, ...]
constructs to produce sane results when the input is of
type int2vector or oidvector (Tom Lane)
+ §
@@ -222,6 +230,7 @@ Branch: REL_13_STABLE [f1c1bafcd] 2025-03-08 11:25:01 -0500
Fix possible erroneous reports of invalid affixes while parsing
Ispell dictionaries (Jacob Brazeal)
+ §
@@ -244,6 +253,8 @@ Branch: REL_13_STABLE [dd34cbfce] 2025-04-02 11:13:01 -0400
Fix ALTER TABLE ADD COLUMN to correctly handle
the case of a domain type that has a default (Tom Lane, Tender Wang)
+ §
+ §
@@ -266,6 +277,7 @@ Branch: REL_15_STABLE [f5069f026] 2025-04-04 20:11:48 -0400
Repair misbehavior when there are duplicate column names in a
foreign key constraint's ON DELETE SET DEFAULT
or SET NULL action (Tom Lane)
+ §
@@ -282,6 +294,7 @@ Branch: REL_13_STABLE [0f354e080] 2025-03-04 20:07:30 +0100
Improve the error message for disallowed attempts to alter the
properties of a foreign key constraint (Álvaro Herrera)
+ §
@@ -300,6 +313,7 @@ Branch: REL_13_STABLE [d34b671a6] 2025-04-20 08:28:53 -0700
the relhassubclass flag of a temporary
table that's marked ON COMMIT DELETE ROWS
(Noah Misch)
+ §
@@ -316,6 +330,8 @@ Branch: REL_16_STABLE [514d47dfb] 2025-02-21 20:37:38 +0900
Add missing deparsing of the INDENT option
of XMLSERIALIZE() (Jim Jones)
+ §
+ §
@@ -337,6 +353,7 @@ Branch: REL_16_STABLE [887a23237] 2025-04-20 22:12:59 +1200
Avoid premature evaluation of the arguments of an aggregate function
that has both FILTER and ORDER
BY (or DISTINCT) options (David Rowley)
+ §
@@ -364,6 +381,7 @@ Branch: REL_17_STABLE [bc5a08af3] 2025-03-04 16:17:19 +0900
Fix erroneous deductions from column NOT NULL
constraints in the presence of outer joins (Richard Guo)
+ §
@@ -383,6 +401,7 @@ Branch: REL_17_STABLE [b8b1e87b7] 2025-04-07 21:33:41 -0400
Avoid incorrect optimizations based on IS [NOT]
NULL tests that are applied to composite values
(Bruce Momjian)
+ §
@@ -399,6 +418,7 @@ Branch: REL_14_STABLE [b68f664bb] 2025-04-02 11:58:37 +1300
Fix planner's failure to identify more than one hashable
ScalarArrayOpExpr subexpression within a top-level expression
(David Geier)
+ §
@@ -418,6 +438,7 @@ Branch: REL_17_STABLE [587b6aa3f] 2025-02-19 23:54:18 +0100
-->
Fix incorrect table size estimate with low fill factor (Tomas Vondra)
+ §
@@ -442,6 +463,7 @@ Branch: REL_13_STABLE [b9ec8125d] 2025-04-02 14:50:49 -0400
Disable skip fetch
optimization in bitmap heap scan
(Matthias van de Meent)
+ §
@@ -469,6 +491,8 @@ Branch: REL_13_STABLE [c7597a1d3] 2025-04-12 12:27:46 -0400
Fix performance issues in GIN index search startup when there are
many search keys (Tom Lane, Vinod Sridharan)
+ §
+ §
@@ -492,6 +516,7 @@ Branch: REL_13_STABLE [f5b4a0b49] 2025-03-11 12:50:35 +0100
Detect missing support procedures in a BRIN index operator class,
and report an error instead of crashing (Álvaro Herrera)
+ §
@@ -507,6 +532,7 @@ Branch: REL_14_STABLE [d2fb076be] 2025-03-12 20:53:25 +0200
Respond to interrupts (such as query cancel) while waiting for
asynchronous subplans of an Append plan node (Heikki Linnakangas)
+ §
@@ -525,6 +551,7 @@ Branch: REL_16_STABLE [e2a82cd23] 2025-04-08 07:58:50 +0900
Report the I/O statistics of active WAL senders more frequently
(Bertrand Drouvot)
+ §
@@ -548,6 +575,7 @@ Branch: REL_13_STABLE [e2f42f812] 2025-04-11 10:02:21 +0900
Fix race condition in handling
of synchronous_standby_names immediately after
startup (Melnikov Maksim, Michael Paquier)
+ §
@@ -566,6 +594,7 @@ Branch: REL_17_STABLE [e27346807] 2025-03-13 15:48:02 +1300
Cope with possible intra-query changes
of io_combine_limit (Thomas Munro)
+ §
@@ -579,6 +608,7 @@ Branch: REL_16_STABLE [de1484736] 2025-03-26 17:51:44 +0900
Avoid infinite loop if scram_iterations is set to
INT_MAX (Kevin K Biju)
+ §
@@ -592,6 +622,7 @@ Branch: REL_16_STABLE [ca54f9b70] 2025-04-05 12:13:35 -0400
Avoid possible crashes due to double transformation
of json_array()'s subquery (Tom Lane)
+ §
@@ -608,6 +639,7 @@ Branch: REL_13_STABLE [ebe919e95] 2025-03-01 14:22:56 -0500
Fix pg_strtof() to not crash with null endptr
(Alexander Lakhin, Tom Lane)
+ §
@@ -621,6 +653,7 @@ Branch: REL_16_STABLE [8d48e84c5] 2025-03-27 22:57:34 +0100
Fix crash after out-of-memory in certain GUC assignments (Daniel
Gustafsson)
+ §
@@ -637,6 +670,7 @@ Branch: REL_13_STABLE [197427fb3] 2025-02-18 21:24:12 -0500
Avoid crash when a Snowball stemmer encounters an out-of-memory
condition (Maksim Korotkov)
+ §
@@ -649,6 +683,7 @@ Branch: REL_17_STABLE [727bc6ac3] 2025-02-19 10:04:44 +0900
Fix over-enthusiastic freeing of SpecialJoinInfo structs during
planning (Richard Guo)
+ §
@@ -698,6 +733,7 @@ Branch: REL_16_STABLE [87e8599e0] 2025-04-03 10:30:05 -0700
-->
Disallow copying of invalidated replication slots (Shlok Kyal)
+ §
@@ -716,6 +752,7 @@ Branch: REL_16_STABLE [cc628f661] 2025-02-24 14:03:10 -0800
Disallow restoring logical replication slots on standby servers that
are not in hot-standby mode (Masahiko Sawada)
+ §
@@ -737,6 +774,7 @@ Branch: REL_13_STABLE [d65485b02] 2025-04-28 11:55:00 +0530
Prevent over-advancement of catalog xmin in fast
forward
mode of logical decoding (Zhijie Hou)
+ §
@@ -766,6 +804,8 @@ Branch: REL_13_STABLE [4164d6976] 2025-04-25 11:45:40 +0530
Avoid data loss when DDL operations that don't take a strong lock
affect tables that are being logically replicated (Shlok Kyal,
Hayato Kuroda)
+ §
+ §
@@ -787,6 +827,7 @@ Branch: REL_16_STABLE [0de091a4b] 2025-04-23 10:35:54 +0530
Prevent incorrect reset of replication origin when an apply worker
encounters an error but the error is caught and does not result in
worker exit (Hayato Kuroda)
+ §
@@ -803,6 +844,7 @@ Branch: REL_17_STABLE [788baa9a2] 2025-02-19 16:35:15 -0500
Fix crash in logical replication if the subscriber's partitioned
table has a BRIN index (Tom Lane)
+ §
@@ -825,6 +867,8 @@ Branch: REL_13_STABLE [6c1e79589] 2025-03-10 19:02:08 +0200
Avoid duplicate snapshot creation in logical replication index
lookups (Heikki Linnakangas)
+ §
+ §
@@ -838,6 +882,7 @@ Branch: REL_16_STABLE [1c2a2354c] 2025-02-21 14:08:27 +0530
Improve detection of mixed-origin subscriptions
(Hou Zhijie, Shlok Kyal)
+ §
@@ -860,6 +905,7 @@ Branch: REL_15_STABLE [62bed7bb0] 2025-02-20 10:43:40 +0900
Fix wrong checkpoint details in error message about incorrect
recovery timeline choice (David Steele)
+ §
@@ -881,6 +927,7 @@ Branch: REL_17_STABLE [ee578921b] 2025-03-18 13:44:10 -0400
Fix order of operations in smgropen()
(Andres Freund)
+ §
@@ -912,6 +959,7 @@ Branch: REL_15_STABLE [c1201ffcf] 2025-04-23 13:54:57 +0900
Remove incorrect assertion
in pgstat_report_stat() (Michael Paquier)
+ §
@@ -928,6 +976,7 @@ Branch: REL_13_STABLE [b92482dc3] 2025-04-04 13:50:52 +0300
Fix overly-strict assertion
in gistFindCorrectParent() (Heikki Linnakangas)
+ §
@@ -941,6 +990,7 @@ Branch: REL_17_STABLE [a38dce3c4] 2025-03-18 16:36:59 -0700
Avoid assertion failure in parallel vacuum
when maintenance_work_mem has a very small value
(Masahiko Sawada)
+ §
@@ -956,6 +1006,7 @@ Branch: REL_14_STABLE [66235baab] 2025-03-23 20:41:59 +0200
Fix rare assertion failure in standby servers when the primary is
restarted (Heikki Linnakangas)
+ §
@@ -974,6 +1025,7 @@ Branch: REL_13_STABLE [0f60e1fba] 2025-03-21 11:30:42 -0400
when a scrollable cursor is defined on a
simple SELECT expression
query (Andrei Lepikhov)
+ §
@@ -991,6 +1043,7 @@ Branch: REL_13_STABLE [6a3e57865] 2025-04-16 13:31:44 -0400
Don't try to drop individual index partitions
in pg_dump's
mode (Jian He)
+ §
@@ -1018,6 +1071,7 @@ Branch: REL_13_STABLE [5302ff95c] 2025-02-21 13:37:12 -0500
role GRANT commands
if pg_auth_members contains invalid role
OIDs (Tom Lane)
+ §
@@ -1050,6 +1104,9 @@ Branch: REL_14_STABLE [35a591a04] 2025-02-27 14:06:00 +0900
and pg_upgrade, use the correct function
to free allocations made by libpq
(Michael Paquier, Ranier Vilela)
+ §
+ §
+ §
@@ -1069,6 +1126,7 @@ Branch: REL_17_STABLE [09ef2f8df] 2025-03-16 13:29:20 +0200
Fix reindexdb's scheduling of parallel
reindex operations (Alexander Korotkov)
+ §
@@ -1115,6 +1173,7 @@ Branch: REL_13_STABLE [3f9132ed2] 2025-04-19 16:37:43 -0400
Avoid crashing with corrupt input data
in contrib/pageinspect's
heap_page_items() (Dmitry Kovalenko)
+ §
@@ -1132,6 +1191,7 @@ Branch: REL_13_STABLE [db8238da4] 2025-03-27 13:20:23 -0400
Prevent assertion failure
in contrib/pg_freespacemap's
pg_freespacemap() (Tender Wang)
+ §
@@ -1151,6 +1211,7 @@ Branch: REL_17_STABLE [729fe699e] 2025-03-25 05:50:39 +0200
In contrib/postgres_fdw, avoid pulling up
restriction conditions from subqueries (Alexander Pyhalov)
+ §
@@ -1169,6 +1230,7 @@ Branch: REL_17_STABLE [f186f90e5] 2025-03-25 20:03:56 -0400
Fix build failure when an old version
of libpq_fe.h is present in system include
directories (Tom Lane)
+ §
@@ -1184,6 +1246,7 @@ Branch: REL_13_STABLE [e4440a73c] 2025-04-01 16:49:51 -0400
-->
Fix build failure on macOS 15.4 (Tom Lane, Peter Eisentraut)
+ §
@@ -1202,6 +1265,7 @@ Branch: REL_17_STABLE [57dca6faa] 2025-02-21 15:16:37 +1300
Fix valgrind labeling of per-buffer data of read streams
(Thomas Munro)
+ §
@@ -1220,6 +1284,7 @@ Branch: REL_17_STABLE [fde7c0164] 2025-02-24 18:03:48 +0700
-->
Avoid valgrind complaints about string hashing code (John Naylor)
+ §
@@ -1237,6 +1302,7 @@ Branch: REL_13_STABLE [9da548df3] 2025-04-30 11:14:19 -0400
Update time zone data files to tzdata
release 2025b for DST law changes in Chile, plus historical
corrections for Iran (Tom Lane)
+ §
--
cgit v1.2.3