Stamp 1.6.2.
commit : 267eb83a14ca29f37821f297974991206aa91dee
author : David Steele <[email protected]>
date : Fri, 25 Feb 2022 15:00:56 -0600
committer: David Steele <[email protected]>
date : Fri, 25 Feb 2022 15:00:56 -0600
M Makefile
A pgaudit–1.6.1–1.6.2.sql
R100 pgaudit–1.6.1.sql pgaudit–1.6.2.sql
M pgaudit.control
Skip logging script statements for create/alter extension.
commit : 6460d9fec78c344245c70309551bb314415268a8
author : David Steele <[email protected]>
date : Fri, 25 Feb 2022 11:27:12 -0600
committer: GitHub <[email protected]>
date : Fri, 25 Feb 2022 11:27:12 -0600
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
Update copyright end year.
commit : 52d3ff4f13e313843077b87dd7eee472b2e9ee4f
author : crunchymaggie <[email protected]>
date : Fri, 25 Feb 2022 11:48:46 -0500
committer: GitHub <[email protected]>
date : Fri, 25 Feb 2022 11:48:46 -0500
M pgaudit.c