File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,12 @@ from the grouping. This was already true for non-deferred primary keys.
304
304
<!--
305
305
Author: Richard Guo <rguo@postgresql.org>
306
306
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
307
313
-->
308
314
309
315
<listitem>
@@ -313,7 +319,7 @@ Allow some HAVING clauses on GROUPING SETS to be pushed to WHERE clauses (Richar
313
319
</para>
314
320
315
321
<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.
317
323
</para>
318
324
</listitem>
319
325
You can’t perform that action at this time.
0 commit comments