diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-05-07 16:39:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-05-07 16:39:49 -0400 |
commit | 3bd5271729c5496e3712c9ffbb002a6bef99a4c3 (patch) | |
tree | 4f0cbc3d8b9559125eaa2ed7e4fb5880bbb9e54a | |
parent | 16bf24e0e471c975f0877d6612eacdae7ce4a30e (diff) | |
download | postgresql-3bd5271729c5496e3712c9ffbb002a6bef99a4c3.tar.gz postgresql-3bd5271729c5496e3712c9ffbb002a6bef99a4c3.zip |
doc PG 18 relnotes: mention GROUP SET fixes
Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs4_asKPqTCt0h9pp=zHc9vmPcnczbHeF6Xkxn1LhLapcTQ@mail.gmail.com
-rw-r--r-- | doc/src/sgml/release-18.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 80cf415bb76..c153c841dc2 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -304,6 +304,12 @@ from the grouping. This was already true for non-deferred primary keys. <!-- Author: Richard Guo <rguo@postgresql.org> 2024-10-09 [67a54b9e8] Allow pushdown of HAVING clauses with grouping sets +Author: Richard Guo <rguo@postgresql.org> +2024-09-10 [247dea89f] Introduce an RTE for the grouping step +Author: Richard Guo <rguo@postgresql.org> +2024-09-10 [f5050f795] Mark expressions nullable by grouping sets +Author: Richard Guo <rguo@postgresql.org> +2025-03-13 [cc5d98525] Fix incorrect handling of subquery pullup --> <listitem> @@ -313,7 +319,7 @@ Allow some HAVING clauses on GROUPING SETS to be pushed to WHERE clauses (Richar </para> <para> -This allows earlier row filtering. +This allows earlier row filtering. This release also fixes some GROUPING SETS queries that used to return incorrect results. </para> </listitem> |