This release comes with the following changes:
- Added support for PostgreSQL 18, upcoming Postgres Extended 18, and upcoming EDB Postgres Advanced Server 18.
- Add SSL-related foreign server options, such as
ssl
,useSystemTrustStore
,sslTrustStore
, andtrustStorePassword
, to enable secure connections. - Added support to build hdfs_fdw from contrib directory.
- Addressed compiler warnings generated by newer GCC versions. These corrections address underlying code issues that could lead to undefined behavior, such as improper memory management or the use of uninitialized variables.
- Remove support for PostgreSQL 12, Postgres Extended 12, and EDB Postgres Advanced Server 12.