Commit Graph

5984 Commits (107c5f6a60e94c3cf478ee25e50164fd31b014b0)
 

Author SHA1 Message Date
jsteemann aebfd1703b fix non-portable behavior in encoder 8 years ago
Vitaliy Liptchinsky 753ff84a3d Fix get approx size 8 years ago
Arun Sharma d7ea44f2f9 Fixup a couple of builds errors on Linux. 8 years ago
Jay Lee 537da370da c: allow set savepoint to writebatch 8 years ago
Min Wei af6ec4d78e fix batchresult handle leak 8 years ago
Adam Retter e29bb934f7 Zlib 1.2.8 is no longer available, switched to 1.2.10 8 years ago
Changli Gao 5ac97314e7 Fix std::out_of_range when DBOptions::keep_log_file_num is zero 8 years ago
Kefu Chai 4e35ffdfab cmake: check -momit-leaf-frame-pointer before using it 8 years ago
Shu Zhang 3c0852d1da Make ingest external file backward compatible 8 years ago
Siying Dong 0e8dfd6062 Fix OptimizeForPointLookup() 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Yi Wu 9239103cd4 Flush job should release reference current version if sync log failed 8 years ago
Islam AbdelRahman da54d36a96 Disable IngestExternalFile in ReadOnly mode 8 years ago
Reid Horuff 5cf176ca15 Fix for 2PC causing WAL to grow too large 8 years ago
Islam AbdelRahman 4a73bb0b43 Split travis jobs 8 years ago
Dmitri Smirnov c70d3c7ade Enable DBTest.GroupCommit as it runs in a reasonlable time now. 8 years ago
Yi Wu 602c13a964 Remove fadvise with direct IO read 8 years ago
Andrew Kryczka f9d18e22d2 Fix DeleteRange file boundary correctness issue with max_compaction_bytes 8 years ago
Islam AbdelRahman 3ce091fd73 Add KEEP_DB env var option 8 years ago
Siying Dong 77b4806625 Fix 2PC with concurrent memtable insert 8 years ago
Kefu Chai e8a096000b util/thread_local.h: silence a clang-build warning 8 years ago
Dmitri Smirnov 324a0f988e Follow up for DirectIO refactor 8 years ago
Daniel Black bc5d7b7029 travis: For linux, do all tests under gcc 8 years ago
Aaron Gao 3e6899d116 change UseDirectIO() to use_direct_io() 8 years ago
Aaron Gao d4e07a8459 fix warning of unused direct io helper functions 8 years ago
Aaron Gao dc2584eea0 direct reads refactor 8 years ago
Mike Kolupaev d18dd2c41f Abort compactions more reliably when closing DB 8 years ago
Anirban Rahut 62384ebe9c Guarding extra fallocate call with TRAVIS because its not working pro… 8 years ago
Changli Gao 9f246298e2 Performance: Iterate vector by reference 8 years ago
Andrew Kryczka fe395fb63d Allow incrementing refcount on cache handles 8 years ago
Sunpoet Po-Chuan Hsieh 2172b660eb Fix build on FreeBSD 8 years ago
Dmitri Smirnov 3c233ca4ea Fix Windows environment issues 8 years ago
Maysam Yabandeh 7631734563 Fix the error in ColumnFamiliesTest 8 years ago
Daniel Black 7a02ad070f Update travis to ubuntu trusty 8 years ago
Siying Dong 60c509ff18 Fix valgrind failure in test CurrentFileModifiedWhileCheckpointing2PC 8 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 8 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 8 years ago
Dmitri Smirnov e04480faed Fix MS warnings. Use ROCKSDB_Prsz for size_t. 8 years ago
Yi Wu c081f7215b 5.0.1 release blog post 8 years ago
Islam AbdelRahman ac73d7558b Add GetSupportedCompressions() convenience function 8 years ago
Andrew Kryczka b104b87814 Maintain position in range deletions map 8 years ago
Yi Wu 640d724808 Update db_bench and sst_dump to test with block cache mid-point inser? 8 years ago
siddontang 653ac1f9c6 C API: support total_order_mode 8 years ago
Adam Retter 85ac1a320a Fix rocksdb::Status::getState 8 years ago
Islam AbdelRahman 76711b6e77 Make ExternalSSTFileTest::CompactionDeadlock more deterministic 8 years ago
Islam AbdelRahman c963460dbc Fix tests under GCC_481 8 years ago
Andrew Kryczka 33c86d677f Fix backupable db test 8 years ago
Vincent Lee e425ec1162 utilities/backupable: backup should limit the copy size of wal. 8 years ago
Maysam Yabandeh 0712d541d1 Delegate Cleanables 8 years ago
Islam AbdelRahman d58ef52ba6 Allow SstFileWriter to Fadvise the file away from page cache 8 years ago