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 1vIYj3-005QQf-2e for pgsql-advocacy@arkaria.postgresql.org; Mon, 10 Nov 2025 20:42:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vIYj1-002RRJ-1Z for pgsql-advocacy@arkaria.postgresql.org; Mon, 10 Nov 2025 20:42:55 +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.96) (envelope-from ) id 1vIYj1-002RRB-0m for pgsql-advocacy@lists.postgresql.org; Mon, 10 Nov 2025 20:42:55 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIYiz-006R0D-1g for pgsql-advocacy@lists.postgresql.org; Mon, 10 Nov 2025 20:42:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender :Reply-To:Content-ID:Content-Description; bh=k8XdNkac+F6YYMDfAhkr9l5BUainC4gubzzCIX47NOU=; b=kPNhURwc97R5g2yTWe6uIY9snT UHt24c+XfT15WeBcKq45an1Oe9rNYLRsM8AdLePOtE1Pd8i4W43vcNNDXRQsnquAPGJrM7kOdcS0x KYc9wBK30k64v6mbD9/PCXAnFXzrzYL7Svaqz1v49pg4ZNmsvT/LkBfyW/I6n/lV3JZ7jFXFYgBJh 0/dJ0r0/gmx8MeS0nKvgQwtIJWOZHjMDqLBAIx6iBOZA7uv+uTiuM9XwHXUWMuRBnBArIum4SHVyu 7sqGZLzgZVfJ9yb1HOckY3RQYOmj1oOLbP5WV/ymtnsu1jt/LJ+0vCPOiN5ezZQmbTdhEvpUu9Z5z fdfXQ0rw==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIYiw-00HIkb-2N; Mon, 10 Nov 2025 20:42:52 +0000 MIME-Version: 1.0 Date: Tue, 11 Nov 2025 06:42:50 +1000 From: Justin Clift To: "Jonathan S. Katz" Cc: PostgreSQL Advocacy Subject: Re: 2025-11-13 release announcement draft In-Reply-To: References: Message-ID: X-Sender: justin@postgresql.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2025-11-11 05:01, Jonathan S. Katz wrote: > Hi, > > Attached is a draft of the 2025-11-13 release announcement. Please > provide feedback on correctness, notable omissions no later than > 2025-11-13 12:00 UTC (and ideally earlier!) With this: > All PostgreSQL update releases are cumulative. As with other minor releases, > users are not required to dump and reload their database or use `pg_upgrade` > in order to apply this update release; you may simply shutdown PostgreSQL and > update its binaries. > > Users who have skipped one or more update releases may need to run additional > post-update steps; please see the release notes from earlier versions for > details. It kind of gives the impression that post-upgrade steps aren't really needed unless one or more update releases have been skipped. Not sure of better wording though. Regards and best wishes, Justin Clift