Skip to content

Releases: pgaudit/pgaudit

pgAudit 17beta1 (PostgreSQL 17)

27 May 00:36
Compare
Choose a tag to compare
Pre-release

Features:

  • Improve logging of compound statements.
  • PostgreSQL 17 support.

pgAudit 16.0 (PostgreSQL 16)

05 Sep 20:10
Compare
Choose a tag to compare

Features:

  • Add log_parameter_max_size to set maximum size of logged parameters.
  • Redact password for create/alter user mapping.
  • PostgreSQL 16 support.

pgAudit 1.7.0 (PostgreSQL 15)

13 Jun 20:44
Compare
Choose a tag to compare

Features:

  • PostgreSQL 15 support.

pgAudit 1.6.2 (PostgreSQL 14)

25 Feb 21:46
Compare
Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.

pgAudit 1.5.2 (PostgreSQL 13)

25 Feb 21:45
Compare
Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.

pgAudit 1.4.3 (PostgreSQL 12)

25 Feb 21:43
Compare
Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.

pgAudit 1.3.4 (PostgreSQL 11)

25 Feb 21:42
Compare
Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.

pgAudit 1.2.4 (PostgreSQL 10)

25 Feb 21:41
Compare
Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.

pgAudit 1.6.1 (PostgreSQL 14)

04 Nov 21:36
881c617
Compare
Choose a tag to compare

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

pgAudit 1.5.1 (PostgreSQL 13)

04 Nov 21:41
Compare
Choose a tag to compare

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
  • Fix logic to properly classify SELECT FOR UPDATE as SELECT.