On 29th of September 2025, Tom Lane committed patch: Add GROUP BY ALL. GROUP BY ALL is a form of GROUP BY that adds any TargetExpr that does not contain an aggregate or window function into the groupClause of the query, making it exactly equivalent to specifying those same expressions in an explicit GROUP … Continue reading "Waiting for PostgreSQL 19 – Add GROUP BY ALL."| select * from depesz;
PostgreSQL: Aggregate push-down in postgres_fdw It’s exciting times in PostgreSQL for those who are using postgres_fdw or FDW in general. ...| ashutoshpg.blogspot.com