MySQL Foreign Data Wrapper 2.7.0 release notes v2

Released: 02 Dec 2021

Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.7.0 include:

TypeDescription
EnhancementSupport for EDB Postgres Advanced Server 14.
EnhancementMySQL Foreign Data Wrapper now supports min, max, sum, avg, and count aggregate function pushdown. You can now push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally. This improves performance for the cases where aggregates can be pushed down. Aggregate filters and orders are not pushed down as MySQL does not support them.
Bug fixFunction expression deparsing implicit/explicit coercion sending wrong query to the MySQL server.
Bug fixImport foreign schema failure due to SET type.