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.96) (envelope-from ) id 1wMQtD-0005Dj-32 for pgsql-committers@arkaria.postgresql.org; Mon, 11 May 2026 13:41:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wMQsD-000rvy-1C for pgsql-committers@arkaria.postgresql.org; Mon, 11 May 2026 13:40:41 +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.96) (envelope-from ) id 1wMQsD-000rvp-0U for pgsql-committers@lists.postgresql.org; Mon, 11 May 2026 13:40:41 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wMQsA-000000003H9-1Can for pgsql-committers@lists.postgresql.org; Mon, 11 May 2026 13:40:40 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 64BDeT8X1747128; Mon, 11 May 2026 09:40:29 -0400 From: Tom Lane To: Andres Freund cc: pgsql-committers@lists.postgresql.org, Kirill Reshke Subject: Re: pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23. In-reply-to: <1597C400-B75E-4F75-B7FE-A30A0AE2BB0D@anarazel.de> References: <1597C400-B75E-4F75-B7FE-A30A0AE2BB0D@anarazel.de> Comments: In-reply-to Andres Freund message dated "Mon, 11 May 2026 12:54:32 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1747126.1778506829.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 11 May 2026 09:40:29 -0400 Message-ID: <1747127.1778506829@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > On May 11, 2026 12:40:00 PM GMT+02:00, Kirill Reshke wrote: >> On Sun, 10 May 2026, 21:08 Tom Lane, wrote: >>> Release notes for 18.4, 17.10, 16.14, 15.18, 14.23. >> Hi! Is there any reason this is not pushed to 18 stable? > Already was a few days ago: > https://git.postgresql.org/pg/commitdiff/122adefc94a4dc4e97b4fd5c3328e7= dc5b58ebd0 Yeah. I used my usual log message for this pass at the release notes, even though there happened to be no changes since Friday for the v18 branch. (That's quite unusual: usually there are more commits, or bits to remove because the newest-stable branch doesn't have a given bug, or edits suggested by the community.) So that's why the commit message mentions 18.4 even though v18 didn't change. regards, tom lane