Releases: pgaudit/pgaudit_analyze
v1.0.9: Bug Fix
v1.0.8: Improvements and Bug Fixes
Bugs:
- Fix issue updating pgaudit.audit_statement. (Alex Malek)
- Close STDERR when running as a daemon. (Heath Lord)
Improvements:
- Do not clobber log file. (Alex Malek)
- Add timestamp to log messages. (Alex Malek)
PGAudit_Analyze 1.0.7 release
The PostgreSQL Audit Log Analyzer (PGAudit Analyze) reads audit entries from the PostgreSQL logs and loads them into a database schema to aid in analysis and auditing. It is currently compatible with PostgreSQL 9.5, PostgreSQL 9.6, and PostgreSQL 10. Please be sure to select the appropriate PGAudit version as necessary for your needs in conjunction with using PGAudit_Analyze.
This release contains the following contents:
- Update tests and documentation for PostgreSQL 10.
PGAudit_Analyze 1.0.6 release
The PostgreSQL Audit Log Analyzer (PGAudit Analyze) reads audit entries from the PostgreSQL logs and loads them into a database schema to aid in analysis and auditing. It is currently compatible with PostgreSQL 9.5, PostgreSQL 9.6, and the PostgreSQL 10 beta release. Please be sure to select the appropriate pgaudit version as necessary for your needs in conjunction with using PGAudit_Analyze.
This release contains the following contents:
(Fix) #3: Wrap pgaudit.sql in a transaction in case autocommit is enabled in psql.
(Fix) #5: More detailed error message when unable to open the pgaudit_analyze log.
(Fix) Disable audit logging by default for the pgaudit user.
(Fix) Recreate oAuditCSV after an error has reset it.
(Docs) Add small clarification to command line help for PostgreSQL log path.
(Testing) Use default Postgres port to ease connections from psql.
(Testing) Update Vagrantfile and test.pl defaults
(Testing) Update Vagrantfile for new Postgres version in pgaudit master.
(Testing) Added command-line help for wait option.
Initial release: 1.0.5
This is the initial release of pgaudit_analyze, which was separated from the pgaudit project as part of 1.0.5.