What's Changed
- fix: add bounds checks to some buffer accesses by @jaggederest
- fix:
ProtocolOutOfSyncerror - fix:
count(*)in query broke CTE write check - fix: return ProtocolViolation instead of syntax error in admin DB; makes tools like pgcli work out of the box
- feat: support multiple user/server passwords; supports zero-downtime password rotation
- feat: handle SET in single-primary / only replicas configuration automatically
- feat: add regex parser trigger to minimize parsing when not needed
- feat: add parallel copy override for speeding up table copy during resharding
- feat: add log throttle, to suppress duplicative logs during error storms
- feat: detect advisory locks with regex
- feat: support arrays as aggregate targets in cross-shard queries @jaggederest
Full Changelog: v0.1.36...v0.1.37