Commit Graph

375 Commits (d733dd572856677fab530dc930ab45ac29bf861b)

Author SHA1 Message Date
Igor Canadi a9f0e2b5b6 Fix compile 10 years ago
stash93 03bbf718cb Return fbson 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Igor Canadi b8ac71ba18 Revert "Fbson to Json" 10 years ago
stash93 7ce1b2c19c Fbson to Json 10 years ago
Wei Wei 513ad866b2 modify double type euqal compare in json_document.cc 10 years ago
Igor Canadi 8d3819369f NewIteratorWithBase() for default column family 10 years ago
Igor Canadi 173c52a97f Fix build on older compilers -- emplace() is not available 10 years ago
Igor Canadi a52dd00243 Fix ASAN failure with backupable DB 10 years ago
Venkatesh Radhakrishnan f2ddb8b452 Fix for bug where GeoDB accesses key after next modification of iterator 10 years ago
Igor Canadi abb9b95ffe Move compression functions from port/ to util/ 10 years ago
Robert 628a67b007 Reduce memory footprint in backupable db. 10 years ago
stash93 4b57d9a820 Fixed negative numbers comparison in DocumentDB 10 years ago
Robert 49376bfe87 Fix errors when using -Wshorten-64-to-32. 10 years ago
Robert a8c5564a9d Do not issue extra GetFileSize() calls when loading BackupMeta. 10 years ago
Robert caa1fd0e0e Improve performance when loading BackupMeta. 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Igor Canadi ade4034a9d MultiGet for DBWithTTL 10 years ago
Igor Canadi cd278584c9 Clean up StringSplit 10 years ago
Bryan Rosario 9e285d4238 Added CompatibleOptions for compatibility with LevelDB Options 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Hasnain Lakhani 373c665edf Fix broken test in 31b02d. 10 years ago
Igor Canadi cd0980150b Add concurrency to compacting SpatialDB 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
sdong ac6afaf9ef Enforce naming convention of getters in version_set.h 10 years ago
Jonah Cohen c1a924b9f0 Move convenience.h to /include 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
sdong 4d2ba38b65 Make VersionBuilder unit testable 10 years ago
Yueh-Hsuan Chiang 37e9b63701 Apply InfoLogLevel to the logs in utilities/ttl/db_ttl_impl.h 10 years ago
Yueh-Hsuan Chiang 6afafa3694 Apply InfoLogLevel to the logs in utilities/merge_operators/uint64add.cc 10 years ago
sdong 76d1c28e82 Make CompactionPicker more easily tested 10 years ago
Lei Jin 834c67d77f rename FileLevel to LevelFilesBrief / unfriend CompactedDBImpl 10 years ago
sdong 5cc9adf5ba WriteBatchWithIndex's Iterator bug of SeekToFirst() and SeekToLast() 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Igor Canadi 63eade401a Fix error introduced by merge 10 years ago
Nik Bougalis b87db07152 Avoid dereferencing a null field 10 years ago
fyrz 1c7c764761 Replaced obsolete comparator with builtin variant. 10 years ago
Danny Al-Gaaf 9d6f380866 backupable_db_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 8ff0b40955 document_db_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 177caca428 ttl/ttl_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 86e29f0334 document_db.cc: remove unused variable 10 years ago
Danny Al-Gaaf e55aea5512 document_db.cc: fix assert 10 years ago
Danny Al-Gaaf b140375565 ttl/ttl_test.cc: prefer prefix ++operator for non-primitive types 10 years ago
Danny Al-Gaaf 43c789c8f2 spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' 10 years ago