Skip to content

Releases: pgaudit/pgaudit

pgAudit 1.2.0 (PostgreSQL 10)

05 Oct 14:37
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.

For PostgreSQL 9.5, please use release series 1.0.X.
For PostgreSQL 9.6, please use release series 1.1.X.
For PostgreSQL 10, please use release series 1.2.X.
For PostgreSQL 11, please use release series 1.3.X.

This release contains the following contents:

(feature) Support for PostgreSQL 10

pgAudit 1.0.6 (PostgreSQL 9.5)

29 Jun 15:24
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.

For PostgreSQL 9.5, please use release series 1.0.X.
For PostgreSQL 9.6, please use release series 1.1.X.
For PostgreSQL 10, please use release series 1.2.X.
For PostgreSQL 11, please use release series 1.3.X.

This release contains the following contents:

  • (Fix) #34 and #35: Demote "extension initialized" message for EXEC_BACKEND builds
  • (Feature) Add Vagrantfile for build and regression testing.

pgAudit 1.1.1 (PostgreSQL 9.6)

29 Jun 15:24
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.

For PostgreSQL 9.5, please use release series 1.0.X.
For PostgreSQL 9.6, please use release series 1.1.X.
For PostgreSQL 10, please use release series 1.2.X.
For PostgreSQL 11, please use release series 1.3.X.

This release contains the following contents:

  • (Docs) #24 -New README.md section detailing version compatibility.
  • (Fix) #34 and #35: Demote "extension initialized" message for EXEC_BACKEND builds
  • (Feature) Add Vagrantfile for build and regression testing.

9.6 release of pgaudit

22 Nov 13:16
Compare
Choose a tag to compare

This release is the first official release of pgaudit that supports PostgreSQL 9.6.

  • Includes fix for #20

PGAudit_analyze separation plus new 'log-client' option

21 Nov 23:30
Compare
Choose a tag to compare

In this release, pgaudit_analyze has been broken into a separate project. Additionally, there is a new "log-client' option to suppress output to a client regardless of the 'client-min-messages' setting. Apart from that, some formatting and whitespace fixes were added.

Windows Fix when using shared_preload_libraries

21 Nov 23:28
Compare
Choose a tag to compare

A bugfix release that solves an issue when using shared_preload_libraries for pgaudit on Windows.

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.