pgAudit 1.4.4 commit log

Stamp 1.4.3.

commit   : 21fea0792139529302e02af145c90f7ec5cff2eb    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:19:52 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:19:52 -0600    

Click here for diff

M Makefile
A pgaudit–1.4.2–1.4.3.sql
R100 pgaudit–1.4.2.sql pgaudit–1.4.3.sql
M pgaudit.control

Skip logging script statements for create/alter extension.

commit   : 28ab91b8cee30da902d33b3b61a8b62934814370    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 12:37:07 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 12:37:07 -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   : 6508fd5fb2317e31939b0855696ec92202de8597    
  
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