Update master to PostgreSQL 10.
commit : 6ce6e0067d631de3588d4a511c56500290c78c95
author : David Steele <[email protected]>
date : Tue, 3 Oct 2017 13:08:53 -0400
committer: David Steele <[email protected]>
date : Tue, 3 Oct 2017 13:08:53 -0400
M Makefile
M README.md
D pgaudit–1.0–1.1.1.sql
R094 pgaudit–1.1.1.sql pgaudit–1.2.sql
M pgaudit.c
M pgaudit.control
M test/Vagrantfile
Update documentation for PostgreSQL 10 release.
commit : 8f1f8ff9885b9eacad031d6c2b456d951f013929
author : David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:49:44 -0400
committer: David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:49:44 -0400
M README.md
Copyright update and minor whitespace fixes.
commit : 93d32c6e5c5d8ac7e7d02375aeaf93da48d2bdf8
author : David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:36:28 -0400
committer: David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:36:28 -0400
M pgaudit.c
Add missing GUC reset in expect test.
commit : 57ce3d471982902756d7d027667f37eff547ce00
author : David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:29:05 -0400
committer: David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:29:05 -0400
M expected/pgaudit.out
M sql/pgaudit.sql
Make build more robust in Vagrantfile.
commit : fc31de3eac780cdd764b88b73872e3d44d9d1c6d
author : David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:18:41 -0400
committer: David Steele <[email protected]>
date : Tue, 3 Oct 2017 12:18:41 -0400
M test/Vagrantfile
Added environment vars to Vagrantfile to reduce deltas between branches.
commit : 7befa053a559c988387ba04394faa2d8a7c3203b
author : David Steele <[email protected]>
date : Mon, 26 Jun 2017 12:20:13 -0400
committer: David Steele <[email protected]>
date : Mon, 26 Jun 2017 12:20:13 -0400
M test/Vagrantfile
Bump 9.6 extension version to 1.1.1.
commit : 76cf424da01a48daa358a4b2391eaaf6af5f1717
author : David Steele <[email protected]>
date : Mon, 26 Jun 2017 10:48:50 -0400
committer: David Steele <[email protected]>
date : Mon, 26 Jun 2017 10:48:50 -0400
The 9.6 version of the extension was accidentally left at 1.0 which is used for the 9.5 version. The default is now set to 1.1.1 and an empty update script is included. Run:
alter extension pgaudit update to ‘1.1.1’
to update the extension version to 1.1.1, though there are no apparent problems with leaving it at 1.0.
M Makefile
A pgaudit–1.0–1.1.1.sql
R094 pgaudit–1.0.sql pgaudit–1.1.1.sql
M pgaudit.control
Vagrantfile for build and regression testing.
commit : 29a9dd0bd6917ebd301b1e7b35a4002056cb7d92
author : David Steele <[email protected]>
date : Tue, 20 Jun 2017 10:38:36 -0400
committer: David Steele <[email protected]>
date : Tue, 20 Jun 2017 10:38:36 -0400
A test/Vagrantfile
Demote "extension initialized" message for EXEC_BACKEND builds
commit : 9185dec5183b141f8396f6514c74fc37bdc40f0c
author : Joe Conway <[email protected]>
date : Fri, 12 May 2017 10:48:56 -0700
committer: Joe Conway <[email protected]>
date : Fri, 12 May 2017 10:48:56 -0700
With EXEC_BACKEND builds, preloading libraries at server start will
still require each server process to re-load all preload libraries.
Every time that happens, pgaudit is initialized. The log message
"pgaudit extension initialized" is thus sent to the postgres log
for every backend start. This includes autovacuum, which can get
annoying due to log spam. Fix that by demoting this message to
DEBUG1 doe EXEC_BACKEND builds, which primarily means Windows
builds.
M pgaudit.c
New README.md section detailing version compatibility.
commit : 596c8e0b801900a06801350ed8f041e40c8f06d1
author : prlaurence <[email protected]>
date : Thu, 5 Jan 2017 10:40:10 -0500
committer: David Steele <[email protected]>
date : Thu, 5 Jan 2017 10:40:10 -0500
M README.md