With this release the following new features are available:
Support for all recent and supported PostgreSQL version up to Postgres 18.
The following important user visible fixes were made:
- Correctly push down predicates with combined
OR
andAND
expressions. Formerly the foreign data wrapper accidently didn't spent enough care into rewriting such expressions to preserve operator precedence. Per report from @JosefMachytka-credativ, see GitHub Issue psoo#4.
Import notice
With this release upstream development/release management will return to https://github.com/credativ/informix_fdw. The fork at https://github.com/psoo/informix_fdw will be preserved, but any future releases are just created on the former repository.