summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2015-06-12db_bench periodically writes QPS to CSV fileIgor Canadi
2015-06-12Fixed false alarm of size comparison in compaction_job_stats_testYueh-Hsuan Chiang
2015-06-12Revert skip bottommost compactionIslam AbdelRahman
2015-06-12Skip bottom most level compaction if no compaction filterIslam AbdelRahman
2015-06-11Slow down writes by bytes writtensdong
2015-06-11Don't let two L0->L1 compactions run in parallelIgor Canadi
2015-06-11Add largest sequence to FlushJobInfoIslam AbdelRahman
2015-06-11Add Env::GetThreadID(), which returns the ID of the current thread.Yueh-Hsuan Chiang
2015-06-11Handling edge cases for ReFitLevelIslam AbdelRahman
2015-06-10C: add WriteBatch.PutLogData supportReed Allman
2015-06-09Make "make all" work for CYGWINsdong
2015-06-09Print info message about files need compaction for debuging purposesdong
2015-06-09Fix hang when closing a DB after doing loads with WAL disabled.Venkatesh Radhakrishnan
2015-06-08GetSnapshot() and ReleaseSnapshot() to move new and free out of DB mutexsdong
2015-06-08Use nullptr for default compaction_filter_factoryIslam AbdelRahman
2015-06-08Fix ASAN errors in c_testIgor Canadi
2015-06-08Merge pull request #625 from rdallman/c-slice-parts-supportIgor Canadi
2015-06-08Merge pull request #622 from rdallman/c-multigetIgor Canadi
2015-06-05Add TablePropertiesCollector::NeedCompact() to suggest DB to further compact ...sdong
2015-06-05[API Change] Improve EventListener::OnFlushCompleted interfaceYueh-Hsuan Chiang
2015-06-05Revert incorrect commitYueh-Hsuan Chiang
2015-06-05Unlock mutex in ReFitLevelIslam AbdelRahman
2015-06-05Fixed the tsan failure in util/compaction_job_stats_impl.ccYueh-Hsuan Chiang
2015-06-05Fix compileIgor Canadi
2015-06-04Allowing L0 -> L1 trivial move on sorted dataIslam AbdelRahman
2015-06-04Changed the CompactionJobStats::output_key_prefix type from char[] to string.Yueh-Hsuan Chiang
2015-06-03Add EventListener::OnTableFileDeletion()Yueh-Hsuan Chiang
2015-06-03C: add MultiGet supportReed Allman
2015-06-03C: add support for WriteBatch SliceParts paramsReed Allman
2015-06-03Fix compile on darwinIgor Canadi
2015-06-03Fix DBTest.MigrateToDynamicLevelMaxBytesBase slowness with valgrindsdong
2015-06-03Revert "Merge pull request #621 from rdallman/c-slice-parts-support"Igor Canadi
2015-06-03Merge pull request #621 from rdallman/c-slice-parts-supportIgor Canadi
2015-06-02Remove a TODO that has been doneYueh-Hsuan Chiang
2015-06-02Fix compile warning in db/db_implYueh-Hsuan Chiang
2015-06-02Allow EventListener::OnCompactionCompleted to return CompactionJobStats.Yueh-Hsuan Chiang
2015-06-02Fixed heap-use-after-free error in compaction_job_test.ccYueh-Hsuan Chiang
2015-06-02Fix a compile warning in listener_test.ccYueh-Hsuan Chiang
2015-06-02Add EventListener::OnTableFileCreated()Yueh-Hsuan Chiang
2015-06-02Add a stats counter for DB_WRITE back which was mistakenly removed.Yueh-Hsuan Chiang
2015-06-02more times in perf_context and iostats_contextMike Kolupaev
2015-06-01Allow users to migrate to options.level_compaction_dynamic_level_bytes=true u...sdong
2015-06-01Removed DBImpl::notifying_events_Yueh-Hsuan Chiang
2015-05-31Merge pull request #617 from rdallman/wb-merge-slicepartsIgor Canadi
2015-05-30Fix compile on darwinIgor Canadi
2015-05-29fix LITE buildagiardullo
2015-05-29Optimistic Transactionsagiardullo
2015-05-29C: add support for WriteBatch SliceParts paramsReed Allman
2015-05-29WriteBatch.Merge w/ SliceParts supportReed Allman
2015-05-28Support saving history in memtable_listagiardullo