| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-05-28 | 3.4 kB | |
| doltgresql-windows-amd64.7z | 2026-05-28 | 27.2 MB | |
| doltgresql-windows-amd64.zip | 2026-05-28 | 46.1 MB | |
| doltgresql-darwin-arm64.tar.gz | 2026-05-28 | 45.4 MB | |
| doltgresql-darwin-amd64.tar.gz | 2026-05-28 | 48.2 MB | |
| doltgresql-linux-arm64.tar.gz | 2026-05-28 | 45.0 MB | |
| doltgresql-linux-amd64.tar.gz | 2026-05-28 | 48.9 MB | |
| 0.56.4 source code.tar.gz | 2026-05-28 | 12.1 MB | |
| 0.56.4 source code.zip | 2026-05-28 | 13.7 MB | |
| README.md | 2026-05-28 | 1.3 kB | |
| Totals: 10 Items | 286.6 MB | 0 | |
Merged PRs
doltgresql
- 2763: Bug fix for null literals in records
- 2760: properly flush results Instead of flushing RowDescription and every RowData right away, have the entire Result buffer in memory first.
- 2759: more concurrency when spooling results This PR splits the convert to wire format and send to client steps into two threads. Copies optimization from gms: https://github.com/dolthub/go-mysql-server/pull/3310
- 2757: add all benchmarks, add perf scripts, remove debug logs
This PR changes the
quick-sysbench.shconfig to using logging modeinfo. Debug logs can slow down benchmarks with all that additional IO, so they should be disabled while benchmarking. The list of quick benchmarks has also been updated to include every read and write benchmark; it should take around 15 minutes to complete now. Additionally, this PR adds some utility scripts to make it easier to profile and benchmark a single test. - 2743: support WHERE predicate in indexes