This release mainly includes:
Support for PostgreSQL 14 and EDB Postgres Advanced Server 14.
Apart from this, it has the following additions:
- Adds binary, varbinary data type support for IMPORT FOREIGN SCHEMA.
- Allows fetch_size to be set per-table or per-server.
- Adds reconnect option to control automatic reconnection to MySQL server.
- Fixes crash due to list_concat sharing list substructure.
- Fixes crash while retrieving more than one record having bytea column.
- Fixes parameterized query when use_remote_estimates is enabled.
- Does not push expressions having mutable functions to the remote server to get a stable result.