Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oDAix-00030k-5A for pgsql-advocacy@arkaria.postgresql.org; Sun, 17 Jul 2022 20:18:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oDAiu-0007Jd-Vt for pgsql-advocacy@arkaria.postgresql.org; Sun, 17 Jul 2022 20:18:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oDAiu-0007JU-MS for pgsql-advocacy@lists.postgresql.org; Sun, 17 Jul 2022 20:18:40 +0000 Received: from ewsoutbound.kpnmail.nl ([195.121.94.167]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oDAiq-0002q3-Hp for pgsql-advocacy@lists.postgresql.org; Sun, 17 Jul 2022 20:18:40 +0000 X-KPN-MessageId: a146dd0a-060d-11ed-92d5-005056abbe64 Received: from smtp.kpnmail.nl (unknown [10.31.155.37]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id a146dd0a-060d-11ed-92d5-005056abbe64; Sun, 17 Jul 2022 22:18:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:from:to:subject:mime-version:date:message-id; bh=yBI5M9YgRiTPKjaIN9UwqLUX3uBB961uKFD1CkrFLuk=; b=iqKCoDYkx/31dEXEZ/aJEUQ1scekZbIya4YXSrIKZ6kC5qeOiIonDIsjjMiX/lK4hm0T3sOBlJOCl DGiKX77c5+ThLoIh1otL6gJ4J5t0+vO6nCjjRs6CkmUPaRGR+59EREIUzBcnhETt1A6Ftfvkb8Ve5F k4Ca6bveuoAxSMGwpSWBl+L8RCc3PVNPJrIBY7Vygla8+fzdx8HqXGYyGMmq0XenovfvWwNipofVjK 2OS/55UXPMKt5cQmZi0Lxk6PdRq3OWt9of5hsDKSXIehgUYBILgP2meZU7nrbAArBJYxk1ZxvHnZXJ XNinfdg7m1nr+z5H9zNeLAA4uI6tNHA== X-KPN-MID: 33|/saY4lDhdF/0iJSfFG7RHzw1SVykfkd5/pmdSi6FraGLsjKeJHD/jrRh+ujZyDz EnafoHMYfgiSAq3TA5fHKTvfqiyHqCWP5T2r6fPeZFdI= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|MJ+dVpt3POqjhJ4IDW3qUlDB8HYz+ApX/zxP1mejSG+py/qZ5sakYRa8gzDN+AS 0LnDhkKPy/dLFr+K5XMEYaQ== X-Originating-IP: 82.151.32.184 Received: from [192.168.178.25] (unknown [82.151.32.184]) by smtp.xs4all.nl (Halon) with ESMTPSA id 9dea92ba-060d-11ed-929b-005056ab1411; Sun, 17 Jul 2022 22:18:35 +0200 (CEST) Message-ID: <45055833-974d-8c87-6535-d022138764a3@xs4all.nl> Date: Sun, 17 Jul 2022 22:18:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Feature matrix updates Content-Language: en-US To: "Jonathan S. Katz" , PostgreSQL Advocacy References: From: Erik Rijkers In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 7/17/22 20:34, Jonathan S. Katz wrote: > Hi, > > Please see updates for the feature matrix in advance of the PostgreSQL > 15 release: > > https://www.postgresql.org/about/featurematrix/ > > In addition to adding information about new features in PostgreSQL > 15[1][2], this version of the feature matrix adds additional  categories > including: > > * Replication > * JSON > * Transactions and Visibility > * VACUUM and Maintenance > * Client Applications Perhaps add one item for * Indexing & Constraints to wit: ----- "Allow unique constraints and indexes to treat NULL values as not distinct (Peter Eisentraut) Previously NULL values were always indexed as distinct values, but this can now be changed by creating constraints and indexes using UNIQUE NULLS NOT DISTINCT." ----- Erik > This is to continue to reduce the amount of features kept in the > "Backend" section (and to a lesser extent, "Performance"), which > historically was used as a "catch all". > > This also removed the "contrib/" prefix from all of the additional > modules listed in "Additional Modules". > > Please let me know your thoughts on the PG15 bits and if there is > anything notable that is missing. > > Thanks, > > Jonathan > > [1] https://www.postgresql.org/docs/15/release-15.html > [2] > https://www.postgresql.org/about/news/postgresql-15-beta-1-released-2453/