| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-30 | 850 Bytes | |
| v0.1.27 source code.tar.gz | 2026-01-30 | 1.9 MB | |
| v0.1.27 source code.zip | 2026-01-30 | 2.3 MB | |
| Totals: 3 Items | 4.3 MB | 0 | |
What's Changed
- feat: allow
[[users]]to specify multiple databases (or all databases for admin users) - feat: handle
INSERT ... SELECTfor one row in sharded databases - feat: support
INSERTwithout column names, using schema inference - feat: automatically inject
pgdog.unique_id()if aBIGINT PRIMARY KEYisn't specified inINSERTstatement. 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
INTEGERtoBIGINTduringschema-syncif its a primary key (supports foreign key references too) - feat: make how we treat system catalogs like
pg_databaseconfigurable
Full Changelog: https://github.com/pgdogdev/pgdog/compare/v0.1.26...v0.1.27