| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2025-12-11 | 3.4 kB | |
| doltgresql-windows-amd64.7z | 2025-12-11 | 26.0 MB | |
| doltgresql-windows-amd64.zip | 2025-12-11 | 44.6 MB | |
| doltgresql-darwin-arm64.tar.gz | 2025-12-11 | 44.0 MB | |
| doltgresql-darwin-amd64.tar.gz | 2025-12-11 | 46.6 MB | |
| doltgresql-linux-arm64.tar.gz | 2025-12-11 | 43.7 MB | |
| doltgresql-linux-amd64.tar.gz | 2025-12-11 | 47.2 MB | |
| 0.54.5 source code.tar.gz | 2025-12-11 | 11.9 MB | |
| 0.54.5 source code.zip | 2025-12-11 | 13.4 MB | |
| README.md | 2025-12-11 | 1.5 kB | |
| Totals: 10 Items | 277.4 MB | 0 | |
Merged PRs
doltgresql
- 2102: Set the default DB from the
DOLTGRES_DBuser var Fixes https://github.com/dolthub/doltgresql/issues/2100 - 2091: added MetricsJwksConfig() stub
- 2089: updated readme
- 2068: Fix Doltgres and Dolt authentication and system table compatibility Companion dolthub/dolt#10159
- Add
SUPERUSERauthentication for generated Dolt procedure callables forSELECTstatements. - Remove Dolt procedures from
CALLstatements. - Add
adapters.TableAdapterfordolt_statussystem table to handle type change in Dolt due to a limitation with the MySQL protocol in distinguishing Booleans. - Add
paramscolumn in thepgcatalogtable fordolt_backupsrecent changes. - Add extensive suite of
_go.ScriptTestfor Dolt procedure authentication testing in Doltgres. - Add support to run local file system tests by setting flag in
_go.ScriptTestfor new tests. Some procedures require this because some Noms functions useospackage calls for directory writes instead of thefilesyspackage.
Closed Issues
- 2100:
DOLTGRES_DBenvironment variable isn't respected