Releases: pgaudit/pgaudit
Releases Β· pgaudit/pgaudit
pgAudit 18.0 (PostgreSQL 18)
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)
Bug Fixes:
- Fix issues that could cause 'pgaudit stack is not empty' errors.
pgAudit 16.1 (PostgreSQL 16)
Bug Fixes:
- Fix issues that could cause 'pgaudit stack is not empty' errors.
pgAudit 1.7.1 (PostgreSQL 15)
Bug Fixes:
- Fix issues that could cause 'pgaudit stack is not empty' errors.
pgAudit 1.6.3 (PostgreSQL 14)
Bug Fixes:
- Fix issues that could cause 'pgaudit stack is not empty' errors.
pgAudit 1.5.3 (PostgreSQL 13)
Bug Fixes:
- Fix issues that could cause 'pgaudit stack is not empty' errors.
pgAudit 17.0 (PostgreSQL 17)
Features:
- Improve logging of compound statements.
- PostgreSQL 17 support.
pgAudit 16.0 (PostgreSQL 16)
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)
Features:
- PostgreSQL 15 support.
pgAudit 1.6.2 (PostgreSQL 14)
Bug Fix:
- Skip logging script statements for create/alter extension.