Pgaudit Versions Save

PostgreSQL Audit Extension

1.0.9

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.1.4

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.2.3

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.3.3

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.4.2

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.5.1

2 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.

1.6.1

2 years ago

Bug Fixes:

  • Guard against search-path based attacks.
  • Add security definer and search_path to event trigger functions.

1.6.0

2 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.

1.6beta2

2 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.

This release contains the following contents:

  • Add pgaudit.log_rows setting.
  • Fix logic to properly classify SELECT FOR UPDATE as SELECT.

1.6beta1

2 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.

This release contains the following contents:

  • Update to PostgreSQL 14.
  • Add pgaudit.log_statement setting.