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 1sD6a0-00ABDJ-A8 for pgsql-announce@arkaria.postgresql.org; Fri, 31 May 2024 18:02:18 +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 1sD6Zx-00Dltn-Tl for pgsql-announce@arkaria.postgresql.org; Fri, 31 May 2024 18:02:13 +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 1sD6Zw-00DltR-T1 for pgsql-announce@lists.postgresql.org; Fri, 31 May 2024 18:02:13 +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.94.2) (envelope-from ) id 1sD6Zq-001i3A-JX for pgsql-announce@lists.postgresql.org; Fri, 31 May 2024 18:02: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=OAWBNrste0PBg6GyJyMqTxL6vhXJodr5gGr0XWFaYds=; b=PNmI6NVovUqRUKB+cHAigos0ME df5ijhVh/HiNfZ2WzcddptJtSi3HXNr/vktWf+slR+aN0VgraBylDj0wHJoT1f8/kwz/yB4Rd9V2Q EUhEaz381359gvJUeaCEjoRN0eeIliTPNzfaleTJ84ivBbQD9jfeqMJQNQxnl9iYtQ1whXfO7/HEb c8wqocvP8fjWwMfMbLeFLcwYCHCtRJl8aRKJ70DDyVANEQ9IFpyhxT4ZwSlXrznJ6P8oES/fFo5IH on7HJNZYlVFPKLPClegmxeo/WznuFXEWnVdGjqF2ngp0cKfOzxlxsFOtRqwv2szXeOWrmdp5yVXMD fJNnYhng==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::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 1sD6Zp-009GHH-9Q for pgsql-announce@lists.postgresql.org; Fri, 31 May 2024 18:02:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sD6Zm-00FziQ-NY for pgsql-announce@lists.postgresql.org; Fri, 31 May 2024 18:02:03 +0000 Content-Type: multipart/mixed; boundary="===============0537013270253656951==" MIME-Version: 1.0 Subject: pgtt v4.0 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Fri, 31 May 2024 18:01:20 +0000 Message-ID: <171717848019.2021725.16384261145845114902@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 73ffaa8e9b2bdbd84774b381734b320c281f6db2891a22d4af1b7b970263cdd2 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0537013270253656951== Content-Type: multipart/alternative; boundary="===============6474129274127428244==" MIME-Version: 1.0 --===============6474129274127428244== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Grenoble, France - May 31th, 2024 ## PostgreSQL Global Temporary Tables pgtt is a PostgreSQL extension to create, manage and use DB2 or Oracle-style Global Temporary Tables. Once created the use is just like with the other R= DBMS. pgtt v4.0 has been released, this is a major release that adds the followin= g features. - The port to Windows operating system. - Allows preloading pgtt in `session_preload_libraries`. Welcome [Julien Rouhaud](https://github.com/rjuju) as co-author and co-main= tainer of this project. Complete list of changes is available [here](https://github.com/darold/pgtt= /blob/v4.0/ChangeLog) ## Links & Credits pgtt 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 :** * Documentation: [https://github.com/darold/pgtt/](https://github.com/daro= ld/pgtt/) * Download: [https://github.com/darold/pgtt/releases/](https://github.com/= darold/pgtt/releases/) * Support: use GitHub report tool at [https://github.com/darold/pgtt/issue= s](https://github.com/darold/pgtt/issues) ## About pgtt The objective of this extension it to provide the Global Temporary Table fe= ature waiting for an in core implementation. The main interest of this extension is to mi= mic the Oracle behavior with GTT when you can not or don't want to rewrite the application= code when migrating to PostgreSQL. This is a project created and maintained by Gilles Darold at [HexaCluster C= orp](https://hexacluster.ai). --===============6474129274127428244== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgtt v4.0 has been released
 

pgtt v4.0 has been released

Grenoble, France - May 31th, 2024

PostgreSQL Global Temporary Tab= les

pgtt is a PostgreSQL extension to create, m= anage and use DB2 or Oracle-style Global Temporary Tables. Once created the use is just like with the other R= DBMS.

pgtt v4.0 has been released, this is a majo= r release that adds the following features.

  • The port to Win= dows operating system.
  • Allows preloadi= ng pgtt in session_preload_libraries.

Welcome Julien Rouhaud a= s co-author and co-maintainer of this project.

Complete list of changes is available here

Links & Credits

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

Links :

About pgtt

The objective of this extension it to provi= de the Global Temporary Table feature waiting for an in core implementation. The main interest of this extension is to mi= mic the Oracle behavior with GTT when you can not or don't want to rewrite the application= code when migrating to PostgreSQL.

This is a project created and maintained by= Gilles Darold at HexaCluster Corp.

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/.
 
--===============6474129274127428244==-- --===============0537013270253656951==--