pgAudit 1.3.5 commit log

Stamp 1.3.4.

commit   : 6f7799839465a39dc1887e4ad10ef2f67519cd1e    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:25:39 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:25:39 -0600    

Click here for diff

M Makefile
A pgaudit–1.3.3–1.3.4.sql
R100 pgaudit–1.3.3.sql pgaudit–1.3.4.sql
M pgaudit.control

Skip logging script statements for create/alter extension.

commit   : 0a41dfcdb5fcd52d9da1ee0c1c2d174e15934fe8    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 13:47:40 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 13:47:40 -0600    

Click here for diff

PostgreSQL reports the statement text for each statement in the script as the entire script text, which can blow up the logs. The create/alter statement will still be logged.  
  
Since a superuser is responsible for determining which extensions are available, and in most cases installing them, it should not be necessary to log each statement in the script.  
  
Reported by Craig Kerstiens (@craigkerstiens).  
Reviewed by Joe Conway (@jconway), John Harvey (@crunchyjohn).  

M expected/pgaudit.out
M pgaudit.c
M sql/pgaudit.sql
M test/Dockerfile.rhel

commit   : 8fbb6f6a38cce6ca21a5ab2d9e464ce8cc36093d    
  
author   : crunchymaggie <[email protected]>    
date     : Fri, 25 Feb 2022 11:48:46 -0500    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 11:48:46 -0500    

Click here for diff

M pgaudit.c

Remove unneeded version comments.

commit   : 6eb8b141711c04185abcd8d7d148effd3fb083e7    
  
author   : David Steele <[email protected]>    
date     : Thu, 4 Nov 2021 18:16:27 -0400    
  
committer: David Steele <[email protected]>    
date     : Thu, 4 Nov 2021 18:16:27 -0400    

Click here for diff

M pgaudit–1.3–1.3.1.sql
M pgaudit–1.3.1–1.3.2.sql