Commit Graph

6569 Commits (1a61ba179e9d8b55cdc27df5b03e184355901864)
 

Author SHA1 Message Date
Yi Wu 1480e6f7cf Fix TransactionTest::SeqAdvanceTest ASAN failure 7 years ago
Sagar Vemuri 3fc08fa88e Expose max_background_jobs option in RocksJava 7 years ago
Yao Zongyou 8ae81684e9 Update cmake_minimum_required to 2.8.12. 7 years ago
Yi Wu b4596c6174 Fix Get does not return super version on error 7 years ago
Orgad Shaneh 34ebadf930 Fix MinGW build 7 years ago
Pengchao Wang e4234fbdcf collecting kValue type tombstone 7 years ago
Maysam Yabandeh 60beefd6e0 WritePrepared Txn: Advance seq one per batch 7 years ago
Maysam Yabandeh c57050b770 Use the default copy constructor in Options 7 years ago
Siying Dong c319792059 Directly refernce perf_context internally. 7 years ago
Yi Wu 6b3c71f6ed Fix DBImpl::NotifyOnCompactionCompleted data race 7 years ago
Yi Wu f47b4eeb1e Fix memory leak in OptionsTest::OptionsComposeDecompose 7 years ago
Ben Clay 382277d0fe JNI support for ReadOptions::iterate_upper_bound 7 years ago
Siying Dong edcbb36944 Three code-level optimization to Iterator::Next() 7 years ago
Siying Dong 885b1c682e Two small refactoring for better inlining 7 years ago
Oleksandr Anyshchenko ffac68367f Added save points for transactions C API 7 years ago
Yi Wu 9a970c81af Fix WriteBatchWithIndex::GetFromBatchAndDB not allowing StackableDB 7 years ago
Yi Wu a843df668b Fix use-after-free in c_tset 7 years ago
Sagar Vemuri 2d6e42122b Remove 'experimental' comment around level_compaction_dynamic_level_bytes option 7 years ago
Andrew Kryczka 464fb36de9 fix hanging after CompactFiles with L0 overlap 7 years ago
Maysam Yabandeh 09713a64b3 WritePrepared Txn: Lock-free CommitMap 7 years ago
Oleksandr Anyshchenko 72e4190918 Additions for `OptimisticTransactionDB` in C API 7 years ago
Andrew Kryczka 9d115d3689 regression test for missing init options 7 years ago
gladiator f615f5604b fix missing manual_wal_flush for DBOptions ctor 7 years ago
Amy Xu 5785b1fcb8 Fix naming in InternalKey 7 years ago
Bernhard M. Wiedemann 82860bd55c Use cmake TIMESTAMP function 7 years ago
Maysam Yabandeh 2d30aaae47 Exclude incompatible options in test 7 years ago
Andrew Kryczka f5148ade10 support opening zero backups during engine init 7 years ago
Archit Mishra 3c42807794 do not call merge when checking to see if key exists 7 years ago
Andrew Kryczka 025b85b4ac speedup DBTest.EncodeDecompressedBlockSizeTest 7 years ago
zawlazaw 044a71e27e Add iterator's SeekForPrev functionality to the java-api 7 years ago
Siying Dong 64b6452e0c Make InternalKeyComparator final and directly use it in merging iterator 7 years ago
Siying Dong 2dd22e5449 Make DBIter class final 7 years ago
Huachao Huang 2a5915049e Fix missing BYTES_PER_WRITE for pipeline write 7 years ago
Maysam Yabandeh f46464d383 write-prepared txn: call IsInSnapshot 7 years ago
Maysam Yabandeh 9a4df72994 WritePrepared Txn: CommitBatch 7 years ago
Maysam Yabandeh fce6c892ab Advance max evicted seq in coarser granularity 7 years ago
Yi Wu dcd36a6aee Make it explicit blob db doesn't support CF 7 years ago
Andrew Kryczka 3cd7ea2e8a rename stall-related internal stats 7 years ago
Siying Dong 0e99323ac2 Fix CLANG Analyze 7 years ago
Kefu Chai ba3c58cab6 specify SSE42 'target' attribute for Fast_CRC32() 7 years ago
Maysam Yabandeh 7e19a571e9 Remove unused TransactionCallback 7 years ago
Andrew Kryczka 10ddd59ba7 fix CompactFiles inclusion of older L0 files 7 years ago
Maysam Yabandeh 79810e2d49 Skip write_prepared_transaction_test in travis 7 years ago
Yi Wu ab95e293d2 Fix memory leak on blob db open 7 years ago
Maysam Yabandeh 37ae8cc60f Signal progress of the test to avoid timeout 7 years ago
Andrew Kryczka 3b23b1d8c6 fix HistogramWindowingImpl copy-{assignment,constructor} 7 years ago
Andrew Kryczka 3b9a000c15 fix inclusive-exclusiveness of histogram ToString 7 years ago
Dmitri Smirnov 0ec90a7cc2 Add -DPORTABLE=1 to MSVC CI build 7 years ago
Andrew Kryczka 4a90cbf429 Include statistics pointer in ImmutableDBOptions::Dump 7 years ago
Andrew Kryczka b97685aef6 fix backup engine when latest backup corrupt 7 years ago