github pgdogdev/pgdog v0.1.27

10 hours ago

What's Changed

  • feat: allow [[users]] to specify multiple databases (or all databases for admin users)
  • feat: handle INSERT ... SELECT for one row in sharded databases
  • feat: support INSERT without column names, using schema inference
  • feat: automatically inject pgdog.unique_id() if a BIGINT PRIMARY KEY isn't specified in INSERT statement. ORMs like ActiveRecord do this, making them work out of the box.
  • feat: add read/write query per-pool statistics (Prometheus and SHOW STATS)
  • chore: add Enterprise Edition hooks for the query parser
  • feat: rewrite INTEGER to BIGINT during schema-sync if its a primary key (supports foreign key references too)
  • feat: make how we treat system catalogs like pg_database configurable

Full Changelog: v0.1.26...v0.1.27

Don't miss a new pgdog release

NewReleases is sending notifications on new releases.