Sign in
chromium
/
external
/
github.com
/
dgraph-io
/
badger
/
refs/tags/v2.0.0-rc.2
41d170b
Merge pull request #882 from dgraph-io/v2mod
by Francesc Campoy
· 6 years ago
v2.0-rc1
v2.0.0-rc.2
v2.0.0-rc1
ad0b5cb
force GO111MODULE on on appveyor
by Francesc Campoy
· 6 years ago
d36dbaa
Drop support for Go 1.10
by Francesc Campoy
· 6 years ago
e051fef
release badger v2.0.0
by Francesc Campoy
· 6 years ago
6a824d0
Fix bug by using the UserMeta field (#873)
by Lucas Wang
· 6 years ago
8c85c27
Have same prefix for directory in tests (#878)
by Ashish Goswami
· 6 years ago
031bccd
Merge pull request #872 from dgraph-io/gitignore
by Francesc Campoy
· 6 years ago
4a13275
Merge pull request #871 from dgraph-io/filesync
by Francesc Campoy
· 6 years ago
6d3b67d
Rename Fill to Write Benchmark Tool (#875)
by Ashish Goswami
· 6 years ago
88799d3
Add random read benchmarks for sst tables (#862)
by Ashish Goswami
· 6 years ago
fa0679c
Store discardMap in vlog file when it's too large (#858)
by Ibrahim Jarif
· 6 years ago
6dee346
Add badger-test directories to .gitignore
by Francesc Campoy
· 6 years ago
86e36b5
Sync files with F_FULLFSYNC on Darwing for Go < 1.12
by Francesc Campoy
· 6 years ago
853a823
Merge pull request #865 from dgraph-io/checksum
by Francesc Campoy
· 6 years ago
9872c00
badger: return error when manifest checksum does not match
by Francesc Campoy
· 6 years ago
43c731a
Merge pull request #646 from thedevsaddam/feature/go-module
by Francesc Campoy
· 6 years ago
e6e3a3f
Update module dependencies using
by Saddam H
· 6 years ago
f18d648
Enable stale bot for GitHub issues. (#863)
by Francesc Campoy
· 6 years ago
239041e
Tool for benchmarking read speed (#837)
by Ashish Goswami
· 6 years ago
fb2eed9
Add --show-internal option to info tool (#857)
by Ibrahim Jarif
· 6 years ago
b5fb93c
free head pointer (#849)
by huangnauh
· 6 years ago
a804ffa
Fix unused warnings. (#855)
by Martin Martinez Rivera
· 6 years ago
05242c4
Fix errcheck warnings. (#856)
by Martin Martinez Rivera
· 6 years ago
3f5a4cb
StreamWriter Add method bug fixes (#853)
by Ashish Goswami
· 6 years ago
31fc5b1
Add Volument to README project list. (#854)
by Daniel Mai
· 6 years ago
3e0e35e
Fix lll (long line) warnings. (#852)
by Martin Martinez Rivera
· 6 years ago
cd5884e
Breaking Change: Fix WriteBatch APIs(#845)
by Ashish Goswami
· 6 years ago
18f8a33
Merge function should process items in order (#841)
by Ibrahim Jarif
· 6 years ago
633a8fa
Do not crash if directory doesn't exist in Readonly mode (#844)
by Ibrahim Jarif
· 6 years ago
c165a1e
Fix subscriber bank test total check (#839)
by Ashish Goswami
· 6 years ago
0115933
Making the loader API public (#840)
by Lucas Wang
· 6 years ago
22a9a1e
Delete vlog file instead of truncating it completely (#823)
by Ibrahim Jarif
· 6 years ago
e74d5a7
Use batchSetAsync instead of transaction in merge compactions (#809)
by Ibrahim Jarif
· 6 years ago
a712a3f
Fix code health warnings in badger. (#827)
by Martin Martinez Rivera
· 6 years ago
5ef7757
Create ISSUE_TEMPLATE (#834)
by Ibrahim Jarif
· 6 years ago
d9620c8
Fix badger.info: prefix should be parsed as hex before using.
by Manish R Jain
· 6 years ago
1725096
Speed up StreamWriter (#825)
by Manish R Jain
· 6 years ago
e9447c9
Breaking Change: Introduce new APIs for Entry creation/modification
by Ashish Goswami
· 6 years ago
0ce1d2e
Add golangci.yml (#826)
by Ibrahim Jarif
· 6 years ago
6523aed
Do not open value log in RW mode if Truncate is false (#821)
by Christian Henke
· 6 years ago
50073e3
Fix a bug in StreamWriter which causes key overlap in levels. (#824)
by Manish R Jain
· 6 years ago
91898c6
Add test to verify StreamWriter Oracle reinitialization (#818)
by Ashish Goswami
· 6 years ago
26128a7
Add new API Subscribe to listen on update for the specified prefix (#771)
by Balaji R
· 6 years ago
364f6f2
Renaming the stream writer API to be consistent with the dgraph TxnWriter (#814)
by Lucas Wang
· 6 years ago
7116e16
Add StreamWriter for fast sorted stream writes (#802)
by Ashish Goswami
· 6 years ago
6161150
Revert "Do not LoadToRAM during Open (#811)"
by Manish R Jain
· 6 years ago
24736a7
Do not LoadToRAM during Open (#811)
by Ibrahim Jarif
· 6 years ago
4e5cbcc
BREAKING CHANGE: Marshal pb.list in Stream.Backup (#807)
by Ashish Goswami
· 7 years ago
2237832
Force flush memtable on log file rotate (#766)
by Manish R Jain
· 7 years ago
82e4521
Add bitMergeEntry to entries inserted by merge operator (#794)
by Ibrahim Jarif
· 7 years ago
3374ec2
Acquire lock before incrementing orc.nextTxnTs (#806)
by Ibrahim Jarif
· 7 years ago
50bef1d
Fix golint warnings. (#803)
by Martin Martinez Rivera
· 7 years ago
29e24bc
Add stream check to badger bank test. (#799)
by Martin Martinez Rivera
· 7 years ago
502d8f7
Refactor loading code and fix bug in batch (#800)
by Manish R Jain
· 7 years ago
126542b
Move merge operator tests from db_test.go to merge_test.go file
by Ibrahim Jarif
· 7 years ago
53b1bee
Use it.Seek() instead of it.Rewind() in IterateAndMerge method
by Ibrahim Jarif
· 7 years ago
d2ebeac
Throttle writers while Batch Write and DB Restore (#762)
by Ashish Goswami
· 7 years ago
d95e82f
Bug fix in Stream Framework:
by Manish R Jain
· 7 years ago
d98dd68
Revert "Set readTs in write batch to latest done readTs so that we can discard older versions of keys during compactions."
by Manish R Jain
· 7 years ago
e0748f5
Fix race in levels.go
by ashish
· 7 years ago
76b5341
Make getting key count optional in db.Tables() (#796)
by Ashish Goswami
· 7 years ago
6b796b3
Set readTs in write batch to latest done readTs so that we can discard older versions of keys during compactions.
by Ibrahim Jarif
· 7 years ago
ea4934b
Fix vlog.sync() to avoid assert failure in db.go
by ashish
· 7 years ago
09e9b63
Add show keys and look-up flag to info command
by Ibrahim Jarif
· 7 years ago
ff2b7fe
Fix a nil pointer dereference bug
by Manish R Jain
· 7 years ago
763cedc
Improve badger.fill by using default mmap options.
by Manish R Jain
· 7 years ago
a324174
Fix NewTransaction arg in RW Txn example
by ashish
· 7 years ago
85fe87d
Improved code style. (#754)
by Hasibul Hasan (Anik)
· 7 years ago
041d1ce
Add CODEOWNERS file.
by Daniel Mai
· 7 years ago
1fcc96e
Merge pull request #773 from dgraph-io/martinmr/fix-warnings
by Ibrahim Jarif
· 7 years ago
a6381bb
Fix go health report warnings.
by Martin Martinez Rivera
· 7 years ago
4f863b3
Merge pull request #764 from jarifibrahim/readonly-compaction
by Ibrahim Jarif
· 7 years ago
cce40af
Do not perform compaction in read only mode
by Ibrahim Jarif
· 7 years ago
851e462
Expose Sync method in DB
by ashish
· 7 years ago
8bd89a6
Populate TTL field in value struct while replay
by ashish
· 7 years ago
f966638
Add Cete to the other projects using Badger (#753)
by Minoru Osuka
· 7 years ago
f7bbdb8
Add support for persisting lfDiscardStats
by ashish
· 7 years ago
deee8c7
Add interface Cache to ristretto package
by Aman Mangal
· 7 years ago
ed1c357
Fix the build breakage and improve the output so it is machine parseable.
by Manish R Jain
· 7 years ago
75e07ee
Fixing errors found by go vet (#731)
by Lucas Wang
· 7 years ago
6b97bac
Make MemoryMap the default loading option for TableLoadingMode (#733)
by Ibrahim Jarif
· 7 years ago
fd59907
Info command: Show histogram of key/value sizes and number of keys per table (#730)
by Ibrahim Jarif
· 7 years ago
b669ca0
README.md: typo badger_info => badger (#729)
by Ibrahim Jarif
· 7 years ago
68856da
fix valueLog doRunGC to use consistent units (#725)
by Marty Schoch
· 7 years ago
8115aed
Handle nil closers (#726)
by Martin Martinez Rivera
· 7 years ago
291295e
Introduce DropPrefix API in Badger (#715)
by Manish R Jain
· 7 years ago
b92ae88
Add Surfline to projects list (#720)
by Jason Wang
· 7 years ago
ac321a8
Update readMark on badger.Open so badger flatten tool can remove older versions of the keys.
by Manish R Jain
· 7 years ago
1e051ff
Fix fill tool so it does not repeatedly create the value. Instead, it reuses the same value. This make the program run significantly faster.
by Manish R Jain
· 7 years ago
3196cc1
add goblero to projects using badger (#713)
by Adil H
· 7 years ago
2f79792
Do not have a process wide logger. Allow a nil logger.
by Manish R Jain
· 7 years ago
28ef9bf
Cleaned up some code (#706)
by marigonzes
· 7 years ago
5d71fbc
fix 4th footnote in comparison table (#695)
by Ricky Pai
· 7 years ago
e44ea26
Added BadgerHold to Projects list (#704)
by Tim Shannon
· 7 years ago
0028c37
improvement README on 'Managing transactions manually topic' (#702)
by matheus alcantara
· 7 years ago
abf9970
Small cleanup just to start contributing to BadgerDB (#701)
by marigonzes
· 7 years ago
9201f20
Added Tormenta to list of projects (#700)
by Jonathan Pincas
· 7 years ago
be03c12
Updated list of known users (#692)
by Gus
· 7 years ago
0dcee33
Remove accidental dep on dgraph's x pkg.
by Manish R Jain
· 7 years ago
2017987
Introduce SSTable sha256 checksums (#689)
by Manish R Jain
· 7 years ago
Next »