Re: PostgreSQL 19 Beta 1 release announcement draft - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL 19 Beta 1 release announcement draft
Date
Msg-id 3096215.1780510821@sss.pgh.pa.us
Whole thread
In response to Re: PostgreSQL 19 Beta 1 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PostgreSQL 19 Beta 1 release announcement draft
List pgsql-hackers
"Jonathan S. Katz" <jkatz@postgresql.org> writes:
> On 5/31/26 12:15 PM, Florents Tselai wrote:
>> I'd also add GROUP BY ALL in that paragraph as well.

> Thanks! I had missed GROUP BY ALL (I saw Jakub mention it too), that 
> looks very convenient. Proposing:

> PostgreSQL 19 introduces the new `GROUP BY ALL` syntax, making it easy 
> to add all non-aggregate and non-window parameters as part of the 
> grouping.

"Parameters" is a fairly overloaded term in our part of the cosmos.
Maybe s/parameters/output columns/ ?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Use ereport() instead of elog() for invalid weights in setweight()
Next
From: Daniil Davydov
Date:
Subject: Re: BUG with accessing to temporary tables of other sessions still exists