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 1s5QdT-005LNS-I9 for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 13:50:07 +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 1s5QdR-00FZWC-LB for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 13:50:05 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5QdR-00FZVH-9K for pgsql-hackers@lists.postgresql.org; Fri, 10 May 2024 13:50:05 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5QdO-000LGe-Rb for pgsql-hackers@postgresql.org; Fri, 10 May 2024 13:50:04 +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=aPpI9wWGKz45VojlYyJn8Ar3UkSux3/y6083tf42qW0=; b=GJs4dflZj7c8TfCxC5zLh08HkL 9gCE+INbrwSdTvu39Gu6j0SAzz5k1RYgOSNIVp8XRQ3mqBFLRQBZGsl6nrUgE7jmdVcrkJCg1U7kY FjbAIcKkILN99lG7j4mjqmLZev1KsFHu/h9i2csmFKndGFboZIsJvwFg0lwM4QAKCqNYBoALZzXD0 4d3224+1VbXOKPHoy3w++p3U8V6NEARGRuydSAftTODuf8zKjbNYG72E8h5/c4gEQ0Wlrf2BDamBO DLmY4utGakgNNw0E7lSKSpDo/smizsmP7XRhVe7pJxYvszzWsAenAzvNaP4nnd3tn900gSx3/O4Ba pxFjR86A==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s5QdN-0026vC-1w; Fri, 10 May 2024 09:50:01 -0400 Date: Fri, 10 May 2024 09:50:01 -0400 From: Bruce Momjian To: Bharath Rupireddy Cc: PostgreSQL-development Subject: Re: First draft of PG 17 release notes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, May 10, 2024 at 01:54:30PM +0530, Bharath Rupireddy wrote: > On Thu, May 9, 2024 at 9:34 AM Bruce Momjian wrote: > > > > 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: > > > > release-10: 189 > > release-11: 170 > > release-12: 180 > > release-13: 178 > > release-14: 220 > > release-15: 184 > > release-16: 206 > > release-17: 188 > > > > I welcome feedback. For some reason it was an easier job than usual. > > Thanks a lot for this work Bruce! It looks like commit > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=91f2cae7a4e664e9c0472b364c7db29d755ab151 > is missing from daft release notes. Just curious to know if it's > intentional or a miss out. I did not mention it because the commit didn't mention any performance benefit and it seemed more like an internal change than something people needed to know about. I could reword and merge it into this item, if you think I should: Improve performance of heavily-contended WAL writes (Bharath Rupireddy) -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.