forked from EnterpriseDB/mysql_fdw
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support JOIN pushdown (LEFT,RIGHT,INNER) Support direct modification (UPDATE/DELETE) Support GROUP BY, HAVING clause pushdown Support Aggregate function pushdown Support LIMIT OFFSET clause pushdown Refactored tests Bug fixings - Fix crash issue in tlist function pushdown - Fix unintended behavior by conflicting public function names - Fix time interval calculation with AVG, SUM, COUNT functions - Fix BIG_AND/BIT_OR incompatible results
- Loading branch information
Showing
52 changed files
with
59,580 additions
and
979 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.