Commit Graph

9052 Commits

Author SHA1 Message Date
Andy Arthur
69841dbc2f convert tree.chunkCache into tree.nodeCache 2022-09-12 15:53:45 -07:00
Andy Arthur
bd302f2694 make tree.Node.subtrees a pointer field to save space 2022-09-12 15:24:22 -07:00
Andy Arthur
66d63b4afd reduce memory footprint of message.ItemAccess 2022-09-12 14:50:34 -07:00
Andy Arthur
05870038ae caching TreeLevel in tree.Node 2022-09-12 12:33:22 -07:00
Andy Arthur
c05032937c made message.ItemAccess fields pkg private 2022-09-12 12:33:22 -07:00
Jason Fulghum
6cadd96237 Merge pull request #4267 from tanyongzhi/790-diff-skinny
Add dolt diff --skinny flag
2022-09-12 11:35:16 -07:00
fulghum
aa5e2cf61f [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-09-12 16:52:44 +00:00
Dustin Brown
223de51f9a [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#4305)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2022-09-12 07:58:48 -07:00
Tan Yong Zhi
5ab5f499fc Address reviewer comments 2022-09-11 13:53:38 +08:00
jennifersp
6f64e0ae98 add --author flag to merge (#4296) 2022-09-09 14:49:44 -07:00
Tan Yong Zhi
74edb799fa Address reviewer comments 2022-09-09 21:44:53 +08:00
reltuk
67ac32bbb6 [ga-bump-release] Update Dolt version to 0.41.1 and release v0.41.1 2022-09-09 03:06:59 +00:00
AndyA
bfb4c2132d Merge pull request #4297 from dolthub/andy/cleanup-prolly
[no-release-notes] Cleanup packages `prolly`, `tree`
2022-09-08 19:21:41 -07:00
Aaron Son
9dbb55d47b Merge pull request #4300 from dolthub/aaron/sql-dolt_checkout-supports-branch-without-workingset
SQL: DOLT_CHECKOUT: Support checking out a branch which does not have an associated working set.
2022-09-08 18:10:08 -07:00
Andy Arthur
1a6a68ec26 added get benchmark for bbolt 2022-09-08 17:12:42 -07:00
Andy Arthur
6bedfcdeb3 make Dolt benchmark do a ChunkStore.Commit() 2022-09-08 16:43:21 -07:00
Aaron Son
509accded5 SQL: DOLT_CHECKOUT: Support checking out a branch which does not have an associated working set. 2022-09-08 16:33:02 -07:00
andrew-wm-arthur
3afe8b41f6 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-08 23:32:06 +00:00
Andy Arthur
cb6c67fa37 benchmarking Dolt against BBolt for batch writes 2022-09-08 16:27:45 -07:00
Andy Arthur
859f450fee cleanup 2022-09-08 14:45:16 -07:00
Andy Arthur
349e620817 removed ItemSearchFn, simplified cursor usage 2022-09-08 14:35:43 -07:00
Andy Arthur
949967f267 refactored pkg prolly to remove tree.CompareFn 2022-09-08 14:35:43 -07:00
Andy Arthur
91e1bc7992 move orderedTree, orderedMap to pkg tree 2022-09-08 14:35:43 -07:00
JCOR11599
1958b5b24c [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-09-08 20:00:18 +00:00
Maximilian Hoffman
6ca0c4fd92 More point lookup optimizations (#4275)
* Avoid building range tuple twice for point lookups

* put uniqueness in GMS

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

* andy's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-09-08 12:40:39 -07:00
AndyA
37d545defb Merge pull request #4287 from dolthub/andy/update-skip-list
[no-release-notes] Document and refactor `skip.List`
2022-09-08 11:45:15 -07:00
Andy Arthur
2e0cc823da fix race on global RNG 2022-09-08 10:22:07 -07:00
zachmu
4c61660817 [ga-bump-release] Update Dolt version to 0.41.0 and release v0.41.0 2022-09-08 00:59:08 +00:00
Zach Musgrave
1c5cab3705 Merge pull request #4284 from dolthub/james/import
add nil check for string pointers during dolt table import
2022-09-07 17:45:33 -07:00
Andy Arthur
e95cb86cd6 fix Revert() bug 2022-09-07 17:08:05 -07:00
Andy Arthur
dd42b134d2 improve skip.List documentation 2022-09-07 17:03:29 -07:00
Maximilian Hoffman
df81a865b8 rCTEs GMS bump (#4271)
* GMS bump

* tdy

* fix plans
2022-09-07 17:00:02 -07:00
Andy Arthur
b336716fe0 increase max skip.List height from 5 to 10, improve height promotion probabilities, cleanup comparator callback types 2022-09-07 16:36:55 -07:00
Andy Arthur
f13bedece9 added Get and Put benchmarks 2022-09-07 15:54:22 -07:00
Dhruv Sringari
9512c1383b Escape columns and table names in conflict commands (#4278) 2022-09-07 15:46:44 -07:00
Zach Musgrave
3d47f77c4f Merge pull request #4276 from dolthub/zachmu/auto-clone
Automatically push and pull new databases in replicated servers
2022-09-07 15:43:38 -07:00
Dhruv Sringari
86972d9c1d Adds dolt_merge_status system table (#4277)
* Add dolt merge status table

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

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-09-07 15:12:43 -07:00
James Cor
19bd1a4b5f Merge pull request #4285 from dolthub/james/bom
trim byte order mark present in UTF-8 encoded files
2022-09-07 14:23:38 -07:00
James Cor
ddd7bad231 Merge pull request #4283 from dolthub/james/enum
fix enum panics in history table
2022-09-07 14:22:12 -07:00
James Cor
61ea5650c0 fix 2022-09-07 13:06:14 -07:00
zachmu
b5cd791385 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-07 19:49:49 +00:00
Zach Musgrave
8ee4ea6f8a More PR feedback and cleanup, bug fixes 2022-09-07 12:48:27 -07:00
Zach Musgrave
16d7025e5c PR feedback 2022-09-07 12:28:01 -07:00
James Cor
8b68d28391 fix with test 2022-09-07 12:22:53 -07:00
James Cor
a6f637a4ad remove comments 2022-09-07 12:08:33 -07:00
James Cor
76679fbbed better solution 2022-09-07 12:04:51 -07:00
James Cor
240ab005ef add nil check for string pointers 2022-09-07 12:03:08 -07:00
James Cor
e017187666 add a test 2022-09-07 11:22:29 -07:00
James Cor
d1c3d12d89 fix, but need tests 2022-09-07 11:11:13 -07:00
James Cor
e38297933d formatting 2022-09-07 10:22:39 -07:00