Releases: CrunchyData/pgnodemx
Releases · CrunchyData/pgnodemx
v1.7
- Add support for PostgreSQL 17
1.6
- Add support for PostgreSQL 16
1.5
- Update support for OpenSSL 3
1.4
- Add support for PostgreSQL 15
1.3.0
- New compatibility layer to emulate pg_proctab extension v0.0.10. Verified to work with pg_top, at least based on limited testing.
- Add new introspection functions to support compliance checking via SQL.
1.3.0_RC2
Fix a few issues found in RC1
- Missing headers causing warnings when compiled against PostgreSQL v15-devel
- OPENSSL_VERSION apparently does not exist in the older openssl on RHEL 7, so use OPENSSL_VERSION_TEXT instead, which seems to exist on both.
- Change incorrect usage of "CREATE OR REPLACE FUNCTION" to be "CREATE FUNCTION" in the extension installation script, per PostgreSQL project guidance.
1.3.0_RC1
New compatibility layer to emulate pg_proctab extension v0.0.10.
Add new introspection functions to support compliance checking via SQL.
1.0.4
Add FIPS introspection functions and pgnodemx_version() function.
1.0.3
Fixes
- Fix build on pre-v10 postgres