Skip to content

Releases: pgspider/mysql_fdw

Release v2.9.0

20 Dec 11:06
0fdde22
Compare
Choose a tag to compare
  • Support postgres 16.0
  • Support DDL feature for PGSpider
  • Bug fixing includes:
    • fix_leak_mysql_enhance_1718
    • fix_leak_connection
    • fix_insert_without_key

RELEASE v2.8.0

20 Jan 10:08
95dca57
Compare
Choose a tag to compare

Support Postgres v15.0
Support Aggregate Push-down - merge from upstream (Feb 17, 2022)

RELEASE v2.6.2

24 Dec 09:21
ec4f20d
Compare
Choose a tag to compare

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

26 May 04:10
0268545
Compare
Choose a tag to compare

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

14 Jan 06:08
65364c3
Compare
Choose a tag to compare

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