github pgdogdev/pgdog v0.1.28

9 hours ago

What's Changed

  • fix: correctly handle INTEGER to BIGINT conversion during schema-sync by mutating table definitions instead of appending ALTER TABLE statements, and handle partitioned tables correctly
  • fix: average calculation in SHOW STATS for reads and writes stats
  • feat: make resharding COPY format configurable (text or binary)
  • feat: add TIMESTAMP/TIMESTAMPTZ support for aggregates (max(), min())
  • fix: parsing (de)serialization for composite types that cross a CopyData boundary during data-sync
  • fix: confusing TLS connection icon in logs (was open, now it's locked) @bzp2010
  • feat: automatically reload config (incl. schema) after DDL in a sharded cluster (single pgdog node, local dev/staging only)
  • fix: omnishard write fan-out is opaque now, returns rows changed from one shard only, while mutating rows everywhere; necessary for compatibility with Postgres behavior
  • feat: [[omnisharded_tables]] takes priority over [[sharded_tables]] in pgdog.toml
  • feat: add kind = "default" for for list-based sharding to mimic Postgres partitions behavior
  • fix: apply query_timeout to entire client/server exchange instead of just server responses (prevents TCP black holes)

New Contributors

Full Changelog: v0.1.27...v0.1.28

Don't miss a new pgdog release

NewReleases is sending notifications on new releases.