JDBC FDW 0.4.0 release - Mailing list pgsql-announce

From Toshiba via PostgreSQL Announce
Subject JDBC FDW 0.4.0 release
Date
Msg-id 170360838092.1876504.7092815527070102948@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

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, 14, 15 and 16.

This FDW is implemented in C language with JDK.

This release improves the following features :

  • 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.
Please see the repository for details. Source repository : https://github.com/pgspider/jdbc_fdw

 

pgsql-announce by date:

Previous
From: HexaCluster via PostgreSQL Announce
Date:
Subject: pgtt v3.1 has been released
Next
From: Toshiba via PostgreSQL Announce
Date:
Subject: High-Performance SQL Cluster Engine PGSpider 4.0.0 released