Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v244v-00G4Hb-Ro for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Sep 2025 08:45:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v244u-008tEa-2l for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Sep 2025 08:45:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v244t-008tES-PO for pgsql-hackers@lists.postgresql.org; Fri, 26 Sep 2025 08:45:19 +0000 Received: from forwardcorp1d.mail.yandex.net ([178.154.239.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v244q-000BdT-2d for pgsql-hackers@postgresql.org; Fri, 26 Sep 2025 08:45:19 +0000 Received: from mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:cf2d:0:640:140f:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 74EFA80D39; Fri, 26 Sep 2025 11:45:15 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:d33::1:13]) by mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id BjVBnJ1FvmI0-vDb8cili; Fri, 26 Sep 2025 11:45:15 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1758876315; bh=h01nx8RIl2dl++QdXZg6GD0SoxgKKDxAfaWLzcJhaIE=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=oGfTRDXvMq4CcCttemNS1QF236zP+/R3JG9X74WkyBaGuM2tMXk8DLMIuzZv2wLcG UASLeFgshoXisaf2onvspkxdUiu8x/u8YWupViJ7hDTgJxfaeZ0Guh4CeDq2/36I4e wJhi0Bkish5lBAGyoU5UU4YMdkL2w7L0yUAVYhX8= Authentication-Results: mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [PATCH] GROUP BY ALL From: Andrey Borodin In-Reply-To: <634aca95-6db5-4beb-b18d-67e65582817f@eisentraut.org> Date: Fri, 26 Sep 2025 13:45:01 +0500 Cc: pgsql-hackers , Tom Lane , "David G. Johnston" , David Christensen , Jelte Fennema-Nio Content-Transfer-Encoding: quoted-printable Message-Id: <4D2047B0-E8D8-472B-B7E8-61206B1E6AFA@yandex-team.ru> References: <931747.1721687375@sss.pgh.pa.us> <634aca95-6db5-4beb-b18d-67e65582817f@eisentraut.org> To: Peter Eisentraut X-Mailer: Apple Mail (2.3826.700.81) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 26 Sep 2025, at 12:02, Peter Eisentraut = wrote: >=20 > maybe someone wants to take this up again. I've compared my old patch with David's, and his version looks better. If David is not going to work on this in nearest future - I'l like to = pick up the work. Either way I'll join as reviewer. Thanks! Best regards, Andrey Borodin.=