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 1rIAMk-006heG-KO for pgsql-announce@arkaria.postgresql.org; Tue, 26 Dec 2023 16:33: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 1rIAMj-00DShh-2Z for pgsql-announce@arkaria.postgresql.org; Tue, 26 Dec 2023 16:33: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 1rIAMi-00DShS-7t for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:33: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.94.2) (envelope-from ) id 1rIAMd-00E05y-Lq for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:33: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=RjlEPREX2I9jQp1S0liy8okVwca/FW1a3aC8iA7zZik=; b=PRRnGThxwuQgVG7ikzb0dZE0Ow bZt8d39DjeLpHETyXkQqisCrj8N+pmjkGLckoORY4VvJBbSPeg1mX90GI6ekTnwvtEnzwblVQxGON zzKVWz+VK4dkmWIJ2ZEKDqgdmHn8NnEwuvXMS2WNINtrCeq7xYEaXQE2mf5bpIRksheH63I0VeoDG vRbLiom1aSn66Mk1cVQRoiMx+4BJjyFLT6hIvu+DDGQVX21o/jIGbhMsgVQPCv/zuPJnNxH8JAKpI kn5hz2YzbVcn7ehUQSrmJJJ6ZhkqbSvjs9Zt51K4Gn59hu4KPU/islKKQLvaJv0LFiwUqrYQV6nQ/ 04Cz181Q==; Received: from wrigleys.postgresql.org ([87.238.57.234]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIAMb-006fwX-Pe for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:33:06 +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 1rIAMX-00GRL9-TK for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:33:03 +0000 Content-Type: multipart/mixed; boundary="===============0556045847025323449==" MIME-Version: 1.0 Subject: JDBC FDW 0.4.0 release To: PostgreSQL Announce From: Toshiba via PostgreSQL Announce Reply-To: p-db@swc.toshiba.co.jp Date: Tue, 26 Dec 2023 16:33:00 +0000 Message-ID: <170360838092.1876504.7092815527070102948@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: de4b47ccb73afcd185e690d51ee5e63ae5f3b509f0367ea0307671990017e08c List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0556045847025323449== Content-Type: multipart/alternative; boundary="===============2946485149082586514==" MIME-Version: 1.0 --===============2946485149082586514== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable We have just released version 0.4.0 of the Foreign Data Wrapper for databas= es with JDBC interface. This release can work with PostgreSQL 13, 14, 15 and 16. =20 This FDW is implemented in C language with JDK. =20 This release improves the following features :=20 - Support for PostgreSQL 16.0 - Support for the DATE datatype - Fixed alloc set warning in debug mode - Fixed crash occurred after cancelling a query - Fixed non-superusers couldn't perform queries - Fixed the FDW does not print error details The FDW supports following key features : - SELECT, INSERT, UPDATE and DELETE of foreign tables - WHERE clauses is push-downed - Aggregate is push-downed This is developed by Toshiba Digital Innovation Technology Center. =20 Please see the repository for details. Source repository : [https://github.com/pgspider/jdbc_fdw](https://github.c= om/pgspider/jdbc_fdw) --===============2946485149082586514== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable JDBC FDW 0.4.0 release
 

JDBC FDW 0.4.0 release

We have just released version 0.4.0 of the = Foreign Data Wrapper for databases with JDBC interface.

This release can work with PostgreSQL 13, 1= 4, 15 and 16.

This FDW is implemented in C language with = JDK.

This release improves the following feature= s :

  • Support for Pos= tgreSQL 16.0
  • Support for the= DATE datatype
  • Fixed alloc set= warning in debug mode
  • Fixed crash occ= urred after cancelling a query
  • Fixed non-super= users couldn't perform queries
  • Fixed the FDW d= oes not print error details

The FDW supports following key features :

  • SELECT, INSERT,= UPDATE and DELETE of foreign tables
  • WHERE clauses i= s push-downed
  • Aggregate is pu= sh-downed

This is developed by Toshiba Digital Innova= tion Technology Center.
Please see the repository for details. Source repository : https://github.com/pgspider= /jdbc_fdw

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

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/.
 
--===============2946485149082586514==-- --===============0556045847025323449==--