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