| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| doltgresql-windows-amd64.7z | 2025-10-22 | 26.0 MB | |
| doltgresql-windows-amd64.zip | 2025-10-22 | 44.5 MB | |
| doltgresql-darwin-arm64.tar.gz | 2025-10-22 | 43.9 MB | |
| doltgresql-darwin-amd64.tar.gz | 2025-10-22 | 46.5 MB | |
| doltgresql-linux-arm64.tar.gz | 2025-10-22 | 43.6 MB | |
| doltgresql-linux-amd64.tar.gz | 2025-10-22 | 47.1 MB | |
| 0.52.3 source code.tar.gz | 2025-10-22 | 11.9 MB | |
| 0.52.3 source code.zip | 2025-10-22 | 13.4 MB | |
| README.md | 2025-10-22 | 1.2 kB | |
| Totals: 9 Items | 276.9 MB | 0 | |
Merged PRs
doltgresql
- 1942: Better in memory index iterator implementation As discussed in my recent blog. Faster and no resource leaks.
- 1940: Indexes for pg_namespace
- 1938: Added support for CREATE PROCEDURE
This adds support for
CREATE PROCEDURE, which is necessary for making progress on dumps. - 1928: More dump-related fixes
These are more fixes related to failing imports. In a nutshell, our function testing is fairly barebones, and there were several panics occurring due to incorrect assumptions and a lack of test variety (for example, the date
2025-01-02being taken as integer subtraction rather than a date, exceptions not handling variables correctly, etc.). Still too many imports failing overall to enable them in CI, but this gets us a step closer. - 1924: indexes for pg_constraint Also added domains and their checks to the output of pg_constraint.