Skip to content

Releases: pgspider/influxdb_fdw

Release v2.1.0

09 Jan 07:27
b64b1b4
Compare
Choose a tag to compare
  • Support PostgreSQL 16.0

Bug fixes:

  • Fix cannot delete when time series column defined as timestamptz type

Release v2.0.0

28 Mar 08:16
9df1e95
Compare
Choose a tag to compare

Bug fixes:

  • Fix Error parsing query influxdb_fdw with boolean data type
  • Fix limit-orderby test suite crash on debug mode
  • Fix cannot insert timestamp value into field column

Release v1.2.0

21 Jun 05:15
4f97c79
Compare
Choose a tag to compare
  • Support schemaless feature

Release v1.1.1

23 Dec 04:23
99dfcaf
Compare
Choose a tag to compare
  • Support PostgreSQL 14.0

Release v1.1.0

06 Dec 01:23
72e9943
Compare
Choose a tag to compare
  • Support bulk INSERT by using batch_size option for PostgreSQL 14
  • Support GROUP By times(), fill() feature of InfluxDB
  • Fix memory leaking

Release v1.0.0

26 May 09:13
Compare
Choose a tag to compare

Support INSERT/DELETE features
Support add more functions to pushdown
Support LIMIT OFFSET clause pushdown
Support pushdown scalar operator ANY/ALL (ARRAY)
Refactored tests

Release v0.3.0

14 Jan 06:06
aaf113c
Compare
Choose a tag to compare

Support PostgreSQL 13.0
Support function pushdown in the target list (for PGSpider)
Support new "tags" option for specifing tag keys
Bug fixes

  • Fix influxdb not support compare time column with OR
  • Fix influxdb not support IN/NOT IN
  • Fix invalid input syntax for type integer
  • Fix error GROUP BY only works with time and tag dimensions
  • Fix time argument and having clause
  • Fix influxdb does not support DISTINCT within aggregate except count()
  • Fix error parsing with LIKE operator
  • Fix InfluxDB return 0 rows when related tag key operation
  • fix build on macOS
  • fix WHERE string comparision other than = and != operators
  • fix mix usage of aggregate function and arithmetic

Release v0.2.0

28 Apr 01:14
d359fbc
Compare
Choose a tag to compare
  • PostgreSQL 12 Support
  • GROUP BY push down Support (#2)
  • column_name option Support
  • Bug fixes

Release 0.1.0

06 Dec 06:02
2567ea5
Compare
Choose a tag to compare

This first release supports PostgreSQL 9.6, 10 and 11.

Features

  • WHERE clauses including timestamp, interval are pushed down
  • Simple aggregation without GROUP BY are pushed down

Limitations

  • INSERT, UPDATE and DELETE are not supported.
  • There are some limitations coming from data model and query language of InfluxDB. Please see README.md for detail.