Skip to content

Releases: CrunchyData/pgnodemx

v1.7

04 Sep 16:05
72d885d
Compare
Choose a tag to compare
  • Add support for PostgreSQL 17

1.6

16 Aug 15:52
752d769
Compare
Choose a tag to compare
1.6
  • Add support for PostgreSQL 16

1.5

15 Jun 18:37
5657697
Compare
Choose a tag to compare
1.5
  • Update support for OpenSSL 3

1.4

20 Oct 21:18
fb67d6a
Compare
Choose a tag to compare
1.4
  • Add support for PostgreSQL 15

1.3.0

22 Feb 15:26
Compare
Choose a tag to compare
  • 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

03 Feb 20:04
Compare
Choose a tag to compare
1.3.0_RC2 Pre-release
Pre-release

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

31 Jan 16:03
Compare
Choose a tag to compare
1.3.0_RC1 Pre-release
Pre-release

New compatibility layer to emulate pg_proctab extension v0.0.10.
Add new introspection functions to support compliance checking via SQL.

1.0.5

14 Sep 19:31
Compare
Choose a tag to compare

Fix build for pg14.

1.0.4

28 Feb 18:14
48cd8ab
Compare
Choose a tag to compare

Add FIPS introspection functions and pgnodemx_version() function.

1.0.3

29 Dec 18:52
Compare
Choose a tag to compare

Fixes

  • Fix build on pre-v10 postgres