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 1smO6k-005K7e-7O for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Sep 2024 01:49:54 +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 1smO6i-0045i1-Pc for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Sep 2024 01:49:53 +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 1smO6i-0045bl-G0 for pgsql-hackers@lists.postgresql.org; Fri, 06 Sep 2024 01:49:52 +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 1smO6g-000MgA-Ah for pgsql-hackers@postgresql.org; Fri, 06 Sep 2024 01:49: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-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=rpUbxKoJRkHPUw0VUrhqRioC8JMemJe/eslcAvNyO7I=; b=W4fO+ McZudMg7+ThtptxqfcKlpXS6kuFaXkTH+q5Bjx+ae4ICs0kB8BEL+4GfJLkcQan9j54K3H5rEVg6q cx8ATJ4YbG9oauD+Wt7Ub4eyqySN6oBNfuG/H4PHIQITfYFOK4CA3pBXeF5/pMTUGoEhe5Lj5WMFz Kn8rzpXtTldXebBReFFpXMIRXVsiX9fVEqQwuYT4MlB0/xl+hiM6XgRRqcajia7S3zsFOAJWMiWoT looh1r9jkLiHlpA4OuqAPmsVVFRJ8vs9dx3xhQnVO8tCv446a95Q61Fc5iDR93pzrmqOO6sgwqbVD LvRrlQb2Ex0oUTmftFlKDfo6akG1w==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1smO6e-00CEow-2Q; Thu, 05 Sep 2024 21:49:48 -0400 Date: Thu, 5 Sep 2024 21:49:48 -0400 From: Bruce Momjian To: jian he Cc: pgsql-hackers@postgresql.org 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 Wed, Sep 4, 2024 at 07:18:52PM +0800, jian he wrote: > hi. > > Allow partitions to be merged using ALTER TABLE ... MERGE PARTITIONS > (Dmitry Koval) > Allow partitions to be split using ALTER TABLE ... SPLIT PARTITION > (Dmitry Koval) > > also these two items got reverted? see > https://git.postgresql.org/cgit/postgresql.git/commit/?id=3890d90c1508125729ed20038d90513694fc3a7b I don't see them in the PG 17 release notes at: https://www.postgresql.org/docs/17/release-17.html I did just remove the tab complete comment for this though. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.