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 1uBLdp-000Rm4-As for pgsql-hackers@arkaria.postgresql.org; Sat, 03 May 2025 22:47:29 +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 1uBLdo-00GTxH-2v for pgsql-hackers@arkaria.postgresql.org; Sat, 03 May 2025 22:47:28 +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 1uBLdn-00GTx9-Px for pgsql-hackers@lists.postgresql.org; Sat, 03 May 2025 22:47:27 +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.96) (envelope-from ) id 1uBLdl-00019e-18 for pgsql-hackers@lists.postgresql.org; Sat, 03 May 2025 22:47:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; 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=/foJXtsCrn+c119Epq57ZbYL2Ku8KHApbISja5Q+NzQ=; b=mZ0Ily76Guwl1Et6aq8wepW55L LITmPzrxTe+m+jIJV7R6vUczho+PZBYPP9tEwOqmP7nsCznFI651sUqBqwtiiLyFrqIshtIMzRefi AYhcow/HFuhoff/OvQrVfiRHY0Cx/AX5B4OdMbkg5KcjmUP8/siJoNhzxSkZGBmskneAVXFGa0Ust z3M82Pu/yT6lhg8tbQXq4+z0Qy/x3DL3Dcr+LBoG25y87G4NWyc376Ymbw1jz2mQ8u3KpNNeTCYvG AJrqxuV4J22tIsuyyV7GLICy6zv2KPUG62A6b6DBTSkDL4a1m34y/FGmhciD8xPeIJVATnl92kZLw iSGcK7Tg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1uBLdk-005Qim-2u; Sat, 03 May 2025 18:47:24 -0400 Date: Sat, 3 May 2025 18:47:24 -0400 From: Bruce Momjian To: Alexander Borisov Cc: PostgreSQL-development Subject: Re: PG 18 release notes draft committed Message-ID: References: <5984af13-423d-41b0-8081-2f7000cfc5b7@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5984af13-423d-41b0-8081-2f7000cfc5b7@gmail.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, May 4, 2025 at 01:31:51AM +0300, Alexander Borisov wrote: > Hi hackers, > > > I will continue improving it until beta 1, and until the final release. > > I will probably add markup in 1-3 weeks. Let the feedback begin. ;-) > > > > You can see the most current HTML-built version here: > > > > https://momjian.us/pgsql_docs/release-18.html > > > > > I'm not sure, but I'll ask. > > I have significantly improved the handling of Unicode Case in > PostgreSQL. > The improvements affect important functions such as lower(), upper(), > casefold(). > Specifically, the patch has significantly reduced the size of Unicode > Case tables (and consequently the size of the object file). > We got a significant speed gain: > ASCII by ≈10% > Cyrillic by ≈80% > Unicode in general by ≈30% > > But, unfortunately, I didn't see any mention of this improvement in the > release notes. > Hence the question to the community - are such improvements worth > mentioning? > > I'm just new to the community, and want to understand. > > Commit: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=27bdec06841d1bb004ca7627eac97808b08a7ac7 > > I am now actively working on a major improvement to Unicode > Normalization Forms. Given the performance numbers above, which were not in the commit, maybe I should add it to the case folding item, and add his name as a co-author. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.