Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-07-26 | 642 Bytes | |
wal2json 2.3 source code.tar.gz | 2020-07-26 | 87.4 kB | |
wal2json 2.3 source code.zip | 2020-07-26 | 119.0 kB | |
Totals: 3 Items | 207.1 kB | 0 |
Notable changes in this release include:
- add parameter
include-domain-data-type
(replace domain name with its underlying data type) - add support for Postgres 13
- add parameter
filter-origins
(filter out changes from replication origins) - improve installation and configuration instructions
- fix an oversight for old minor versions
- add parameter
include-column-positions
(includepg_attribute.attnum
) - add parameter
include-default
(column default expression) - add parameter
include-pk
(primary key) - fix oversight in format 2: add
nextlsn
Thanks to all users that who reported bugs and feature requests.