Skip to content

Releases: pgaudit/pgaudit

PostgreSQL Audit Extension 1.0.3

10 Jun 20:04
Compare
Choose a tag to compare

The PostgreSQL Audit extension (pgaudit) provides detailed session and/or object audit logging via the standard PostgreSQL logging facility.

The goal of the PostgreSQL Audit extension (pgaudit) is to provide PostgreSQL users with capability to produce audit logs often required to comply with government, financial, or ISO certifications.

This release contains an update to the README.md file as well as 2 minor fixes that could impact Solaris builds.

PostgreSQL Audit Extension 1.0.2

10 Jun 20:05
Compare
Choose a tag to compare

The PostgreSQL Audit extension (pgaudit) provides detailed session and/or object audit logging via the standard PostgreSQL logging facility.

The goal of the PostgreSQL Audit extension (pgaudit) is to provide PostgreSQL users with capability to produce audit logs often required to comply with government, financial, or ISO certifications.

This release contains a minor feature where passwords are now redacted in CREATE/ALTER ROLE statements.

PostgreSQL Audit Extension 1.0.1

10 Jun 20:09
Compare
Choose a tag to compare

The PostgreSQL Audit extension (pgaudit) provides detailed session and/or object audit logging via the standard PostgreSQL logging facility.

The goal of the PostgreSQL Audit extension (pgaudit) is to provide PostgreSQL users with capability to produce audit logs often required to comply with government, financial, or ISO certifications.

This release contains a few minor bugfixes:

  • #6 Audit log is not output after the SET ROLE.
  • #7 Audit log problem with CREATE TABLE AS.
  • #9 CREATE EXTENSION problem

PostgreSQL Audit Extension 1.0.0

11 Dec 20:29
Compare
Choose a tag to compare

The PostgreSQL Audit extension (pgaudit) provides detailed session and/or object audit logging via the standard PostgreSQL logging facility.

The goal of the PostgreSQL Audit extension (pgaudit) is to provide PostgreSQL users with capability to produce audit logs often required to comply with government, financial, or ISO certifications.