| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-07-06 | 3.4 kB | |
| doltgresql-windows-amd64.7z | 2026-07-06 | 27.4 MB | |
| doltgresql-windows-amd64.zip | 2026-07-06 | 46.4 MB | |
| doltgresql-darwin-arm64.tar.gz | 2026-07-06 | 45.7 MB | |
| doltgresql-darwin-amd64.tar.gz | 2026-07-06 | 48.5 MB | |
| doltgresql-linux-arm64.tar.gz | 2026-07-06 | 45.2 MB | |
| doltgresql-linux-amd64.tar.gz | 2026-07-06 | 49.1 MB | |
| 0.56.9 source code.tar.gz | 2026-07-06 | 12.2 MB | |
| 0.56.9 source code.zip | 2026-07-06 | 13.9 MB | |
| README.md | 2026-07-06 | 4.5 kB | |
| Totals: 10 Items | 288.4 MB | 0 | |
Merged PRs
doltgresql
- 2899: Add regression test for preparing a join query with a bindvar on an indexed column New regression test for a customer-reported issue where preparing a join query with a bindvar comparing equality on an indexed column caused a panic. Root cause fix is in go-mysql-server, in the linked PR below. Depends on: https://github.com/dolthub/go-mysql-server/pull/3612
- 2896: Bump golang.org/x/net from 0.54.0 to 0.55.0
Bumps golang.org/x/net (github.com) from 0.54.0 to 0.55.0.
Commits
7770ec4go.mod: update golang.org/x dependencies4ece7b6html: escape greater-than symbol in doctype identifiers08be507html: improve Noah's Ark clause performancea8fb2fehtml: properly render fostered elements in foreign content0dc5b7ahtml: properly check namespace in "in body" any other end taga452f3chtml: ignore duplicate attributes during tokenizationf865199quic: fix appendMaxDataFrame erroneously accumulating sentLimit210ed3cquic: establish a "happened-before" relationship between stream write and readad8140equic: fix buffer slicing when handling overlapping stream data23ee2efhttp2: avoid API changes when built with go1.27- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/doltgresql/network/alerts).
Closed Issues
- 2886: INSERT panic on composite UNIQUE(uuid, text) index — regression since 0.56.5 (store/val/tuple_compare.go:173)