Skip to content

Releases: pgaudit/pgaudit_analyze

v1.0.9: Bug Fix

06 Aug 11:57
af8873b
Compare
Choose a tag to compare

Bugs:

  • Add seek needed to read a growing file on newer Perl versions. (Heath Lord)

v1.0.8: Improvements and Bug Fixes

26 Jul 12:19
Compare
Choose a tag to compare

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

17 Jun 19:02
Compare
Choose a tag to compare

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

02 Aug 20:21
Compare
Choose a tag to compare

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

22 Nov 00:05
Compare
Choose a tag to compare

This is the initial release of pgaudit_analyze, which was separated from the pgaudit project as part of 1.0.5.