pgAudit 1.5.3 commit log

Stamp 1.5.2.

commit   : 59d9574ab966f69a549e3f8f60c1829ee5b78b3b    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:14:43 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 15:14:43 -0600    

Click here for diff

M Makefile
A pgaudit–1.5.1–1.5.2.sql
R100 pgaudit–1.5.1.sql pgaudit–1.5.2.sql
M pgaudit.control

Skip logging script statements for create/alter extension.

commit   : 30996af6fc5dd4a832e8d57b05179482867d109b    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 12:10:53 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 12:10:53 -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

Remove end-of-line space.

commit   : e2f4d3047619cdd8c59a9e759b26faa618cab5ea    
  
author   : David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 11:15:22 -0600    
  
committer: David Steele <[email protected]>    
date     : Fri, 25 Feb 2022 11:15:22 -0600    

Click here for diff

M pgaudit.c

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