pgAudit 1.3.6 (upcoming) commit log

Fix typos.

commit   : ed1d8ea729ec0589260384605eddbc5df9178d41    
  
author   : David Steele <[email protected]>    
date     : Fri, 9 Jun 2023 18:18:27 +0300    
  
committer: David Steele <[email protected]>    
date     : Fri, 9 Jun 2023 18:18:27 +0300    

Click here for diff

M pgaudit.c

Update Github action/checkout to new version.

commit   : 136b275968c8c42dbe20cacb84f7a80f0fe416e7    
  
author   : David Steele <[email protected]>    
date     : Thu, 27 Apr 2023 22:31:50 +0300    
  
committer: David Steele <[email protected]>    
date     : Thu, 27 Apr 2023 22:31:50 +0300    

Click here for diff

This removes the deprecation warning.  

M .github/workflows/test.yml

Explicitly install pg_statements in Makefile.

commit   : 47edccac164d451181180a3d6f05cfee0962d9e3    
  
author   : David Steele <[email protected]>    
date     : Thu, 27 Apr 2023 22:18:23 +0300    
  
committer: David Steele <[email protected]>    
date     : Thu, 27 Apr 2023 22:18:23 +0300    

Click here for diff

This is required by in-tree builds and is ignored by CI.  

M Makefile

commit   : e24d3422f0c238a85f81e21e9e3c4d5900394d94    
  
author   : David Youatt <[email protected]>    
date     : Wed, 4 Jan 2023 01:31:31 -0800    
  
committer: David Steele <[email protected]>    
date     : Wed, 4 Jan 2023 01:31:31 -0800    

Click here for diff

M pgaudit.c

Add caveat about auditing the superuser.

commit   : 25f5657d718d5aab5b0b29b9f1727fbeda4a7b4b    
  
author   : David Steele <[email protected]>    
date     : Tue, 14 Jun 2022 13:36:44 -0400    
  
committer: David Steele <[email protected]>    
date     : Tue, 14 Jun 2022 13:36:44 -0400    

Click here for diff

M README.md

Documentation updates for PostgreSQL 15 release.

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

Click here for diff

M README.md

Documentation updates missed in PostgreSQL 14 release.

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

Click here for diff

M README.md

Add explanation why `CREATE EXTENSION` is required.

commit   : cfab9cb5a85b563ed779ac19322cb1d1bd4693a6    
  
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   : 463f343cd02aff07f9cd4bd37696ccacebddaa85    
  
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   : 1c9bbcaf7084d5d38ca28979b92151d06031572d    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 13:17:41 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Jun 2022 13:17:41 -0400    

Click here for diff

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

Fix typo in pgaudit.role help.

commit   : 3ae4582ebf49fbb12fe8be4bb6c18966a757e8f5    
  
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