Skip to content

Releases: pgaudit/pgaudit

pgAudit 18.0 (PostgreSQL 18)

24 Sep 14:41

Choose a tag to compare

Bug Fixes:

  • Error when required hooks are skipped.

Improvements:

  • SELECT FOR UPDATE object logging improvement.
  • Disable logging in parallel workers.
  • Use strpbrk() instead of strstr() where applicable.
  • Fix search_path for trigger functions.
  • Minor code optimizations.

Features:

  • PostgreSQL 18 support.

pgAudit 17.1 (PostgreSQL 17)

19 Feb 20:28

Choose a tag to compare

Bug Fixes:

  • Fix issues that could cause 'pgaudit stack is not empty' errors.

pgAudit 16.1 (PostgreSQL 16)

19 Feb 20:25

Choose a tag to compare

Bug Fixes:

  • Fix issues that could cause 'pgaudit stack is not empty' errors.

pgAudit 1.7.1 (PostgreSQL 15)

19 Feb 20:21

Choose a tag to compare

Bug Fixes:

  • Fix issues that could cause 'pgaudit stack is not empty' errors.

pgAudit 1.6.3 (PostgreSQL 14)

19 Feb 20:19

Choose a tag to compare

Bug Fixes:

  • Fix issues that could cause 'pgaudit stack is not empty' errors.

pgAudit 1.5.3 (PostgreSQL 13)

28 Feb 22:38

Choose a tag to compare

Bug Fixes:

  • Fix issues that could cause 'pgaudit stack is not empty' errors.

pgAudit 17.0 (PostgreSQL 17)

07 Sep 06:57

Choose a tag to compare

Features:

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

pgAudit 16.0 (PostgreSQL 16)

05 Sep 20:10

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

Choose a tag to compare

Features:

  • PostgreSQL 15 support.

pgAudit 1.6.2 (PostgreSQL 14)

25 Feb 21:46

Choose a tag to compare

Bug Fix:

  • Skip logging script statements for create/alter extension.