Re: PostgreSQL 19 Beta 1 release announcement draft

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 19 Beta 1 release announcement draft
Date: 2026-06-03 18:20:21
Message-ID: 3096215.1780510821@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jonathan S. Katz" <jkatz(at)postgresql(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniil Davydov 2026-06-03 18:33:06 Re: BUG with accessing to temporary tables of other sessions still exists
Previous Message Tom Lane 2026-06-03 18:17:53 Re: Use ereport() instead of elog() for invalid weights in setweight()