Commit Graph

169 Commits (7e37a5918cbe18e6aca0751d9ff01c0e1dc3b055)

Author SHA1 Message Date
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 9 years ago
Naitik Shah 99a3bf8f62 Merge pull request #1068 from daaku/c-purge-old-backups 9 years ago
Naitik Shah c146c9be18 rocksdb_create_mem_env to allow C libraries to create mem env (#1066) 9 years ago
Naitik Shah 6da70c5815 expose more options in the c api (#1067) 9 years ago
Naitik Shah 6f01687aae C rocksdb_create_iterators to expose NewIterators (#1069) 9 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 9 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 9 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Warren Falk 0fde291abe expose memtable_prefix_bloom_huge_page_tlb_size option to C API 9 years ago
Warren Falk 7e81dba5cf Support creation of "full" format bloom filter from C API 9 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 9 years ago
Sage Weil 543c12ab06 options: add recycle_log_file_num option 10 years ago
Igor Canadi 1eff1834b2 Remove non-existing functions. Closes #680 10 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 10 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 10 years ago
sdong f9728640f3 "make format" against last 10 commits 10 years ago
Dmitri Smirnov ef4b87f1b2 Commit both PR and internal code review changes 10 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 10 years ago
Reed Allman 735df66552 C: add WriteBatch.PutLogData support 10 years ago
Reed Allman 211a195d41 C: add MultiGet support 10 years ago
Reed Allman 5dc174e11a C: add support for WriteBatch SliceParts params 10 years ago
Igor Canadi 408cc4b8e0 Revert "Merge pull request #621 from rdallman/c-slice-parts-support" 10 years ago
Reed Allman 21cd6b7ad8 C: add support for WriteBatch SliceParts params 10 years ago
agiardullo c815351038 Support saving history in memtable_list 10 years ago
Reed Allman 9c38ce1d02 C: extra bbto / noop slice transform 10 years ago
Holodov Alexander 84a9c6a53a add comment 10 years ago
Holodov Alexander eeb44366ba C api: human-readable statistics 10 years ago
Jim Meyering c37937a9ce maint: remove extraneous "const" attribute from return type 10 years ago
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 10 years ago
Marko Kevac 86e2a1eeea Allow creating backups from C 10 years ago
Xiangyong Ouyang 2a7bd0ea45 Remove duplicated method declarations in C header. 10 years ago
Reed Allman 88dd8d889b c api: add max wal total to opts 10 years ago
Lukáš Lalinský c44a292781 Add cuckoo table options to the C interface 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 11 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 11 years ago
Lei Jin 1755581f19 improve OptimizeForPointLookup() 11 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 11 years ago
Spencer Kimball 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of 11 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 11 years ago
Demon 7ef7df005f fix project name in the comments 11 years ago
Reed Allman 1fc71a4b16 C API: create missing cf's, cleanup 11 years ago
Reed Allman fd3fb4b0bf C API: update options w/ convenience funcs & fifo compaction 11 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 11 years ago
Evan Shaw 3f7104d7c5 C API: Allow setting compaction filter factory 11 years ago
Evan Shaw 91bede79cc C API: Add support for compaction filter factories (v1) 11 years ago
Reed Allman 1a34aaaef0 C API: column family support 11 years ago
Evan Shaw 9fc23d0c56 C API: support constructing write batch from serialized representation 11 years ago
Evan Shaw d72313a7fa Add a way to set compaction filter in the C API 11 years ago
Evan Shaw df2701373d Support for compaction filters in the C API 11 years ago