REL-2_7_0
版本发布时间: 2021-11-18 17:29:56
EnterpriseDB/mysql_fdw最新发布版本:REL-2_9_1(2023-07-14 18:08:28)
This release includes the following:
Feature:
Aggregate Push-down: Push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally.
Other Fixes:
- Fixes function expression deparsing implicit/explicit coercion so that we don't send the wrong query to the MySQL server.
- Fixes import foreign schema failure due to SET type.