Re: PostgreSQL 19 Beta 1 release announcement draft

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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:57:25
Message-ID: 2bd2a380-70fd-473f-b8d5-6dc544823a07@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/3/26 2:20 PM, Tom Lane wrote:
> "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/ ?
Sold; will be reflected when I send out the next full update.

Jonathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-06-03 18:59:37 Re: alert clients when prepared statements are deallocated
Previous Message Nathan Bossart 2026-06-03 18:55:52 Re: Does MSVC predefine __x86_64__ on 64-bit Intel?