aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-05-21 12:41:32 -0400
committerRobert Haas <rhaas@postgresql.org>2024-05-21 12:44:21 -0400
commit3bd7b2f465deb48c0d37ed6a41bd864771f44390 (patch)
treefef24334f95cba1b436ab0a45e696b8a83d8c17b /doc/src
parent86a2d2a321215797abd1c67d9f2c52510423a97a (diff)
downloadpostgresql-3bd7b2f465deb48c0d37ed6a41bd864771f44390.tar.gz
postgresql-3bd7b2f465deb48c0d37ed6a41bd864771f44390.zip
Doc: return 66c0185a3 to the release notes.
This reverts commit e1e83a71715f1c2f0717bb66e630ca3bda79b9c1. Per further discussion on pgsql-release, we wish to ship beta1 with that feature, and patch the bug, rather than shipping beta1 with that feature reverted.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 2ac1784588e..612eb100a7b 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -406,6 +406,17 @@ This can be disabled using server variable enable_group_by_reordering.
<!--
Author: David Rowley <drowley@postgresql.org>
+2024-03-25 [66c0185a3] Allow planner to use Merge Append to efficiently impleme
+-->
+
+<listitem>
+<para>
+Allow UNION (without ALL) to use MergeAppend (David Rowley)
+</para>
+</listitem>
+
+<!--
+Author: David Rowley <drowley@postgresql.org>
2024-02-01 [9d1a5354f] Fix costing bug in MergeAppend
-->