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 1snquD-006Ube-C8 for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Sep 2024 02:47:02 +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 1snquC-004wOC-Lp for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Sep 2024 02:47:00 +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 1snquC-004wO4-9h for pgsql-hackers@lists.postgresql.org; Tue, 10 Sep 2024 02:47:00 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1snqu4-000Oxo-K1 for pgsql-hackers@postgresql.org; Tue, 10 Sep 2024 02:46:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=8U7B/TYGHlI1Ww8YBoXC9W9pbxyVh2B16MLeP93Nnfw=; b=BR9bwPuEdr/afTk3kCMKwPpTHT egPEU44pt+mYI/+xVIqc7/PDPYIjLaPlDTRNOP9J1HP+dzUmaeDCR2LRML7UYqdad0uKCfToG9mSm qtV/MaibX95qJWkjiYvwSONpR63ynPqCdGAd5LmtfjRCX/XfNHB5yvJ5/SeSO6qQfAkT3InOxoSgu 0vlAp+wgv/sGiuPynHOVa8hiAT+tv+fPH8uWfdc10yjmKSiCReaQbLhHgAkW8H2BXzM0jV21RVsGL 9r0A9DwDMq4xXI0lmyPkPvyphJnAdGPM3IcpjpHyMx3p8ctM0Yb5F0oFre0qZvNy10HM1k50nNCLv JxkkzUzg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1snqu2-00Dthn-2z; Mon, 09 Sep 2024 22:46:50 -0400 Date: Mon, 9 Sep 2024 22:46:50 -0400 From: Bruce Momjian To: Alvaro Herrera Cc: Nathan Bossart , pgsql-hackers@postgresql.org Subject: Re: First draft of PG 17 release notes Message-ID: References: <202409070955.wyuhquqflbxg@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202409070955.wyuhquqflbxg@alvherre.pgsql> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sat, Sep 7, 2024 at 11:55:09AM +0200, Álvaro Herrera wrote: > On 2024-Sep-05, Bruce Momjian wrote: > > > That seems more infrastructure/extension author stuff which isn't > > normally mentioned in the release notes. I think such people really > > need to look at all the commit messages. > > Are you saying all extension authors should be reading the complete git > log for every single major release? That's a strange position to take. > Isn't this a good fit for "E.1.3.10. Source Code"? Yes. There are so many changes at the source code level it is unwise to try and get them into the main release notes. If someone wants to create an addendum, like was suggested for pure performance improvements, that would make sense. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.