Skip to content

Commit 3bd5271

Browse files
committed
doc PG 18 relnotes: mention GROUP SET fixes
Reported-by: Richard Guo Discussion: https://postgr.es/m/CAMbWs4_asKPqTCt0h9pp=zHc9vmPcnczbHeF6Xkxn1LhLapcTQ@mail.gmail.com
1 parent 16bf24e commit 3bd5271

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ from the grouping. This was already true for non-deferred primary keys.
304304
<!--
305305
Author: Richard Guo <rguo@postgresql.org>
306306
2024-10-09 [67a54b9e8] Allow pushdown of HAVING clauses with grouping sets
307+
Author: Richard Guo <rguo@postgresql.org>
308+
2024-09-10 [247dea89f] Introduce an RTE for the grouping step
309+
Author: Richard Guo <rguo@postgresql.org>
310+
2024-09-10 [f5050f795] Mark expressions nullable by grouping sets
311+
Author: Richard Guo <rguo@postgresql.org>
312+
2025-03-13 [cc5d98525] Fix incorrect handling of subquery pullup
307313
-->
308314

309315
<listitem>
@@ -313,7 +319,7 @@ Allow some HAVING clauses on GROUPING SETS to be pushed to WHERE clauses (Richar
313319
</para>
314320

315321
<para>
316-
This allows earlier row filtering.
322+
This allows earlier row filtering. This release also fixes some GROUPING SETS queries that used to return incorrect results.
317323
</para>
318324
</listitem>
319325

0 commit comments

Comments
 (0)