Releases: EnterpriseDB/mysql_fdw
Releases · EnterpriseDB/mysql_fdw
REL-2_5_2
REL-2_5_1
REL-2_5_0
Added a function for getting the extension version and other related fixes
Change version in control file
Add sql file for 1.1 & sql file to upgrade from 1.0 to 1.1
Add new sql files in Makefile
Add a function to get .so version
select mysql_fdw_version();
mysql_fdw_version
-------------------
20400
(1 row)
Compatibility changes for supporting V10, more pushdown support and other bug fixes
In addition to important bug fixes, following new functionality is added as part of this release -
1- Added support for PG V10
2- Where clause pushdown support for parameterised queries
3- Binary data pushdown support, binary data is pushed down in a way expected by mysql
Compatibility changes for PostgreSQL 9.6, SSL authentication support and other bug fixes
In addition to important bug fixes, following new functionality is added as part of this release -
- Compatibility changes for supporting PostgreSQL 9.6
- Enable making SSL-secured connections to the MySQL server
- Support Interval datatype
REL-2_1_2
Version Change for PGXN
REL-2_1_0
Readme file update
REL-2_0_1
README update