Commit Graph

  • 6e5b341e8b options: Fix coverity issues Prashant D 2018-02-01 14:20:25 -0800
  • e502839e25 crc32: suppress -Wimplicit-fallthrough warnings Jun Wu 2018-02-01 14:15:28 -0800
  • ba8aa8fdc8 Upgrade Appveyor to VS2017 Fosco Marotto 2018-02-01 13:54:50 -0800
  • b78ed0460b fix ReadaheadRandomAccessFile/iterator prefetch bug Andrew Kryczka 2018-02-01 09:36:01 -0800
  • 813719e952 WritePrepared Txn: Duplicate Keys, Memtable part Maysam Yabandeh 2018-01-31 18:45:49 -0800
  • e62a763752 Blob DB: miscellaneous changes Yi Wu 2018-01-31 17:59:32 -0800
  • 1edac32b77 Update rocksdb.read.block.get.micros when block cache disabled Andrew Kryczka 2018-01-31 14:16:04 -0800
  • 5eccf0b9d5 add -fno-sanitize-recover option to force exit on errors Zhongyi Xie 2018-01-31 12:07:52 -0800
  • 6efa8e270c Update endif/else behavior for unreachable code error on Windows. Fosco Marotto 2018-01-31 12:04:52 -0800
  • 5400800a56 Work around VS2017 warning for unused reference Fosco Marotto 2018-01-31 11:50:59 -0800
  • ab5ab36ac2 fix DBTest2.ReadAmpBitmapLiveInCacheAfterDBClose file ID support check Andrew Kryczka 2018-01-30 16:41:21 -0800
  • ec225d2e97 Make WithParamInterface virtual in transaction_test Maysam Yabandeh 2018-01-30 16:19:22 -0800
  • ab43ff58b5 Delete files in multiple ranges at once Huachao Huang 2018-01-30 13:46:08 -0800
  • 77dc069eb9 Change size_t cast in table_test Fosco Marotto 2018-01-30 11:06:35 -0800
  • f3fe6f883b fix for checkpoint directory with trailing slash(es) Andrew Kryczka 2018-01-29 20:59:59 -0800
  • 4bdf06e78f Fix DBFlushTest::ManualFlushWithMinWriteBufferNumberToMerge dead lock Yi Wu 2018-01-29 18:44:01 -0800
  • 3073b1c573 Split SnapshotConcurrentAccessTest into 20 sub tests Maysam Yabandeh 2018-01-29 17:03:23 -0800
  • e6605e5302 Tests for dynamic universal compaction options Sagar Vemuri 2018-01-29 16:32:17 -0800
  • 3fe0937180 Use block cache to track memory usage when ReadOptions.fill_cache=false Zhongyi Xie 2018-01-29 14:34:56 -0800
  • e2d4b0efb1 db_bench: sanity check CuckooTable with mmap_read option Siying Dong 2018-01-29 14:13:05 -0800
  • b8eb32f8cf Suppress lint in old files Mark Isaacson 2018-01-29 12:43:56 -0800
  • 9f7ccc8445 fix db_bench filluniquerandom key count assertion Andrew Kryczka 2018-01-29 11:30:37 -0800
  • 3f666f79af Add Nim to the list of language bindings Mamy Ratsimbazafy 2018-01-29 09:51:13 -0800
  • 65cd6cd4b6 Rewrite comments on use_fsync option Ben Darnell 2018-01-29 09:48:58 -0800
  • 46acdc9883 Split HarnessTest_Randomized to avoid timeout Maysam Yabandeh 2018-01-29 07:36:05 -0800
  • 439855a774 StackableDB optionally take shared ownership of the underlying DB Yi Wu 2018-01-26 15:12:16 -0800
  • 4927b4e662 Rounddown in FilePrefetchBuffer::Prefetch Maysam Yabandeh 2018-01-26 12:50:48 -0800
  • 7fcc1d0ddf Incorrect Universal Compaction reason Sagar Vemuri 2018-01-26 11:01:54 -0800
  • 0e6e405fec db_bench support for memtable in-place update Andrew Kryczka 2018-01-26 10:46:30 -0800
  • d938226af4 Improve performance of long range scans with readahead Sagar Vemuri 2018-01-25 21:34:35 -0800
  • 65d431639b Update comments about default WALRecoveryMode Ben Darnell 2018-01-25 18:07:42 -0800
  • 1039133f2d BlockBasedTable::NewDataBlockIterator to always return BlockIter Siying Dong 2018-01-25 14:43:43 -0800
  • c7226428dd WritePrepared Txn: Fix DBIterator and add test Yi Wu 2018-01-23 16:47:41 -0800
  • d6fdd59c63 CMake changes for CRC32 Optimization on PowerPC Kamalalochana Subbaiah 2018-01-23 16:44:09 -0800
  • 35d8e65a04 Make Iterator::SeekForPrev pure virtual Yi Wu 2018-01-23 16:06:18 -0800
  • d46e832e94 Assert last reference before destroy ColumnFamilyData Yi Wu 2018-01-23 15:08:29 -0800
  • edc258127e DB::DumpSupportInfo should log all supported compression types Yi Wu 2018-01-23 14:36:54 -0800
  • ec0167eecb Fix WriteBatch rep_ format for RangeDeletion records Nathan VanBenschoten 2018-01-23 12:46:12 -0800
  • 0ea7170d7d Remove old misleading comments Sagar Vemuri 2018-01-23 10:20:57 -0800
  • 7e3d3326ce Blob DB: dump blob_db_options.min_blob_size Yi Wu 2018-01-22 22:30:44 -0800
  • 7291a3f813 Improve fallocate size in compaction output Siying Dong 2018-01-22 16:36:00 -0800
  • c615689bb5 Support skipping bloom filters for SstFileWriter Islam AbdelRahman 2018-01-22 14:37:37 -0800
  • 6f5ba0bf5b Fix building on FreeBSD Bernard Spil 2018-01-19 17:07:52 -0800
  • f2f034ef3b Blob DB: fix crash when DB full but no candidate file to evict Yi Wu 2018-01-19 16:19:34 -0800
  • 5568aec421 Fix DBTest::SoftLimit TSAN failure Yi Wu 2018-01-19 12:52:48 -0800
  • 47ad6b81ff Add 5.10.fb to tools/check_format_compatible.sh Siying Dong 2018-01-19 12:26:06 -0800
  • f1cb83fcf4 Fix Flush() keep waiting after flush finish Yi Wu 2018-01-18 17:32:50 -0800
  • b9873162f0 Fixed get version on windows, moved throwing exceptions into cc file. topilski 2018-01-18 14:45:48 -0800
  • 4decff6fa8 Add possibility to change ttl on open DB jonasf 2018-01-18 10:41:26 -0800
  • 46e599fc6b fix live WALs purged while file deletions disabled Andrew Kryczka 2018-01-17 17:37:10 -0800
  • 266d85fbec fix DBTest.AutomaticConflictsWithManualCompaction Andrew Kryczka 2018-01-16 22:56:47 -0800
  • dc360df81e Fix multiple build failures Yi Wu 2018-01-16 17:26:29 -0800
  • bf6f03f3cd Issue #3370 Broken CMakeLists.txt Bartek Wrona 2018-01-16 14:13:38 -0800
  • af92d4ad11 Avoid too frequent MaybeScheduleFlushOrCompaction() call Sunguck Lee 2018-01-16 13:10:34 -0800
  • d0f1b49ab6 Add a Close() method to DB to return status when closing a db Anand Ananthabhotla 2018-01-16 10:57:56 -0800
  • 68829ed89c Revert Snappy version upgrade Sagar Vemuri 2018-01-12 23:36:27 -0800
  • 43549c7d59 Prevent unnecessary calls to PurgeObsoleteFiles Andrew Kryczka 2018-01-12 13:16:39 -0800
  • ba295cda29 replace DBTest.HugeNumbersOfLevel with a more targeted test case Andrew Kryczka 2018-01-12 11:03:55 -0800
  • e446d14093 Fix PowerPC dynamic java build Sagar Vemuri 2018-01-12 10:53:43 -0800
  • 6d7e3b9faf fix Gemfile.lock nokogiri dependencies Andrew Kryczka 2018-01-11 20:08:44 -0800
  • 45828c7215 Consider an increase to buffer size when reading option file, from 4K to 8K. Peter (Stig) Edwards 2018-01-11 18:49:48 -0800
  • 0a7ba0e548 Fix memleak when DB::DeleteFile() Changli Gao 2018-01-11 18:48:19 -0800
  • 9c2f64e148 Update Gemfile.lock Andrew Kryczka 2018-01-11 16:51:09 -0800
  • 204af1eccc add WriteBatch::WriteBatch(std::string&&) Bo Liu 2018-01-11 15:35:21 -0800
  • d4da02d147 Add Jenkins for PPC64le build status badge Adam Retter 2018-01-11 14:51:26 -0800
  • a53c571d2d FreeBSD build support for RocksDB and RocksJava Adam Retter 2018-01-11 13:21:35 -0800
  • b010116d82 Eliminate some redundant block reads. Dmitri Smirnov 2018-01-10 17:03:12 -0800
  • 0c6e8be9e2 Fix directory name for db_basic_test Andrew Kryczka 2018-01-10 15:36:48 -0800
  • 199405192d Add a BlockBasedTableOption to turn off index block compression. Anand Ananthabhotla 2018-01-10 15:06:29 -0800
  • bafec6bb30 Fix checkpoint_test directory setup/cleanup Andrew Kryczka 2018-01-10 12:14:18 -0800
  • a478e85697 Remove GCC parameter "-march=native" for ARM Siying Dong 2018-01-09 18:12:32 -0800
  • 677f249d6d Fix Travis build failures in CMake RocksJava Sagar Vemuri 2018-01-09 16:27:01 -0800
  • 6aa95f4d0f Fix a wrong log formatting Siying Dong 2018-01-09 14:46:30 -0800
  • 0f0d2ab95a fix DBImpl instance variable naming Andrew Kryczka 2018-01-09 12:51:10 -0800
  • 46ec52499e Fix db_bench write being disabled in lite build Yi Wu 2018-01-09 10:53:35 -0800
  • 00b33c2474 WritePrepared Txn: address some pending TODOs Maysam Yabandeh 2018-01-09 08:47:46 -0800
  • 24e2c1640d add support for allow_ingest_behind in C API Chris Lu 2018-01-08 17:16:22 -0800
  • 398d72fa61 Add autotune and #getBytesPerSecond() to RocksJava RateLimiter Adam Retter 2018-01-08 12:20:48 -0800
  • 30a017feca Blob DB: avoid having a separate read of checksum Yi Wu 2018-01-05 16:35:49 -0800
  • 3e955fad09 Fix zstd/zdict include path for java static build Sagar Vemuri 2018-01-05 15:30:12 -0800
  • 84ddbd186a Make Windows dep switches compatible with other builds Dmitri Smirnov 2018-01-05 14:52:57 -0800
  • 90c1d81975 Update javastatic dependencies Adam Retter 2018-01-05 11:59:01 -0800
  • 1c9ada59cc Remove assert(s.ok()) from ::DeleteFile Maysam Yabandeh 2018-01-04 11:10:03 -0800
  • ea8ccd2267 fix powerpc java static build Andrew Kryczka 2018-01-03 12:37:07 -0800
  • 00e5e1ef7f Fixes the build on Windows Adam Retter 2018-01-03 12:22:40 -0800
  • ccc095a016 Speed up BlockTest.BlockReadAmpBitmap Siying Dong 2018-01-02 10:34:51 -0800
  • b5c99cc908 Disable onboard cache for compaction output burtonli 2017-12-21 18:37:27 -0800
  • f00e176c5b fix ForwardIterator reference to temporary object Andrew Kryczka 2017-12-20 16:10:03 -0800
  • 02a2c11732 Blog post for WritePrepared Txn Maysam Yabandeh 2017-12-20 11:31:39 -0800
  • 0ef3fdd732 Disable need_log_sync on bg err Maysam Yabandeh 2017-12-20 08:10:19 -0800
  • 58b841b356 FIXED: string buffers potentially too small to fit formatted write Wouter Beek 2017-12-20 08:02:53 -0800
  • f54d7f5fea Port 3 way SSE4.2 crc32c implementation from Folly yingsu00 2017-12-19 18:20:50 -0800
  • e763e1b623 BlobDB: dump blob db options on open Yi Wu 2017-12-19 16:50:59 -0800
  • 48cf8da2bb BlobDB: update blob_db_options.bytes_per_sync behavior Yi Wu 2017-12-19 16:34:25 -0800
  • 06149429d9 WritePrepared Txn: Return NotSupported on iterator refresh Yi Wu 2017-12-18 22:13:08 -0800
  • 1563801bce blog post for auto-tuned rate limiter Andrew Kryczka 2017-12-18 17:48:49 -0800
  • 2190e96727 Remove incorrect comment Yi Wu 2017-12-18 17:48:41 -0800
  • 0faa026db6 WritePrepared Txn: make buck tests parallel Maysam Yabandeh 2017-12-18 14:39:49 -0800
  • 78c2eedb4f fix release order in validateNumberOfEntries Maysam Yabandeh 2017-12-18 14:13:45 -0800
  • aa6509d8e4 Fix build for linux Guo Xiao 2017-12-18 12:23:40 -0800