pgAudit 1.0.0 commit log

Type and foreign key fixes in audit.sql. Minor doc fix.

commit   : da7f174b0a997b92b77e36a2729a66ff9c8ee9b0    
  
author   : David Steele <[email protected]>    
date     : Fri, 11 Dec 2015 09:37:58 -0500    
  
committer: David Steele <[email protected]>    
date     : Fri, 11 Dec 2015 09:37:58 -0500    

Click here for diff

M analyze/README.md
M analyze/sql/audit.sql
M analyze/test/Vagrantfile

Merge pull request #5 from Dwaligon/master

commit   : 9c3d716609e38f347cf951af70e28c668bb18766    
  
author   : David Steele <[email protected]>    
date     : Thu, 12 Nov 2015 15:05:39 -0500    
  
committer: David Steele <[email protected]>    
date     : Thu, 12 Nov 2015 15:05:39 -0500    

Click here for diff

Fixed syntax typo in analyze doc.

Fixing typo

commit   : 89c33bf5540ec0f47cd264597dc92eb561e5c4d6    
  
author   : Jason O'Donnell <[email protected]>    
date     : Thu, 12 Nov 2015 14:26:32 -0500    
  
committer: Jason O'Donnell <[email protected]>    
date     : Thu, 12 Nov 2015 14:26:32 -0500    

Click here for diff

M analyze/README.md

Merge pull request #4 from ooyamams/master

commit   : 43ea5cca645013a6c599e2028eae226fb93b810d    
  
author   : David Steele <[email protected]>    
date     : Thu, 29 Oct 2015 16:03:47 +0100    
  
committer: David Steele <[email protected]>    
date     : Thu, 29 Oct 2015 16:03:47 +0100    

Click here for diff

Fix pgaudit.log_level example.

fix pgaudit.log_level example: "pgaudit.log_notice = on" => "pgaudit.log_level = notice"

commit   : 6799a1ded71a26f2d615a0dac5686ccb75f75005    
  
author   : Masanori Oyama <[email protected]>    
date     : Thu, 29 Oct 2015 18:37:06 +0900    
  
committer: Masanori Oyama <[email protected]>    
date     : Thu, 29 Oct 2015 18:37:06 +0900    

Click here for diff

M README.md

Added The PostgreSQL Audit Log Analyzer.

commit   : 99e1bb0c4b03594afa344aa71883ce0a95659e23    
  
author   : David Steele <[email protected]>    
date     : Mon, 19 Oct 2015 15:46:24 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 19 Oct 2015 15:46:24 -0400    

Click here for diff

The PostgreSQL Audit Log Analyzer will monitor the PostgreSQL logs and write log and audit entries into the pgaudit schema in the database where activity occurred.  

M .gitignore
A analyze/README.md
A analyze/bin/pgaudit_analyze
A analyze/lib/PgAudit/CSV.pm
A analyze/lib/PgAudit/Wait.pm
A analyze/sql/audit.sql
A analyze/test/Vagrantfile
A analyze/test/test.pl
A analyze/test/vm/pgaudit_analyze.service
M expected/pgaudit.out
M sql/pgaudit.sql

Restored requirement to load pgaudit in shared_preload_libraries. Updated make file and regression tests to reflect this change.

commit   : 7aa7ee3c0e0d8f9437f69519769e3eb9198ed945    
  
author   : David Steele <[email protected]>    
date     : Wed, 12 Aug 2015 17:31:02 -0400    
  
committer: David Steele <[email protected]>    
date     : Wed, 12 Aug 2015 17:31:02 -0400    

Click here for diff

M Makefile
M expected/pgaudit.out
M pgaudit.c
A pgaudit.conf
M sql/pgaudit.sql

Merge pull request #1 from xxorde/patch-1

commit   : 34b4d33c1acd8ead4d9f25fb556cf15a1c6b1039    
  
author   : David Steele <[email protected]>    
date     : Tue, 11 Aug 2015 10:06:35 -0400    
  
committer: David Steele <[email protected]>    
date     : Tue, 11 Aug 2015 10:06:35 -0400    

Click here for diff

Fix typo: paudit => pgaudit

fix typo: paudit => pgaudit

commit   : 9b274f87314cb03089927d5cab5d814815d2c4c1    
  
author   : Alexander <[email protected]>    
date     : Tue, 11 Aug 2015 15:41:00 +0200    
  
committer: Alexander <[email protected]>    
date     : Tue, 11 Aug 2015 15:41:00 +0200    

Click here for diff

M README.md