wal2json 2.0
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.