pgAudit 1.2.6 (upcoming) commit log

Add caveat about auditing the superuser.

commit   : fff8fbd865d1078635431014ac6928a19f4798ef    
  
author   : David Steele <[email protected]>    
date     : Tue, 14 Jun 2022 13:37:06 -0400    
  
committer: David Steele <[email protected]>    
date     : Tue, 14 Jun 2022 13:37:06 -0400    

Click here for diff

M README.md

Documentation updates for PostgreSQL 15 release.

commit   : 19325da1df469d8e08eb39a320a108a58b337a0e    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 16:33:53 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 16:33:53 -0400    

Click here for diff

M README.md

Documentation updates missed in PostgreSQL 14 release.

commit   : 2258b4411e3e77640cbdcc639d475982842cf337    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 16:13:27 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 16:13:27 -0400    

Click here for diff

M README.md

Add explanation why `CREATE EXTENSION` is required.

commit   : 58cf7e072224cb502d0c73e9ce8281e1c25296bb    
  
author   : Yuli <[email protected]>    
date     : Mon, 13 Jun 2022 15:41:22 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 15:41:22 -0400    

Click here for diff

M README.md

Explicitly grant permissions on public schema in expect script.

commit   : dbd178b7845e24e2575b4904c776c1b0046d4d45    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 14:00:26 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 14:00:26 -0400    

Click here for diff

PostgreSQL >= 15 does not automatically grant rights on the public schema.  
  
It makes sense to back patch this to older versions to minimize differences in the script.  

M expected/pgaudit.out
M sql/pgaudit.sql

Reorder container scripts for more efficient builds across versions.

commit   : 6bb79a3a13a27c3c41d1acb20a04682e6a784685    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 13:27:48 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 13:27:48 -0400    

Click here for diff

M test/Dockerfile.debian
M test/Dockerfile.rhel

Fix typo in pgaudit.role help.

commit   : fc1308d21c5714f89c1deca9d90aeee43f961038    
  
author   : tjjcarroll <[email protected]>    
date     : Wed, 4 May 2022 15:35:10 -0400    
  
committer: David Steele <[email protected]>    
date     : Wed, 4 May 2022 15:35:10 -0400    

Click here for diff

M pgaudit.c