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 1urvpB-00EoJD-4x for pgsql-announce@arkaria.postgresql.org; Fri, 29 Aug 2025 09:55:14 +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 1urvpA-008Ra7-68 for pgsql-announce@arkaria.postgresql.org; Fri, 29 Aug 2025 09:55:12 +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 1urvp9-008RZt-BB for pgsql-announce@lists.postgresql.org; Fri, 29 Aug 2025 09:55:12 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1urvp5-002TtT-2d for pgsql-announce@lists.postgresql.org; Fri, 29 Aug 2025 09:55:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=1kE/Ef8jRn0hYV0UcdFAVhwPYstiYGk3F44L1Wl5C2o=; b=bgwej+J3clzGgvFwa27e0ckPtD a5Hl84Ua28Ov1XBSGGe6JOUn6wq3dQt+FLyGLfHEVtZGZnGb17DiOirYOZ/esBCZDIO7gxNc2hUFs rKfRMo1VzY2sZLzRYbegsPhd73m+jeGUzXqDg4/9LJXXTya8cSi74FzMLfFX9C0L9hWA9m1KHp/tO Z3x5p+v09MJuyTmwehs82YfF6THZNP96WkzAph/76+sM8+wSz/WK/rjtPKOnQHtysaz3yMruoR5TI wsxVFexS3G9GP8t3Di2F6HkmSuzKk54BVqLye6XHlzBJe8DdLOBIfn50Xa5NDJnm+TuhTB3RHbeWo mKGpVgpg==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1urvp4-006QVJ-7N for pgsql-announce@lists.postgresql.org; Fri, 29 Aug 2025 09:55:06 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1urvp1-00DJzJ-2S for pgsql-announce@lists.postgresql.org; Fri, 29 Aug 2025 09:55:03 +0000 Content-Type: multipart/mixed; boundary="===============8691248902950284107==" MIME-Version: 1.0 Subject: pgFormatter v5.7 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Fri, 29 Aug 2025 09:54:44 +0000 Message-ID: <175646128430.806.16598200640188827740@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: dba54652720eaa540d5a08342f571ac3a9cc1a4f60ec3c88d3e8b96409d8669b List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============8691248902950284107== Content-Type: multipart/alternative; boundary="===============6562770503435913801==" MIME-Version: 1.0 --===============6562770503435913801== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Grenoble, France - August 29th, 2025 ## pgFormatter v5.7 pgFormatter, even if not perfect, is the most advanced SQL and PL/pgSQL code formatter and beautifier dedicated to PostgreSQL. It is provided as a CLI or a CGI program. This maintenance release fixes some issues reported by users since the last release and adds some improvements. Improvements: - Better formatting of UPSERT queries. - Better formatting of some form of CTE queries. - Fix warning with new Perl versions. For the complete list of changes, please checkout the release note on [https://github.com/darold/pgFormatter/blob/master/ChangeLog](https://gi= thub.com/darold/pgFormatter/blob/master/ChangeLog) ## Links & Credits Thank to the developers who submitted patches and users who reported bugs and feature requests, they are all cited in the ChangeLog file. pgFormatter is an open project. Any contribution to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools. Links: * Website: [http://sqlformat.darold.net/](http://sqlformat.darold.net/) * Download: [https://github.com/darold/pgFormatter/releases](https://github= .com/darold/pgFormatter/releases) * Development: [https://github.com/darold/pgFormatter](https://github.com/d= arold/pgFormatter) * Changelog: [https://github.com/darold/pgFormatter/blob/master/ChangeLog](= [https://github.com/darold/pgFormatter/blob/master/ChangeLog) ----------------- **About pgFormatter** pgFormatter is a SQL and PL/pgSQL formatter/beautifier that supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other databases too. It shares the same code with pgBadger, so any improvement made in the parser is reversed to pgBadger. Tool created and maintained by Gilles Darold. pgFormatter works on any platform and is available under the PostgreSQL license. --===============6562770503435913801== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgFormatter v5.7 has been released
 

pgFormatter v5.7 has been released

Grenoble, France - August 29th, 2025

pgFormatter v5.7

pgFormatter, even if not perfect, is the mo= st advanced SQL and PL/pgSQL code formatter and beautifier dedicated to PostgreSQL. It is provided as a CLI or a CGI program.

This maintenance release fixes some issues = reported by users since the last release and adds some improvements.

Improvements:

  • Better formatti= ng of UPSERT queries.
  • Better formatti= ng of some form of CTE queries.
  • Fix warning wit= h new Perl versions.

For the complete list of changes, please ch= eckout the release note on https://github.com/dar= old/pgFormatter/blob/master/ChangeLog

Links & Credits

Thank to the developers who submitted patch= es and users who reported bugs and feature requests, they are all cited in the ChangeLog file.

pgFormatter is an open project. Any contrib= ution to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools.

Links:


About pgFormatter

pgFormatter is a SQL and PL/pgSQL formatter= /beautifier that supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other databases too. It shares the same code with pgBadger, so any improvement made in the parser is reversed to pgBadger. Tool created and maintained by Gilles Darold.

pgFormatter works on any platform and is av= ailable under the PostgreSQL license.

This email was sent to you from HexaCluster. It was delivered on their beha= lf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to HexaCluster.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============6562770503435913801==-- --===============8691248902950284107==--