Commit Graph

  • 5a25304627 Fix the CMakeLists for RocksJava Adam Retter 2017-05-24 11:13:25 -0700
  • 41cbb72749 options.delayed_write_rate use the rate of rate_limiter by default. Siying Dong 2017-05-24 09:52:08 -0700
  • 5068034666 range sync should be enabled Siying Dong 2017-05-24 09:43:32 -0700
  • 02594b5f11 Fix build errors in blob_dump_tool with GCC 4.8 Sagar Vemuri 2017-05-24 00:03:14 -0700
  • 52d9e5f7b6 Fix column family seconds_up accounting Igor Canadi 2017-05-23 17:07:37 -0700
  • 7d8207f1f2 Fix errors in clang-analyzer builds Sagar Vemuri 2017-05-23 14:57:32 -0700
  • 85b8569ae8 Fix release build on Linux Sagar Vemuri 2017-05-23 14:52:13 -0700
  • 69ec8356b2 Allow SstFileWriter to use the rate limiter Giuseppe Ottaviano 2017-05-23 11:36:06 -0700
  • 6cc9aef162 New API for background work in single thread pool Andrew Kryczka 2017-05-23 11:04:25 -0700
  • 9d0a07ed52 Fix rocksdb.estimate-num-keys DB property underflow Yi Wu 2017-05-23 10:32:02 -0700
  • 578fb0b1dc Simple blob file dumper Yi Wu 2017-05-23 10:30:04 -0700
  • ac39d6bec5 Core-local statistics Andrew Kryczka 2017-05-23 10:29:14 -0700
  • 3e86c0f07c disable direct reads for log and manifest and add direct io to tests Aaron Gao 2017-05-22 18:40:41 -0700
  • 15ba4d6c4b Address MS Visual Studio 2017 issue with autovector Dmitri Smirnov 2017-05-22 10:53:11 -0700
  • 88c818e437 Replace deprecated RocksDB#addFile with RocksDB#ingestExternalFile Adam Retter 2017-05-22 10:22:49 -0700
  • 228f49d20a Fix data races caught by tsan Sagar Vemuri 2017-05-22 10:21:38 -0700
  • 4c9d2b1046 remove #include port/port.h in public header file Aaron Gao 2017-05-20 16:34:55 -0700
  • 07bdcb91fe New WriteImpl to pipeline WAL/memtable write Yi Wu 2017-05-19 14:24:23 -0700
  • d746aead1a Suppress clang-analyzer false positive Yi Wu 2017-05-19 10:43:11 -0700
  • 217b866f47 column_family_test: EnvCounter::num_new_writable_file_ to be atomic Siying Dong 2017-05-18 13:55:00 -0700
  • 9f839a7f62 keep util/build_version.cc when make clean Aaron Gao 2017-05-18 12:19:26 -0700
  • 7eecd40a49 add emacs tags file - etags Leonidas Galanis 2017-05-18 07:50:40 -0700
  • 9bbba4fec1 Remoe unused BlockBasedTable::compaction_optimized_ Siying Dong 2017-05-18 06:28:11 -0700
  • f5ba131bf8 Fixed some spelling mistakes yizhu.sun 2017-05-17 23:03:54 -0700
  • 146b7718f0 Fix mingw compilation with -DNDEBUG Tamir Duberstein 2017-05-17 22:49:15 -0700
  • a36220ccfb fix unity test Aaron Gao 2017-05-17 18:46:03 -0700
  • 0ebdd70579 fixed typo hyunwoo 2017-05-17 16:38:05 -0700
  • 8032f4cb31 Remove -pie in TSAN Siying Dong 2017-05-17 15:49:06 -0700
  • 362ba9b02e Release RocksDB 5.5.0 Aaron Gao 2017-05-17 12:34:39 -0700
  • ba685a472a Support ingest_behind for IngestExternalFile Mikhail Antonov 2017-05-17 11:32:26 -0700
  • 01ab7b528c Add ROCKSDB_LIBRARY_API macro to a few C APIs, to fix windows build Sagar Vemuri 2017-05-17 10:10:22 -0700
  • cb9392a094 add Transactions and Checkpoint to C API boolean5 2017-05-16 22:57:05 -0700
  • 445f1235bf s/std::snprintf/snprintf Yi Wu 2017-05-16 11:50:43 -0700
  • cd593c2837 Fix travis java_test Yi Wu 2017-05-16 11:20:03 -0700
  • f720796e24 fixed typo hyunwoo 2017-05-16 10:56:31 -0700
  • a48a62d5ba define NDEBUG in CMake non-debug builds Nikhil Benesch 2017-05-16 10:31:24 -0700
  • 1ca723dbd1 C API: support pinnable get siddontang 2017-05-16 10:24:03 -0700
  • 2ef15b85de Core-local stats blog post Andrew Kryczka 2017-05-16 10:04:41 -0700
  • 4f9e69ccf4 fix log err 赵星宇 2017-05-15 14:46:01 -0700
  • 11c5d4741a cross-platform compatibility improvements Nikhil Benesch 2017-05-15 14:42:32 -0700
  • d004333021 Put lib files into suitable path in RPM package Jeff Li 2017-05-15 13:49:00 -0700
  • 86d5492530 Fix build error with blob DB. Yi Wu 2017-05-15 13:40:32 -0700
  • 254c468009 Fix the RocksJava Release on Windows Adam Retter 2017-05-15 12:27:46 -0700
  • 7a47b431f7 Fix .gitignore pattern Sergei Vorobev 2017-05-15 12:11:22 -0700
  • fa5a15ceb5 Make sure that zstd is statically linked correctly in the Java static build Adam Retter 2017-05-15 10:45:14 -0700
  • 3fa9a39c68 Add GetAllKeyVersions API Andrew Kryczka 2017-05-12 14:59:57 -0700
  • 1a60982a5a Simplified instructions for CentOS Adam Retter 2017-05-12 11:58:05 -0700
  • a5cc7ecec4 Facility for cross-building RocksJava using Docker Adam Retter 2017-05-12 11:23:14 -0700
  • ccd3dddf5c Blog post for partitioned index/filters Maysam Yabandeh 2017-05-12 10:42:37 -0700
  • b145c34d72 Update blog authors Maysam Yabandeh 2017-05-12 10:16:36 -0700
  • bbe9ee7dd4 core-local array type conversions Andrew Kryczka 2017-05-12 09:26:40 -0700
  • c2be434307 Build and link with ZStd when creating the static RocksJava build Adam Retter 2017-05-11 15:17:26 -0700
  • c61e72c421 Add missing files of blob_db to CMake file Yi Wu 2017-05-11 09:43:59 -0700
  • 3907c94ffb Fix ColumnFamilyTest:BulkAddDrop Yi Wu 2017-05-10 22:46:24 -0700
  • cda5fde2d9 CoreLocalArray class Andrew Kryczka 2017-05-10 18:16:31 -0700
  • 93949667cc update TARGETS Andrew Kryczka 2017-05-10 17:52:34 -0700
  • 4e83b8001a title: Bulkoading -> title: Bulkloading Matt Kohl 2017-05-10 16:47:22 -0700
  • d85ff4953c Blob storage pr Anirban Rahut 2017-05-10 14:54:35 -0700
  • 492fc49a86 fix readampbitmap tests Aaron Gao 2017-05-10 11:53:28 -0700
  • be421b0b16 portable sched_getcpu calls Andrew Kryczka 2017-05-10 11:50:10 -0700
  • 0f559abdb7 Add NO_UPDATE_BUILD_VERSION option to makefile Lovro Puzar 2017-05-10 11:22:44 -0700
  • 3a04a254ac Flink state Min Wei 2017-05-10 10:19:52 -0700
  • 35df23fe82 Fix suite exclisions Dmitri Smirnov 2017-05-10 10:18:26 -0700
  • e7cea86f77 Fixes the CentOS 5 cross-building of RocksJava Adam Retter 2017-05-10 08:54:46 -0700
  • 259a00eaca unbiase readamp bitmap Aaron Gao 2017-05-10 01:32:52 -0700
  • a620966969 port: updated PhysicalCoreID() Jos Collin 2017-05-09 18:43:23 -0700
  • df035b6826 Print compaction_options_universal.stop_style in LOG file Aaron Gao 2017-05-09 15:44:48 -0700
  • 4897eb250b dont skip IO for filter blocks Islam AbdelRahman 2017-05-09 09:49:41 -0700
  • 3f73d54bbd Add C API to set max_file_opening_threads option Changjian Gao 2017-05-08 22:09:06 -0700
  • 0b69e50791 Define CACHE_LINE_SIZE only when it's not defined Gunnar Kudrjavets 2017-05-08 16:04:19 -0700
  • 2cd00773c7 Add bulk create/drop column family API Yi Wu 2017-05-07 22:12:55 -0700
  • 40af2381ec Object lifetime in cache Maysam Yabandeh 2017-05-05 20:10:56 -0700
  • fdaefa0309 travis: add Windows cross-compilation Tamir Duberstein 2017-05-05 16:09:24 -0700
  • a30a696034 do not read next datablock if upperbound is reached Aaron Gao 2017-05-05 15:01:04 -0700
  • 2d42cf5ea9 Roundup read bytes in ReadaheadRandomAccessFile Aaron Gao 2017-05-05 11:58:10 -0700
  • 264d3f540c Allow IntraL0 compaction in FIFO Compaction Siying Dong 2017-05-04 18:14:29 -0700
  • 8c3a180e83 Set lower-bound on dynamic level sizes Andrew Kryczka 2017-05-04 18:03:22 -0700
  • 7c1c8ce5ac Avoid calling fallocate with UINT64_MAX Andrew Kryczka 2017-05-04 17:40:29 -0700
  • a45e98a5b5 max_open_files dynamic set, follow up Leonidas Galanis 2017-05-04 10:28:22 -0700
  • 6b99dbe049 fix memory alignment with logical sector size Aaron Gao 2017-05-04 01:21:31 -0700
  • e7ae4a3a02 Max open files mutable Leonidas Galanis 2017-05-03 20:46:17 -0700
  • 60847a3b08 port: updated PhysicalCoreID() Jos Collin 2017-05-03 12:48:23 -0700
  • b551104e04 support PopSavePoint for WriteBatch siddontang 2017-05-03 10:54:07 -0700
  • 498693cf3e Remove orphaned Java classes Adam Retter 2017-05-02 20:33:25 -0700
  • 5e2ebf2bdc travis: add CMake compilation Tamir Duberstein 2017-05-02 15:09:40 -0700
  • af6fe69e4c Fix an issue of manual / auto compaction data race Siying Dong 2017-05-02 15:01:07 -0700
  • 6798d1f3be Revert "Delete filter before closing the table" Maysam Yabandeh 2017-05-02 13:39:09 -0700
  • 89833577a8 Delete filter before closing the table Maysam Yabandeh 2017-05-01 18:17:01 -0700
  • 47a09b0a88 Avoid pinning when row cache is accessed Maysam Yabandeh 2017-05-01 17:43:52 -0700
  • aeaba07b2a Remove an assert that causes TSAN failure. Siying Dong 2017-05-01 16:05:21 -0700
  • 0b90aa9515 Set VALGRIND_VER Siying Dong 2017-05-01 16:01:16 -0700
  • a2b05210ef Make PosixLogger::flush_pending_ atomic Siying Dong 2017-04-28 17:00:24 -0700
  • da4b2070b3 Fix WriteBatchWithIndex address use after scope error Yi Wu 2017-04-28 12:33:30 -0700
  • d616ebea23 Add GPLv2 as an alternative license. Siying Dong 2017-04-27 17:50:56 -0700
  • 4439b4596e Add documentation license Joel Marcey 2017-04-27 17:36:35 -0700
  • 0ca3ead0cb add GetRootDB() in DeleteFilesInRange Aaron Gao 2017-04-27 14:15:30 -0700
  • cdad04b051 Remove double buffering on RandomRead on Windows. Dmitri Smirnov 2017-04-27 12:19:55 -0700
  • e15382c09c Disable two flaky tests Siying Dong 2017-04-26 17:12:28 -0700
  • 2150cc1f3e fix WritableFile buffer size in direct IO Aaron Gao 2017-04-26 15:28:50 -0700
  • efc361ef7d Add user stats Reset API Andrew Kryczka 2017-04-26 15:19:50 -0700