Skip to content

Tags: pgspider/influxdb_fdw

Tags

v2.1.0

Toggle v2.1.0's commit message

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 <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

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

Toggle v1.2.0's commit message

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

Toggle v1.1.1's commit message

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

Toggle v1.1.0's commit message

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

Toggle v1.0.0's commit message
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

Toggle v0.3.0's commit message

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

Toggle v0.2.0's commit message

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 <[email protected]>
Co-authored-by: Nguyen The Son <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

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