Commit Graph

16917 Commits

Author SHA1 Message Date
James Cor
3f98425b46 refactor and create new codec 2023-01-24 16:14:05 -08:00
James Cor
5136ce4bea Merge branch 'james/zaddr' into james/spatial-enc 2023-01-24 16:02:46 -08:00
James Cor
ec34fd7254 Merge branch 'james/zaddr' of https://github.com/dolthub/dolt into james/zaddr 2023-01-24 15:59:16 -08:00
James Cor
026b665e98 removing loops and conditions 2023-01-24 15:59:14 -08:00
James Cor
3803c94c0b unrolling 2023-01-24 15:56:51 -08:00
JCOR11599
f0a92b60e2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 23:44:37 +00:00
James Cor
ed71543d7d Merge branch 'james/zaddr' of https://github.com/dolthub/dolt into james/zaddr 2023-01-24 15:43:26 -08:00
James Cor
e3f35185da fixed 2023-01-24 15:43:24 -08:00
James Cor
c9cbbb393a Merge branch 'james/zaddr' into james/spatial-enc 2023-01-24 15:29:54 -08:00
JCOR11599
8ea3495ae7 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 23:29:12 +00:00
James Cor
074c6f29bb fixing more tests 2023-01-24 15:27:55 -08:00
James Cor
f3b5226af4 flipping level and reordering 2023-01-24 15:26:43 -08:00
JCOR11599
d907dbfc00 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 21:55:44 +00:00
James Cor
3cf3ba8f8d fixing tests 2023-01-24 13:54:28 -08:00
James Cor
23c5590f69 last bits of implementation 2023-01-24 13:44:04 -08:00
James Cor
91ff1844ed tidying up 2023-01-24 01:29:06 -08:00
JCOR11599
c4a9771c8d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-24 09:17:15 +00:00
James Cor
ce7adf8285 faster interleaving 2023-01-24 01:15:47 -08:00
James Cor
f48047dbc1 aa 2023-01-23 22:33:18 -08:00
James Cor
495b487b58 adding encoding 2023-01-23 16:58:37 -08:00
James Cor
2fc740af13 this is wrong 2023-01-23 16:54:18 -08:00
James Cor
21f1516374 starting of new enc 2023-01-23 16:07:52 -08:00
James Cor
e564e02e13 format 2023-01-23 15:51:54 -08:00
James Cor
b3def92a7f add zaddr encoding 2023-01-23 15:50:39 -08:00
max-hoffman
5c679b4cfd [ga-bump-release] Update Dolt version to 0.52.10 and release v0.52.10 v0.52.10 2023-01-23 21:41:08 +00:00
Maximilian Hoffman
5cf46262d4 Add from commit index (#5181)
* Add from commit index

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

* edits

* iterHeight

* from_commi diff table corectness

* exclude ld

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-01-23 12:22:53 -08:00
Zach Musgrave
f3bcf37154 Merge pull request #5186 from dolthub/zachmu/table-funcs
Fixed an error when running table funcs on a read replica
2023-01-23 11:39:21 -08:00
Zach Musgrave
50ac07cb35 Fixed another bad type cast 2023-01-20 20:33:02 -08:00
Zach Musgrave
1ed28d5e9e Test of table funcs on read replicas 2023-01-20 20:32:31 -08:00
Zach Musgrave
8dc6162621 Fixed error where certain table funcs weren't usable on read replica databases 2023-01-20 20:32:15 -08:00
James Cor
5be21501fc Merge pull request #5182 from dolthub/JCOR11599-4b0d7c8f
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-01-20 20:28:21 -08:00
reltuk
10e25df19f [ga-bump-release] Update Dolt version to 0.52.9 and release v0.52.9 v0.52.9 2023-01-21 00:05:27 +00:00
Aaron Son
61cc3140a9 Merge pull request #5180 from dolthub/aaron/dolt_commit-commiting-txn-lands-merged-working-set-in-new-commit
go/libraries/doltcore/sqle/dsess: transactions.go: When merging working sets on call dolt_commit, ensure new commit also gets the merged commit root value.
2023-01-20 15:51:58 -08:00
JCOR11599
194848062f [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-01-20 23:26:49 +00:00
Aaron Son
d9671bd565 go/libraries/doltcore/sqle/dsess: transactions.go: When merging working sets on call dolt_commit, ensure new commit also gets the merged commit root value. 2023-01-20 15:05:19 -08:00
Tim Sehn
8716451178 Merge pull request #5174 from rl1987/mention_docker_imgs
Mention Docker images in README.md
2023-01-20 14:53:23 -08:00
James Cor
755696ccb7 Merge pull request #5176 from dolthub/james/z-stuff
float lexing and z encoding
2023-01-20 13:42:32 -08:00
JCOR11599
ab41126286 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-20 19:58:12 +00:00
James Cor
7d3ad4ae16 float lexing and z encoding 2023-01-20 11:56:24 -08:00
rl1987
7639608afd Mention Docker images in README.md 2023-01-20 16:50:47 +08:00
druvv
82cf45c8e3 [ga-bump-release] Update Dolt version to 0.52.8 and release v0.52.8 v0.52.8 2023-01-20 03:46:15 +00:00
Dhruv Sringari
bf27c71c58 Merge pull request #5173 from dolthub/dhruv/fix-various-uniq-key-bugs
Fix 3 merge bugs related to secondary indexes
2023-01-19 19:32:38 -08:00
max-hoffman
86c77e03b0 [ga-bump-release] Update Dolt version to 0.52.7 and release v0.52.7 v0.52.7 2023-01-20 02:53:19 +00:00
Dhruv Sringari
5c8c6dd68f Fix 3 merge bugs related to secondary indexes
- The schema of the dolt_constraint_violations table was incorrect.
- Unique key violations were being thrown by merge even if the index key included a null value.
- The primary key was being built incorrectly for the unique key violations generated by merge.
  Previously it was assumed that the primary index's key was a suffix of the secondary index's key.
  This is not the case when the index key includes a column in the primary key.
2023-01-19 16:38:06 -08:00
Dustin Brown
5a396ba90c [auto-bump] [no-release-notes] dependency by jennifersp (#5172) 2023-01-19 15:44:32 -08:00
Maximilian Hoffman
23e145c367 Fix log table RowCount panic (#5169) 2023-01-19 14:20:24 -08:00
Daylon Wilkins
1a4e590c06 Merge pull request #5167 from dolthub/daylon/extend-branch-db
Removed branch control database file size limitation
2023-01-19 06:22:58 -08:00
Daylon Wilkins
de7f1be480 Removed branch control database file size limitation 2023-01-19 05:13:30 -08:00
Maximilian Hoffman
d566687435 System Table to-commit/commit-hash lookups (#5137)
* System table commit indexes

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

* tidy

* docstrings and bad hash tests

* exclude ld

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

* bad import

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

* skip LD system table indexing testt

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

* skip LD dolt scripts

* shift validation burden to indexes

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

* fix bats

* fix non-determinism

* fix copyright header

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-01-18 17:58:35 -08:00
Andy Arthur
f22cfc6524 Merge branch 'main' of github.com:dolthub/dolt into main 2023-01-18 15:31:39 -08:00