What's Changed
- feat: DDL-only/DML-only mirroring
- fix: much faster schema loading query, works with databases with many tables
- fix: invalid keep-alive settings are just a warning now, won't cause a crash
- fix: race in
extended_anonymousprepared statements - fix: deadlock in sharded
SELECT ... WHERE IN ($1, $2, $3) - fix: handle
LIMIT $1where$1is null using the extended protocol - fix: logical replication
Deletemessage generated incorrect parameters with compound identity columns - chore: add
postgres.jstests to CI
Full Changelog: v0.1.34...v0.1.35