Skip to content

Releases: pgspider/jdbc_fdw

Release v0.4.0

26 Dec 00:10
8695fd1
Compare
Choose a tag to compare

Support for PostgreSQL 16.0
Fixed:

  • Fixed alloc set warning in debug mode
  • Fixed crash occurred after cancelling a query (Issue 12)
  • Fixed non-superusers couldn't perform queries (Issue 15)
  • Fixed the FDW does not print error details (Issue 20)

Support for the DATE datatype (Issue 19)

Release v0.3.1

01 Jun 08:15
ec26734
Compare
Choose a tag to compare
  • Support execute a query and get results from the DB behind jdbc connection

Release v0.3.0

20 Jan 10:03
8dfb093
Compare
Choose a tag to compare
  • Support PosgreSQL 15.0

  • Bug fixes:

    • Fix file static variables

Release v0.2.0

21 Jun 08:23
e1f3f6a
Compare
Choose a tag to compare
  • Support multiple aggregate function in target

  • Support stddev_pop, stddev_samp, var_pop, var_samp

  • Bug fixes:

    • Fix issue of DISTINCT inside aggregate function
    • Fix issue of explicit cast function

Release v0.1.0

23 Dec 08:46
d20b583
Compare
Choose a tag to compare
  • Support PostgreSQL 14.0
  • Support SELECT feature.
  • Support INSERT feature.
  • Support UPDATE feature.
  • Support DELETE feature.
  • Support push down WHERE clause.
  • Support push down aggregate functions.