Skip to content

Releases: fmbiete/pgauditlogtofile

v1.6.4

15 Dec 16:08
Compare
Choose a tag to compare

v1.6.3

25 Oct 07:33
0ceae2e
Compare
Choose a tag to compare

Minor fixes

v1.6.2

03 Sep 07:44
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.6.1...v1.6.2

PostgreSQL 17

15 Jul 09:09
Compare
Choose a tag to compare

Added support for PostgreSQL v17

v1.6.0

24 Jun 09:03
1253476
Compare
Choose a tag to compare

What's Changed

  • Use background worker to calculate rotation
  • Experimental: auto close of audit log file after an inactivity timeout (this option creates 1 additional thread per session)

v1.5.12

04 Jun 09:36
Compare
Choose a tag to compare
  • Static Analyzer fixes (gcc)
  • Close logfile after logging connection related messages to avoid keeping open files in sessions where no other logging will happen

v1.5.11 - Fix possible PANIC after pg_reload_conf

14 Jan 14:22
Compare
Choose a tag to compare

With disconnection login enabled it could be possible for a session to trigger a PANIC after the execution of a pg_reload_conf, in a session that connects, executes that statement and immediately disconnect.

This is a extremely rare situation, replicated 1 ocassion in 1000+ tries

Fix: Segfault on shutdown

01 Dec 14:59
Compare
Choose a tag to compare
Fix: segmentation faul during shutdown - race condition identified

in PostgreSQL 12.13

v1.5.9

15 Nov 12:51
4742034
Compare
Choose a tag to compare

NLS support
Minor fixes

v1.5.8 - PostgreSQL v15 support

23 Oct 14:40
Compare
Choose a tag to compare

Small changes needed for this extension to work in PostgreSQL v15