Aaron Son
|
de9892237e
|
go/libraries/doltcore/sqle/dprocedures: Do not register dolt_gc.
|
2023-01-31 14:23:40 -08:00 |
|
max-hoffman
|
bb1d211819
|
[ga-bump-release] Update Dolt version to 0.52.16 and release v0.52.16
|
2023-01-31 14:41:10 +00:00 |
|
Maximilian Hoffman
|
e0ce194973
|
[no-release-notes] gms bump merge join (#5263)
|
2023-01-31 06:39:38 -08:00 |
|
max-hoffman
|
1be0dadecf
|
[ga-bump-release] Update Dolt version to 0.52.15 and release v0.52.15
|
2023-01-31 05:02:18 +00:00 |
|
Dustin Brown
|
7b9310e208
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#5261)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2023-01-30 19:38:44 -08:00 |
|
Daylon Wilkins
|
ff157e29bc
|
Merge pull request #5238 from dolthub/daylon/tree-branch-control
Rewrote dolt_branch_control to use tree searching
|
2023-01-30 18:21:32 -08:00 |
|
Aaron Son
|
dc064b0d83
|
go/store/blobstore: gcs.go: Make Get() make one round trip instead of reading the metadata in a separate request.
|
2023-01-30 14:49:58 -08:00 |
|
jennifersp
|
e956ba9516
|
add dolt_cherry_pick procedure (#5233)
|
2023-01-30 10:46:28 -08:00 |
|
Daylon Wilkins
|
17d08737d1
|
PR feedback
|
2023-01-30 05:45:32 -08:00 |
|
Daylon Wilkins
|
5c45b06382
|
Merge branch 'daylon/tree-branch-control' of https://github.com/dolthub/dolt into daylon/tree-branch-control
|
2023-01-30 03:26:10 -08:00 |
|
max-hoffman
|
699174a286
|
[ga-bump-release] Update Dolt version to 0.52.14 and release v0.52.14
|
2023-01-30 05:32:51 +00:00 |
|
Daylon Wilkins
|
b0b0e2c4b8
|
Branch control tables now use a map for divergences
|
2023-01-28 03:09:36 -08:00 |
|
jennifersp
|
abbca2f460
|
Merge pull request #5250 from dolthub/jennifersp-a7e02bab
[auto-bump] [no-release-notes] dependency by jennifersp
|
2023-01-27 18:09:13 -08:00 |
|
jennifersp
|
53228b39f7
|
[ga-bump-dep] Bump dependency in Dolt by jennifersp
|
2023-01-28 00:46:47 +00:00 |
|
Andy Arthur
|
933ec24a2b
|
Merge remote-tracking branch 'origin/main' into andy/gcs-blobstore-push-parts
|
2023-01-27 14:56:30 -08:00 |
|
Aaron Son
|
41c81920f0
|
Merge pull request #5240 from dolthub/aaron/nbs-optimize-exists-sanity-check
go/store/nbs: Update table-file-exists sanity check to not check for files which are already in our view of upstream.
|
2023-01-27 14:52:52 -08:00 |
|
Andy Arthur
|
345fc661fc
|
go/store/nbs: parallelize blobstore Put on push when possible
|
2023-01-27 14:49:28 -08:00 |
|
Andy Arthur
|
89db8bf7a9
|
go/store/nbs: upload table parts on push for GCS backed NBS
|
2023-01-27 14:17:33 -08:00 |
|
jennifersp
|
b45fe90056
|
output correct result for empty JSON (#5242)
|
2023-01-27 14:05:04 -08:00 |
|
jennifersp
|
1c3a17239e
|
add --author arg to dolt tag command on both CLI and SQL (#5234)
|
2023-01-27 12:22:03 -08:00 |
|
Aaron Son
|
66b5d059aa
|
Merge remote-tracking branch 'origin/main' into aaron/nbs-optimize-exists-sanity-check
|
2023-01-27 10:56:01 -08:00 |
|
Aaron Son
|
c049744795
|
go/store/nbs: Update table-file-exists sanity check to not check for files which are already in our view of upstream.
|
2023-01-27 09:55:05 -08:00 |
|
AndyA
|
04f26e0400
|
Merge pull request #5235 from dolthub/andy/journal-cleanup
[no-release-notes] go/store/nbs: cleanup journal chunk source
|
2023-01-27 09:54:01 -08:00 |
|
Hydrocharged
|
f564af693d
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-01-27 15:03:29 +00:00 |
|
Daylon Wilkins
|
9d91d3f116
|
Rewrote dolt_branch_control to use tree searching
|
2023-01-27 05:58:39 -08:00 |
|
Andy Arthur
|
b5eb7654bf
|
go/store/nbs: fix uncompressed size accounting
|
2023-01-26 17:30:35 -08:00 |
|
Andy Arthur
|
c4d98e60be
|
go/store/nbs: split out journal_chunk_source
|
2023-01-26 17:23:05 -08:00 |
|
Andy Arthur
|
34b07fc21e
|
go/store/prolly/tree: cleanup LaskKey() interface
|
2023-01-26 15:51:12 -08:00 |
|
Andy Arthur
|
c87516ed5a
|
go/store/tree: use constant-time root node access for last key lookup
|
2023-01-26 15:33:11 -08:00 |
|
Zach Musgrave
|
cb47e43356
|
Merge pull request #5223 from dolthub/zachmu/branch-dbs
Added `dolt_show_branch_databases` system variable
|
2023-01-26 13:15:09 -08:00 |
|
Jason Fulghum
|
3e61e96ddd
|
Merge branch 'main' into fulghum/bugfix
|
2023-01-26 13:03:43 -08:00 |
|
jennifersp
|
b5cb61407c
|
Merge pull request #5227 from dolthub/jennifersp-fc12dc09
[auto-bump] [no-release-notes] dependency by jennifersp
|
2023-01-26 12:45:06 -08:00 |
|
zachmu
|
8ce367c817
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-01-26 20:43:21 +00:00 |
|
Zach Musgrave
|
d90e37281d
|
PR feedback
|
2023-01-26 12:32:24 -08:00 |
|
fulghum
|
b326de3d6c
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-01-26 19:57:20 +00:00 |
|
Jason Fulghum
|
fc8c97b47b
|
Quick fix for unnecessary error being logged
|
2023-01-26 11:53:41 -08:00 |
|
bheni
|
0656b0f9e6
|
[ga-bump-release] Update Dolt version to 0.52.13 and release v0.52.13
|
2023-01-26 19:18:56 +00:00 |
|
jennifersp
|
ce4aeb4d43
|
[ga-bump-dep] Bump dependency in Dolt by jennifersp
|
2023-01-26 19:13:07 +00:00 |
|
Brian Hendriks
|
6ac3476b44
|
Merge branch 'main' into bh/log-query-len-configuration
|
2023-01-26 10:51:50 -08:00 |
|
max-hoffman
|
71a93b71a8
|
[ga-bump-release] Update Dolt version to 0.52.12 and release v0.52.12
|
2023-01-26 03:02:49 +00:00 |
|
Dustin Brown
|
f0686d8878
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#5221)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2023-01-25 18:29:59 -08:00 |
|
Zach Musgrave
|
db5abb18a7
|
Fixed const name
|
2023-01-25 18:07:08 -08:00 |
|
zachmu
|
f4821dfb11
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-01-26 02:05:20 +00:00 |
|
Zach Musgrave
|
bb8f1da7de
|
Added a system var to show all branches for a database in show databases
|
2023-01-25 17:39:50 -08:00 |
|
James Cor
|
e9e4e6163c
|
Merge pull request #5206 from dolthub/james/spatial-enc
adding new codec for spatial indexes
|
2023-01-25 16:30:50 -08:00 |
|
andy-wm-arthur
|
164bf5a920
|
[ga-bump-release] Update Dolt version to 0.52.11 and release v0.52.11
|
2023-01-25 22:40:43 +00:00 |
|
JCOR11599
|
2286df2e95
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-01-25 22:40:01 +00:00 |
|
James Cor
|
bde8d9920d
|
no get for cells
|
2023-01-25 14:19:31 -08:00 |
|
James Cor
|
972b9f1823
|
reformat
|
2023-01-25 14:08:50 -08:00 |
|
Taylor Bantle
|
ea46bce1d1
|
Merge pull request #4959 from dolthub/taylor/gc
First pass at online GC
|
2023-01-25 14:01:36 -08:00 |
|