Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@anayrat anayrat released this 11 Jun 08:42
· 2 commits to master since this release

2019-06-11 v2.0.0

The major change in this release is a modification of output to be compatible with standard PostgreSQL logs format. This can break compatibility.

  • Fix statement duration that was only the time passed in the executor (Gilles Darold)
  • Make output fully compatible with standard PostgreSQL logs format (Gilles Darold)
  • Move queryId as a comment before the statement to make logs compatible with pgBadger (Gilles Darold)
  • Force write of all ProcessUtility statement (include DDL, SET...) when pg_sampletolog.statement_sample_rate is set to 1.0 as this mean that every statement should be written just like pg_sampletolog.log_statement = 'all' (Gilles Darold)