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 1s7RHc-005hdT-B5 for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 02:55:53 +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 1s7RHc-00E8E7-48 for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 02:55:52 +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 1s7RHb-00E8Bd-QH for pgsql-hackers@lists.postgresql.org; Thu, 16 May 2024 02:55:51 +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 1s7RHY-000THx-3z for pgsql-hackers@postgresql.org; Thu, 16 May 2024 02:55:51 +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=3r9Wwkb+CqTIuhP5rPbXeHr4+08aKq5ktpcelXH4p3I=; b=ErelgKTGgITMWfXrEYPSD0OhJe wMYxTj9xQ2QK0ffyvpyTXu3Dag/X2drFAA2uzwOLx800tsz8eIxRJ+Iyj8maVUdlTq3s2t0ypB/1d fiTVKtGsIbGvC5ZCyooohrTVm0vUWhhDxKS+gqH0QCNuBI26kF55Lpwoh1whFuRPUlDARZH3xZuAs ndUaQ0XkdodjBP7H3aiYciKWZoT/D5kIqNtn0ShycetJKfPoQOw4XJA+CyVZ7DrnPwct5fPlQ3F7S 4lkxbBP7bL09OuTzBoZSXwjhdnWZcWyulYFY1/I4enM+uCokQBri062c+P8Wf7llnsIW/A9jZJMIE xKnxStnQ==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s7RHX-00Cqne-1Q; Wed, 15 May 2024 22:55:47 -0400 Date: Wed, 15 May 2024 22:55:47 -0400 From: Bruce Momjian To: jian he 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 Thu, May 16, 2024 at 10:39:18AM +0800, jian he wrote: > On Thu, May 9, 2024 at 12:04 PM 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 > > > > >> Add local I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz) > >> The new columns are "local_blk_read_time" and "local_blk_write_time". > here, "pg_stat_statement" should be "pg_stat_statements"? Agreed. > >> Add optional fourth parameter to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov) > >> This parameter defaults to "false". > here, "parameter", should be "argument"? > > maybe > >> Add optional fourth boolean argument (minmax_only) to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov) > >> This argument defaults to "false". Sure. > ---------------------------------------------------------------- > in section: E.1.2. Migration to Version 17 > > >> Rename I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz) > >> This renames "blk_read_time" to "shared_blk_read_time", and "blk_write_time" to "shared_blk_write_time". > > "pg_stat_statement" should be "pg_stat_statements"? Yes, fixed. > also, we only mentioned, pg_stat_statements some columns name changed > in "E.1.2. Migration to Version 17" > but if you look at the release note pg_stat_statements section, > we added a bunch of columns, which are far more incompatibile than > just colunm name changes. > > not sure we need add these in section "E.1.2. Migration to Version 17" Well, new columns don't cause breakage like renamed columns, which is why I only put renames/removed columns in the migration section. Also, thanks everyone for the release notes feedback. In some cases I made a mistake, and in some cases I misjudged the item. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.