Skip to content

Tags: pgspider/influxdb_fdw

Tags

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RELEASE v2.1.0

Co-authored-by: Lee Anh Minh <minh1.leanh@toshiba.co.jp>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from nxhai98/RELEASE_v2.0.0

RELEASE_v2.0.0

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from aanhh/RELEASE_v1.2.0

RELEASE v1.2.0

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RELEASE v1.1.1 (#32)

- Support PostgreSQL 14.0

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RELEASE v1.1.0 (#31)

- Support bulk insert for PostgreSQL 14
- Support GROUP By times(), fill() feature of InfluxDB
- Fix memory leaking

Co-authored-by: Nguyen Thi Van Anh <aanh>

v1.0.0

InfluxDB FDW v1.0.0

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

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support PostgreSQL 13.0, tlist function pushdown and Bug fixes

Support PostgreSQL 13.0
Support function pushdown in the target list (for PGSpider)
Support new "tags" option for specifying 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

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PostgreSQL 12 Support

Co-authored-by: Duong Ngoc Lam <lam.duongngoc@toshiba-tsdv.com>
Co-authored-by: Nguyen The Son <son.nguyenthe@toshiba-tsdv.com>

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md