| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-07-10 | 3.4 kB | |
| doltgresql-windows-amd64.7z | 2026-07-10 | 27.4 MB | |
| doltgresql-windows-amd64.zip | 2026-07-10 | 46.4 MB | |
| doltgresql-darwin-arm64.tar.gz | 2026-07-10 | 45.7 MB | |
| doltgresql-darwin-amd64.tar.gz | 2026-07-10 | 48.5 MB | |
| doltgresql-linux-arm64.tar.gz | 2026-07-10 | 45.2 MB | |
| doltgresql-linux-amd64.tar.gz | 2026-07-10 | 49.1 MB | |
| 0.57.0 source code.tar.gz | 2026-07-10 | 12.2 MB | |
| 0.57.0 source code.zip | 2026-07-10 | 13.9 MB | |
| README.md | 2026-07-10 | 1.1 kB | |
| Totals: 10 Items | 288.4 MB | 0 | |
Merged PRs
doltgresql
- 2914: Tests for foreign keys with different encodings Relies on https://github.com/dolthub/dolt/pull/11285
- 2907: cache casts
- 2904: Bug fix for coalesce with mixed types
Added a new test for
COALESCE()use with mixed types, and simplified implementation to use theDoltgresType.ConvertType()function instead of directly using the assignment cast. - 2895: cache date format in context
- 2843: avoid unnecessary interface conversions for JSONWrappers