Skip to content

Releases: pgaudit/pgaudit

pgAudit 18.0 (PostgreSQL 18)

Choose a tag to compare

@dwsteele dwsteele released this 24 Sep 14:41

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)

Choose a tag to compare

@dwsteele dwsteele released this 19 Feb 20:28

Bug Fixes:

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

pgAudit 16.1 (PostgreSQL 16)

Choose a tag to compare

@dwsteele dwsteele released this 19 Feb 20:25

Bug Fixes:

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

pgAudit 1.7.1 (PostgreSQL 15)

Choose a tag to compare

@dwsteele dwsteele released this 19 Feb 20:21

Bug Fixes:

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

pgAudit 1.6.3 (PostgreSQL 14)

Choose a tag to compare

@dwsteele dwsteele released this 19 Feb 20:19

Bug Fixes:

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

pgAudit 1.5.3 (PostgreSQL 13)

Choose a tag to compare

@dwsteele dwsteele released this 28 Feb 22:38

Bug Fixes:

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

pgAudit 17.0 (PostgreSQL 17)

Choose a tag to compare

@dwsteele dwsteele released this 07 Sep 06:57

Features:

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

pgAudit 16.0 (PostgreSQL 16)

Choose a tag to compare

@dwsteele dwsteele released this 05 Sep 20:10

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)

Choose a tag to compare

@dwsteele dwsteele released this 13 Jun 20:44

Features:

  • PostgreSQL 15 support.

pgAudit 1.6.2 (PostgreSQL 14)

Choose a tag to compare

@dwsteele dwsteele released this 25 Feb 21:46

Bug Fix:

  • Skip logging script statements for create/alter extension.