Releases: pgspider/mysql_fdw
Releases · pgspider/mysql_fdw
Release v2.9.0
RELEASE v2.8.0
Support Postgres v15.0
Support Aggregate Push-down - merge from upstream (Feb 17, 2022)
RELEASE v2.6.2
Support Postgres v14.0
Support import_generated option of import schema
Support DEFAULT value when insert/update into auto-generated column
Update test
Release REL-2_5_5-2
Support JOIN pushdown (LEFT,RIGHT,INNER)
Support direct modification (UPDATE/DELETE)
Support GROUP BY, HAVING clause pushdown
Support Aggregate function pushdown
Support LIMIT OFFSET clause pushdown
Refactored tests
Bug fixings
- Fix unintended behavior by conflicting public function names
- Fix time interval calculation with AVG, SUM, COUNT functions
- Fix BIG_AND/BIT_OR incompatible results
Release REL-2_5_5-1
Merge from EnterpriseDB REL-2_5_5 (PostgreSQL 13.0 support etc.)
Support function pushdown in the target list
Bug fixes
- Fix deparsing query for binding an array param
- Fix pushdown function numeric()
- Fix divide results inconsistent between Postgres and Mysql
- Fix division by zero not occur
- Fix binding text array param
- Fix Subquery with ANY