Commit Graph

25252 Commits

Author SHA1 Message Date
Taylor Bantle
884ee1e1bb Merge pull request #8634 from dolthub/taylor/dg-types
Add pointers for schemas for `dolt_workspace_*` and `dolt_diff` system tables for doltgres
2024-12-03 14:48:00 -08:00
tbantle22
c5206e556d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-12-03 22:15:16 +00:00
Taylor Bantle
286b3a7237 Add pointer for dolt_diff schema for doltgres 2024-12-03 13:27:51 -08:00
Taylor Bantle
116f9b3bc8 Add pointer for dolt_workspace_* base schema for doltgres 2024-12-03 13:18:14 -08:00
Tim Sehn
bc96dda6fa Merge pull request #8633 from dolthub/tim/fix-help
Add TLS options in help docs
2024-12-03 12:38:31 -08:00
Tim Sehn
585e493d38 Add TLS options in help docs 2024-12-03 12:29:10 -08:00
Dustin Brown
c3ce3df37c [ga-bump-dep] Bump dependency in Dolt by jycor (#8627) 2024-12-03 00:58:53 -08:00
Dustin Brown
5a78824b58 [ga-bump-dep] Bump dependency in Dolt by jycor (#8626)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-12-02 15:27:19 -08:00
jennifersp
c4a89b005d Merge pull request #8620 from dolthub/jennifersp-ef1a969b
[auto-bump] [no-release-notes] dependency by jennifersp
2024-12-02 12:44:03 -08:00
jennifersp
74e331ce6e update test 2024-12-02 12:07:36 -08:00
jennifersp
71cef0384e [ga-bump-dep] Bump dependency in Dolt by jennifersp 2024-12-02 19:27:44 +00:00
Jason Fulghum
c4d06ae5dc Merge pull request #8619 from dolthub/fulghum/readme
README updates to explain MySQL 8.4 requirement
2024-12-02 11:25:39 -08:00
Jason Fulghum
4311b2b7df README updates to explain MySQL 8.4 requirement 2024-12-02 11:15:33 -08:00
coffeegoddd
2a8cfca903 [ga-bump-release] Update Dolt version to 1.43.19 and release v1.43.19 v1.43.19 2024-12-02 07:03:25 +00:00
Aaron Son
f7a9ab4bd3 Merge pull request #8612 from dolthub/aaron/gc-gen-takes-journal-metadata
go/store/nbs: Fixing GCGen to be more correct.
2024-11-28 20:24:27 +01:00
Aaron Son
60ca378d26 integration-tests/bats: garbage_collection.bats: PR feedback. 2024-11-28 07:50:11 -08:00
Dustin Brown
0a5a3bf2bb [ga-bump-dep] Bump dependency in Dolt by jycor (#8614)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-11-27 17:31:52 -08:00
coffeegoddd
4139b17cfa [ga-bump-release] Update Dolt version to 1.43.18 and release v1.43.18 v1.43.18 2024-11-28 01:07:44 +00:00
reltuk
57789154ae [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-11-27 17:38:32 +00:00
Aaron Son
adfa851ae9 go/store/nbs: Fixing GCGen to be more correct.
The original purpose of gc gen was two fold. The first purpose was to avoid applying the garbage collection results if the store had changed due to multi-process concurrency for any reason. The second purpose was to fast-complete a `dolt gc` invocation if the store had not changed at all since the last GC run.

For the first purpose, it is no longer necessary. We no longer allow multi-process access to the same NomsBlockStore.

For the second purpose, it was implemented slightly incorrectly, given the introduction of `dolt gc --full`. This change fixes the implementation to be more correct.

In particular, the semantics are:

* After a `dolt gc --full`, an immediate invocation of `dolt gc` or `dolt gc --full` fast-completes as no collection being necessary.

* After a `dolt gc`, only a `dolt gc` fast-completes as no collection being necessary. A `dolt gc --full` will run a full GC to completion.
2024-11-27 09:29:56 -08:00
Taylor Bantle
970994aac2 Merge pull request #8589 from dolthub/taylor/stats
Fix dolt_statistics table for multiple schemas for doltgres
2024-11-26 16:46:48 -08:00
tbantle22
0ec3d3bccc [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-11-26 16:08:40 -08:00
Taylor Bantle
57999d31ba Fix panic 2024-11-26 16:08:38 -08:00
Taylor Bantle
37c1933ea9 Get stats for same table name, different schemas 2024-11-26 16:08:38 -08:00
Taylor Bantle
f79892c083 Fix dolt_statistics table for multiple schemas for doltgres 2024-11-26 16:08:38 -08:00
Dustin Brown
6200a330ab Merge pull request #8583 from dolthub/db/rm-ta
[no-release-notes] /{go,integration-tests}: remove trigger activities table in favor of typed activities
2024-11-26 15:28:16 -08:00
coffeegoddd
340f11b68e /go/libraries/doltcore/env/actions/dolt_ci: and the others 2024-11-26 14:46:51 -08:00
coffeegoddd
82c432eb68 /go/libraries/doltcore/env/actions/dolt_ci: more 2024-11-26 14:40:37 -08:00
Dustin Brown
b5d8263811 [ga-bump-dep] Bump dependency in Dolt by jycor (#8608)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-11-26 14:33:25 -08:00
coffeegoddd
aeae73bf52 /go/libraries/doltcore/env/actions/dolt_ci: add comments 2024-11-26 14:30:00 -08:00
coffeegoddd
82120c1ed3 /go/libraries/doltcore/env/actions/dolt_ci/schema.go: fix comment 2024-11-26 14:21:58 -08:00
coffeegoddd
62e2761b0c /go/libraries/doltcore/env/actions/dolt_ci: remove trigger type workflow dispatch 2024-11-26 13:12:49 -08:00
Dustin Brown
00d6c1d6f7 [ga-bump-dep] Bump dependency in Dolt by fulghum (#8604)
Co-authored-by: fulghum <jason.fulghum@gmail.com>
2024-11-25 17:47:24 -08:00
Jason Fulghum
7f4feaf3fa Merge pull request #8602 from dolthub/fulghum-b2756d7a
[auto-bump] [no-release-notes] dependency by fulghum
2024-11-25 16:33:04 -08:00
Jason Fulghum
384a914e13 Merge branch 'fulghum/show_slave_status' into fulghum-b2756d7a 2024-11-25 16:01:08 -08:00
fulghum
ab2895ad51 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-11-25 23:59:45 +00:00
Jason Fulghum
e60b76be15 Bumping Vitess and GMS dependencies to latest from fulghum/show_slave_status dev branches 2024-11-25 14:54:56 -08:00
Jason Fulghum
9c5eab69a0 Added testing for the show slave status statement 2024-11-25 14:51:04 -08:00
coffeegoddd
389743edb3 /go/libraries/doltcore/env/actions/dolt_ci: refactor to use slice method 2024-11-25 14:13:52 -08:00
Dustin Brown
769db16fdf [ga-bump-dep] Bump dependency in Dolt by jycor (#8599)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-11-25 14:06:44 -08:00
coffeegoddd
045afa6753 /go/libraries/doltcore/env/actions/dolt_ci/schema.go: fixes 2024-11-25 14:01:25 -08:00
coffeegoddd
affbde37fa /go/libraries/doltcore/{doltdb,env}: mark tables as deprecated 2024-11-25 13:39:19 -08:00
coffeegoddd
e0cf7fcfdf /{go,integration-tests}: remove trigger activities table in favor of typed activities 2024-11-25 13:39:19 -08:00
James Cor
55589e9134 replace nil defaults with empty string (#8595) 2024-11-25 12:26:37 -08:00
Aaron Son
1801cdabe5 Merge pull request #8596 from dolthub/aaron/table-file-reader-suffixes-larger-than-4gb
go/store/nbs: table_index.go: Improve support for large table files.
2024-11-25 19:27:36 +01:00
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
Daylon Wilkins
9427579c20 Merge pull request #8594 from dolthub/Hydrocharged-d5eeb132
[auto-bump] [no-release-notes] dependency by Hydrocharged
2024-11-25 04:31:55 -08:00
Hydrocharged
7996e93d83 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2024-11-23 04:17:57 +00: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