Stamp 1.2.4.
commit : 6d9e5d4ae4b0baf5039845fb71f6e7d52669bbd8
author : David Steele <[email protected]>
date : Fri, 25 Feb 2022 15:30:21 -0600
committer: David Steele <[email protected]>
date : Fri, 25 Feb 2022 15:30:21 -0600
M Makefile
A pgaudit–1.2.3–1.2.4.sql
R100 pgaudit–1.2.3.sql pgaudit–1.2.4.sql
M pgaudit.control
Skip logging script statements for create/alter extension.
commit : 74c4c07899fba3cc7bc791be6b03810786b06762
author : David Steele <[email protected]>
date : Fri, 25 Feb 2022 14:16:17 -0600
committer: David Steele <[email protected]>
date : Fri, 25 Feb 2022 14:16:17 -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 : df0c23021d1ef47f2c4592d6d274796b2c58984a
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
M pgaudit.c
Remove unneeded version comments.
commit : 8ddd48fc9688b7f059fcb2c41a319f8dfd3aa64c
author : David Steele <[email protected]>
date : Thu, 4 Nov 2021 18:16:59 -0400
committer: David Steele <[email protected]>
date : Thu, 4 Nov 2021 18:16:59 -0400
M pgaudit–1.2–1.2.1.sql
M pgaudit–1.2.1–1.2.2.sql