Skip to content

3.6.0

Compare
Choose a tag to compare
@wesleykendall wesleykendall released this 21 Apr 21:26
· 2 commits to main since this release
e9fe592

Improvements

  • Add support for statement-level history tracking triggers, offering substantial performance improvements for tracking history over bulk operations by @wesleykendall in #197.

    Use @pghistory.track(level=pghistory.Statement) to leverage statement-level triggers in history tracking. Set is as the default with PGHISTORY_LEVEL = pghistory.Statement.

    A usage guide was added to the "Performance and Scaling" section of the docs. It notes how it works with conditional history tracking and caveats to be aware of.

  • Optimize context tracking by @wesleykendall in #197.

    Context tracking in history triggers is significantly faster when there are many historical events in a span.

Changes