pgaudit

PostgreSQL Audit Extension

OTHER License

Stars
1.3K

Bot releases are visible (Hide)

pgaudit - pgAudit 17.0 (PostgreSQL 17) Latest Release

Published by dwsteele about 1 month ago

Features:

  • Improve logging of compound statements.
  • PostgreSQL 17 support.
pgaudit - pgAudit 17beta1 (PostgreSQL 17)

Published by dwsteele 5 months ago

Features:

  • Improve logging of compound statements.
  • PostgreSQL 17 support.
pgaudit - pgAudit 16.0 (PostgreSQL 16)

Published by dwsteele about 1 year ago

Features:

  • Add log_parameter_max_size to set maximum size of logged parameters.
  • Redact password for create/alter user mapping.
  • PostgreSQL 16 support.
pgaudit - pgAudit 1.7.0 (PostgreSQL 15)

Published by dwsteele over 2 years ago

Features:

  • PostgreSQL 15 support.
pgaudit - pgAudit 1.6.2 (PostgreSQL 14)

Published by dwsteele over 2 years ago

Bug Fix:

  • Skip logging script statements for create/alter extension.
pgaudit - pgAudit 1.5.2 (PostgreSQL 13)

Published by dwsteele over 2 years ago

Bug Fix:

  • Skip logging script statements for create/alter extension.
pgaudit - pgAudit 1.4.3 (PostgreSQL 12)

Published by dwsteele over 2 years ago

Bug Fix:

  • Skip logging script statements for create/alter extension.
pgaudit - pgAudit 1.3.4 (PostgreSQL 11)

Published by dwsteele over 2 years ago

Bug Fix:

  • Skip logging script statements for create/alter extension.
pgaudit - pgAudit 1.2.4 (PostgreSQL 10)

Published by dwsteele over 2 years ago

Bug Fix:

  • Skip logging script statements for create/alter extension.
pgaudit - pgAudit 1.0.9 (PostgreSQL 9.5)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.1.4 (PostgreSQL 9.6)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.2.3 (PostgreSQL 10)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.3.3 (PostgreSQL 11)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.4.2 (PostgreSQL 12)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.5.1 (PostgreSQL 13)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
  • Fix logic to properly classify SELECT FOR UPDATE as SELECT.
pgaudit - pgAudit 1.6.1 (PostgreSQL 14)

Published by dwsteele almost 3 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.
pgaudit - pgAudit 1.6.0 (PostgreSQL 14)

Published by dwsteele about 3 years ago

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.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.
For PostgreSQL 12, please use release series 1.4.X.
For PostgreSQL 13, please use release series 1.5.X.
For PostgreSQL 14, please use release series 1.6.X.

pgaudit - pgAudit 1.0.8 (PostgreSQL 9.5)

Published by dwsteele about 4 years ago

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.
For PostgreSQL 12, please use release series 1.4.X.
For PostgreSQL 13, please use release series 1.5.X.

This release contains the following contents:

  • Use syscache to get relation namespace/name.
  • Fix "pgaudit stack is not empty" error.
pgaudit - pgAudit 1.1.3 (PostgreSQL 9.6)

Published by dwsteele about 4 years ago

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.
For PostgreSQL 12, please use release series 1.4.X.
For PostgreSQL 13, please use release series 1.5.X.

This release contains the following contents:

  • Use syscache to get relation namespace/name.
  • Fix "pgaudit stack is not empty" error.
pgaudit - pgAudit 1.2.2 (PostgreSQL 10)

Published by dwsteele about 4 years ago

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.
For PostgreSQL 12, please use release series 1.4.X.
For PostgreSQL 13, please use release series 1.5.X.

This release contains the following contents:

  • Use syscache to get relation namespace/name.
  • Fix misclassification of partitioned tables.
  • Fix "pgaudit stack is not empty" error.