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 1s54dM-002zNk-3b for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 14:20:32 +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 1s54dI-007iPM-3h for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 14:20:28 +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 1s54dH-007iPE-QK for pgsql-hackers@lists.postgresql.org; Thu, 09 May 2024 14:20:28 +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 1s54dE-000CBV-KU for pgsql-hackers@postgresql.org; Thu, 09 May 2024 14:20:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=ePliKyig2PKwOGABF34XWGn/ff9QqVKVisl3X6ASvGQ=; b=hu3zz +IiCvSJbtb55gINHOfC8fAXR3HnJn1WNp+FKgL5eBgRlfK5q1Ju8OAve/8a0UVVMIrdurc4zMxNLG HAK3PSbGQnUkNb0m10ZGSGO3JHBtsTOM2eYzm25PloWj0fasqYOYXPXhT3lOLebnuMTIjQS8sRLt+ oxSksZBZxGX9GOTXQfD8RXJN2S044DkfAIRB9nEcieDJ73G/KR9po3Grl6VitUJy+wiujOOjAWaiQ MzC9x05Dz8fVGpe8H3ckTbaN3a29q+F5AqRwaq5ZCgShFOqH3kbvWSWqvZzKAMbN+KXs7f8Dsx/lv Qm/2sXj1tRdSblv7GwpsGK4uXGvEg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s54dD-003Tsm-1e; Thu, 09 May 2024 10:20:23 -0400 Date: Thu, 9 May 2024 10:20:23 -0400 From: Bruce Momjian To: Aleksander Alekseev Cc: PostgreSQL-development Subject: Re: First draft of PG 17 release notes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, May 9, 2024 at 12:18:44PM +0300, Aleksander Alekseev wrote: > Hi, > > > I have committed the first draft of the PG 17 release notes; you can > > see the results here: > > > > https://momjian.us/pgsql_docs/release-17.html > > > > It will be improved until the final release. The item count is 188, > > which is similar to recent releases: > > Thanks for working on this. > > I believe the part of the 64-bit XIDs patchset that was delivered in > PG17 is worth highlighting in "E.1.3.10. Source Code" section: > > 4ed8f0913bfd > 2cdf131c46e6 > 5a1dfde8334b > a60b8a58f435 > > All this can probably be summarized as one bullet "Index SLRUs by > 64-bit integers rather than by 32-bit ones" where the authors are: > Maxim Orlov, Aleksander Alekseev, Alexander Korotkov, Teodor Sigaev, > Nikita Glukhov, Pavel Borisov, Yura Sokolov. Wow, I try to only list source code items that have some user-facing impact, and I don't think these do. I do realize how important they are though. This gets into the balance of mentioning items _users_ need to know about, vs. important improvements that _we_ know about. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.