Commit Graph

25205 Commits

Author SHA1 Message Date
Aaron Son fcfac4409b go/store/nbs: table_index.go: Improve support for large table files.
Support suffix arrays larger than 4GB by avoiding uint32 overflows when
matching chunk suffixes.
2024-11-25 05:55:06 -08:00
Maximilian Hoffman d5534d1823 [kvexec] merge join (#8561)
* [kvexec] merge join

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* fix null panic

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* left joins

* join tests passing

* skip virtual cols

* more left join bugs

* better documentation

* more bugs

* more bugs

* simplify arg passing

* comments

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* more comments

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-11-22 15:18:52 -08:00
James Cor bb53838af8 system variables cannot have nil defaults (#8590) 2024-11-22 13:44:19 -08:00
coffeegoddd b9ad822e26 [ga-bump-release] Update Dolt version to 1.43.17 and release v1.43.17 v1.43.17 2024-11-22 21:28:43 +00:00
Dustin Brown 38a1da463e [ga-bump-dep] Bump dependency in Dolt by jycor (#8588) 2024-11-22 12:52:41 -08:00
Taylor Bantle 4ad19572a8 Merge pull request #8582 from dolthub/taylor/dolt-rebase
Support dolt.rebase for doltgres
2024-11-22 12:11:36 -08:00
Jason Fulghum 60f1fff23c Merge pull request #8587 from dolthub/Hydrocharged-dd8defd8
[auto-bump] [no-release-notes] dependency by Hydrocharged
2024-11-22 11:41:56 -08:00
Taylor Bantle 1323151edc Add comment 2024-11-22 11:39:41 -08:00
Taylor Bantle 068a8f446c Merge pull request #8581 from dolthub/taylor/ignore-schemas
Support per-schema dolt_ignore for doltgres
2024-11-22 11:20:09 -08:00
Jason Fulghum 88ae404a95 Merge remote-tracking branch 'origin/fulghum/auth-refactor' into Hydrocharged-dd8defd8 2024-11-22 11:09:25 -08:00
Hydrocharged 422415a03e [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2024-11-22 19:04:26 +00:00
Taylor Bantle 193b46f328 Support dolt.rebase for doltgres 2024-11-22 10:46:13 -08:00
Taylor Bantle cdc32bef37 Merge remote-tracking branch 'origin/main' into taylor/ignore-schemas 2024-11-22 10:37:55 -08:00
Taylor Bantle 9c1cc4c675 Merge pull request #8578 from dolthub/taylor/fix-rebase
Fix dolt_rebase and dolt_ignore for doltgres
2024-11-22 10:36:55 -08:00
Jason Fulghum 8f930ea2f1 Bumping GMS and Vitess deps to latest build from fulghum/auth-refactor dev branches 2024-11-21 16:25:30 -08:00
Jason Fulghum fd16d5a1cb Fixing tests 2024-11-21 16:25:30 -08:00
Taylor Bantle cbbb80da88 Support per-schema dolt_ignore for doltgres 2024-11-21 12:55:31 -08:00
Taylor Bantle 6dd7c6ecaf Fix dolt_ignore 2024-11-20 16:44:01 -08:00
Taylor Bantle 362c627d62 Fix dolt_rebase for doltgres 2024-11-20 16:11:55 -08:00
Jason Fulghum 68e108475c Updating error message check in BATS test 2024-11-20 15:48:34 -08:00
coffeegoddd c60b24e701 [ga-bump-release] Update Dolt version to 1.43.16 and release v1.43.16 v1.43.16 2024-11-20 19:46:35 +00:00
Jason Fulghum dd444f46ef Merge pull request #8576 from dolthub/fulghum/auth-refactor
Change LateBindQueryist to use `mysql.NewSalt()`
2024-11-20 11:46:29 -08:00
Dustin Brown e0f7c554b0 [ga-bump-dep] Bump dependency in Dolt by jycor (#8577)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-11-20 11:06:40 -08:00
Jason Fulghum 3f7bb0f76f Change LateBindQueryist to use mysql.NewSalt() directly, instead of calling NewSalt() on the MySQLDB – in preparation for auth server refactoring 2024-11-20 11:05:55 -08:00
Dustin Brown 5e44ddd7e1 [auto-bump] [no-release-notes] dependency by max-hoffman (#8573)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* fix build

* [no-release-notes] bump

* tidy

* fix license

* test driver mod

* try updating work sum

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2024-11-20 10:14:18 -08:00
Daylon Wilkins f4e529af73 Merge pull request #8571 from dolthub/Hydrocharged-4d6202a9
[auto-bump] [no-release-notes] dependency by Hydrocharged
2024-11-19 01:42:39 -08:00
Daylon Wilkins 3751612925 Update test 2024-11-19 00:36:05 -08:00
Hydrocharged 9da27406a4 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2024-11-19 01:12:04 +00:00
Dustin Brown 79c5ec34b9 Merge pull request #8570 from dolthub/db/ci-tests
[no-release-notes] dolt ci bats tests
2024-11-18 16:34:59 -08:00
coffeegoddd 8b31a25552 /integration-tests/bats/ci.bats: add test for remove workflow 2024-11-18 15:57:44 -08:00
coffeegoddd c9b67c9bf6 /integration-tests/bats/ci.bats: finish up for now 2024-11-18 15:50:49 -08:00
coffeegoddd db76ea0c76 /integration-tests/bats/ci.bats: filling in more tests 2024-11-18 15:31:56 -08:00
coffeegoddd 32ffd4f4ea /integration-tests/bats/ci.bats: filling in some test stubs 2024-11-18 14:36:37 -08:00
Dustin Brown 5f964107f7 Merge pull request #8569 from dolthub/db/fix-doltgres
[no-release-notes] /go/performance/utils/benchmark_runner: fix for latest doltgres
2024-11-18 14:25:32 -08:00
coffeegoddd d45213997f /go/libraries/doltcore/env/actions/dolt_ci: add some comments 2024-11-18 13:54:47 -08:00
coffeegoddd a814768ee1 /go/performance/utils/benchmark_runner: use different connection strings for postgres and doltgres 2024-11-18 11:11:42 -08:00
coffeegoddd 849e8d4287 /go/performance/utils/benchmark_runner/doltgres.go: remove commentted out code 2024-11-18 10:45:57 -08:00
coffeegoddd a280d6f012 /go/performance/utils/benchmark_runner: fix for latest doltgres 2024-11-18 10:13:23 -08:00
coffeegoddd 1761c70d3c [ga-bump-release] Update Dolt version to 1.43.15 and release v1.43.15 v1.43.15 2024-11-15 23:02:10 +00:00
Dustin Brown dd96503547 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#8568)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2024-11-15 14:24:44 -08:00
James Cor 37985bf03a patch with tag collision test (#8567) 2024-11-15 13:33:16 -08:00
Jason Fulghum 78627a29e4 Merge pull request #8566 from dolthub/fulghum/detached-head
Bug fix: `dolt_commit_diff` support for detached head mode
2024-11-15 13:24:45 -08:00
Jason Fulghum 623ff4fa4f Bug fix for dolt_commit_diff in detached head mode (no staged root) 2024-11-15 12:51:32 -08:00
Taylor Bantle e5d3dcc328 Merge pull request #8565 from dolthub/tbantle22-2d212302
[auto-bump] [no-release-notes] dependency by tbantle22
2024-11-15 12:11:16 -08:00
tbantle22 ed8d6ef904 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-11-15 19:36:08 +00:00
Taylor Bantle 1e30a48baa Merge pull request #8564 from dolthub/tbantle22-8a3476a7
[auto-bump] [no-release-notes] dependency by tbantle22
2024-11-14 16:39:43 -08:00
tbantle22 2798e1d115 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-11-15 00:07:18 +00:00
James Cor 0995efed23 [no-release-notes] auth test skip (#8560) 2024-11-14 15:56:19 -08:00
Maximilian Hoffman 0e34d26c17 reverse keyless indexscans apply reversal (#8541) 2024-11-14 14:30:08 -08:00
Taylor Bantle ead97bfb66 Merge pull request #8559 from dolthub/tbantle22-587e936f
[auto-bump] [no-release-notes] dependency by tbantle22
2024-11-14 11:25:27 -08:00