- Add support to discover partitioned tables 101
- Add support for
wal2json
message format v2 via config parameter 91
- Look up ssl status in
pg_stat_ssl
andpg_stat_activity
tables #84
- Add
sslmode
log message when opening connection #82
- Respect
ssl
config property (bug fix) #80
- Make
bytea[]
fields have"inclusion" : "unsupported"
metadata #76
- Fix sorting for full_table sync by xmin to use integer sorting rather than string sorting #73
- Add support for
int8[]
(bigint[]
) array types to log-based replication #69
- Pass string to
decimal.Decimal
when handling numeric data type #67