github EnterpriseDB/mysql_fdw REL-2_6_0

latest releases: REL-2_9_2, REL-2_9_1, REL-2_9_0...
3 years ago

This release includes the following:

Feature:

  1. Join Push down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.

Other Fixes:

  1. Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly.
  2. Restricts fetching of the system attributes from the remote relation.
  3. Fixes compiler warning due to clash with MySQL library macro.
  4. Costs are not shown in the explain output when the COSTS explain option is OFF.
  5. Uses environment variables in tests for connection parameters.
  6. No longer supports PG/EPAS version 9.5.

Don't miss a new mysql_fdw release

NewReleases is sending notifications on new releases.