Skip to content

Releases: pgaudit/pgaudit_analyze

v1.0.9: Bug Fix

Choose a tag to compare

@dwsteele dwsteele released this 06 Aug 11:57
af8873b

Bugs:

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

v1.0.8: Improvements and Bug Fixes

Choose a tag to compare

@dwsteele dwsteele released this 26 Jul 12:19

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

Choose a tag to compare

@crunchyjohn crunchyjohn released this 17 Jun 19:02

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

Choose a tag to compare

@crunchyjohn crunchyjohn released this 02 Aug 20:21

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

Choose a tag to compare

@crunchyjohn crunchyjohn released this 22 Nov 00:05

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