Releases: pgspider/griddb_fdw
Releases · pgspider/griddb_fdw
Release v2.3.0
Release v2.2.0
Features:
- Support PostgreSQL 15
Bug fixes:
- Fix some memory leaks of GridDB FDW
- Fix static variables for PGSpider multile thread access
- Fix error badly formatted node string "RESTRICTINFO"
- Fix syntax error during parse: OR
- Fix issue of NULL value handling in bulk_mode true
Release v2.1.1
- Support PostgreSQL 14.0
Release v2.1.0
- Support get version
- Support pushdown scalar operator ANY/ALL (ARRAY)
- Support more functions to pushdown
- Support keep connection control and connection cache information
- Support bulk INSERT by using batch_size option for PostgreSQL 14
- Fix can skip cast not initialize
- Fix crash for error No such container
- Fix error message only contain line of code on debug
Release v2.0.0
Support UPDATE
Support LIMIT OFFSET clause pushdown
Support ORDER BY pushdown
Support function pushdown in WHERE clause
Support aggregation pushdown
Support column_name options
Refactored tests
Release v1.3
Support PostgreSQL 13.0
Bug fixes
- Fix GridDB return fail when executing IN clause
- Fix error hash table corrupted
- Fix griddb GetForeignPlan failed
- Fix row-key update
Release v1.2
- PostgreSQL 12 Support
Release v1.1
- Support the use of NULL value
- Bug fixes
1st release
v1.0 pgindent