| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2025-12-12 | 3.4 kB | |
| doltgresql-windows-amd64.7z | 2025-12-12 | 26.0 MB | |
| doltgresql-windows-amd64.zip | 2025-12-12 | 44.6 MB | |
| doltgresql-darwin-arm64.tar.gz | 2025-12-12 | 44.0 MB | |
| doltgresql-darwin-amd64.tar.gz | 2025-12-12 | 46.6 MB | |
| doltgresql-linux-arm64.tar.gz | 2025-12-12 | 43.7 MB | |
| doltgresql-linux-amd64.tar.gz | 2025-12-12 | 47.2 MB | |
| 0.54.6 source code.tar.gz | 2025-12-12 | 11.9 MB | |
| 0.54.6 source code.zip | 2025-12-12 | 13.4 MB | |
| README.md | 2025-12-12 | 1.3 kB | |
| Totals: 10 Items | 277.5 MB | 0 | |
Merged PRs
doltgresql
- 2108: typo preventing release version from getting to docker push workflow
- 2107: added another function stub
- 2106: Fixed issue [#2097] This fixes
- https://github.com/dolthub/doltgresql/issues/2097
- 2093: remove doltgres index implementation, various bug fixes Companion PRs:
- https://github.com/dolthub/go-mysql-server/pull/3334
- https://github.com/dolthub/dolt/pull/10184 This removes the custom index logic Doltgres was using, and fixes many bugs and incompatibilities that were causing the Dolt index logic to not work correctly in the first place.
- 2009: Tables as types Related PRs:
- https://github.com/dolthub/dolt/pull/10140
- https://github.com/dolthub/go-mysql-server/pull/3303