Skip to content

Releases: EnterpriseDB/mysql_fdw

REL-2_5_2

27 Sep 12:51
Compare
Choose a tag to compare

Fixed compilation issue for PostgreSQL < V12.

REL-2_5_1

23 Nov 16:37
Compare
Choose a tag to compare

Bumped version to 2.5.1

REL-2_5_0

17 Oct 16:05
Compare
Choose a tag to compare

Bumped version to 2.5.0

Added a function for getting the extension version and other related fixes

13 Mar 11:47
Compare
Choose a tag to compare
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

21 Aug 12:01
Compare
Choose a tag to compare

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

05 Jan 08:20
Compare
Choose a tag to compare

In addition to important bug fixes, following new functionality is added as part of this release -

  1. Compatibility changes for supporting PostgreSQL 9.6
  2. Enable making SSL-secured connections to the MySQL server
  3. Support Interval datatype

REL-2_1_2

22 Jan 09:09
Compare
Choose a tag to compare
Version Change for PGXN

REL-2_1_0

22 Jan 09:04
Compare
Choose a tag to compare
Readme file update

REL-2_0_1

04 Feb 16:19
Compare
Choose a tag to compare
README update