Skip to content

wal2json 2.0

Compare
Choose a tag to compare
@eulerto eulerto released this 04 Jan 00:25
· 59 commits to master since this release

Notable changes in this release include:

  • new wal2json format (one JSON per tuple)
  • add option actions (choose actions among insert, update, delete, truncate)
  • add option format-version (current is 1 and new is 2. default is 1)
  • add option filter-msg-prefixes (filter messages by prefix)
  • add option add-msg-prefixes (add messages by prefix)
  • add option include-origin
  • support TRUNCATE into wal2json output
  • improve performance for REPLICA IDENTITY FULL
  • add a bunch of tests

Observe the following incompatibilities:

  • revert option include-unchanged-toast (unsafe)

Thanks to all users that submitted patches and also to all users who reported bugs and feature requests.