Commit Graph

183 Commits (7381dad1b15c8a26461444d52248db42aae5fe6e)

Author SHA1 Message Date
Vitaly Isaev 0bd2ede10e Memory usage stats in C API (#4340) 7 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 7 years ago
Huachao Huang d916a1105a c-api: add some missing options 7 years ago
Siying Dong ddc07b40fc Remove managed iterator 7 years ago
Maysam Yabandeh 80ade9ad83 Pin top-level index on partitioned index/filter blocks (#4037) 7 years ago
straw 89b37081a1 add c api rocksdb_sstfilewriter_file_size 7 years ago
QingpingWang 2807678b11 c api set bottommost level compaction 7 years ago
QingpingWang 070319f7bb add flush_before_backup parameter to c api rocksdb_backup_engine_create_new_backup 7 years ago
Vincent Lee 282099fc0f fix missing perfcontext destroy declare in C API 7 years ago
Victor Grishchenko c9ace1d81b expose WAL iterator in the C API 7 years ago
QingpingWang 2ce8f63f81 C API for PerfContext 7 years ago
Stuart f021f1d9e1 Add rocksdb_open_with_ttl function in C API 7 years ago
Chris Lu 24e2c1640d add support for allow_ingest_behind in C API 7 years ago
kapitan-k 75d57a5d53 C API: Add some block based table options 7 years ago
Griffin Smith 2f09524762 Expose all remaining read and write options via the C API 7 years ago
kapitan-k f1c5eaba56 updated c ingestexternalfileoptions for ingest behind 7 years ago
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Quinn Jarrell 6a541afcc4 Make bytes_per_sync and wal_bytes_per_sync mutable 8 years ago
Oleksandr Anyshchenko ffac68367f Added save points for transactions C API 8 years ago
Oleksandr Anyshchenko 72e4190918 Additions for `OptimisticTransactionDB` in C API 8 years ago
mkosieradzki a12479819d Improved transactions support in C API 8 years ago
Kent767 ac098a4626 expose set_skip_stats_update_on_db_open to C bindings 8 years ago
Stanislav Tkach 25df24254b Add column families related functions (C API) 8 years ago
Oleksandr Anyshchenko 0cecf8155b Write batch for `TransactionDB` in C API 8 years ago
kapitan-k 34112aeffd Added db paths to c 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Volker Mische bbaba51bbf Add missing index type to C-API 8 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 8 years ago
Sagar Vemuri 01ab7b528c Add ROCKSDB_LIBRARY_API macro to a few C APIs, to fix windows build 8 years ago
boolean5 cb9392a094 add Transactions and Checkpoint to C API 8 years ago
siddontang 1ca723dbd1 C API: support pinnable get 8 years ago
Changjian Gao 3f73d54bbd Add C API to set max_file_opening_threads option 8 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 8 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 8 years ago
Warren Falk 41ccae6d26 Add C API functions (and tests) for WriteBatchWithIndex 8 years ago
slyrz 5fa927aa97 Add Xpress and ZSTD CompressionType values to C header 8 years ago
Islam AbdelRahman f89b3893c0 Remove skip_table_builder_flush and default it to true 8 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
oranagra b96372dead improving the C wrapper 8 years ago
Jay Lee 537da370da c: allow set savepoint to writebatch 8 years ago
siddontang 653ac1f9c6 C API: support total_order_mode 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
siddontang 8f5d24ae68 C API: support get usage and pinned_usage for cache 8 years ago
siddontang b57dd9262a C API: support writebatch delete range 8 years ago
zhangjinpeng1987 45c7ce1377 CompactRangeOptions C API 8 years ago
Panagiotis Ktistakis 96fcefbf1d c api: expose option for dynamic level size target 8 years ago
zhangjinpeng1987 00197cff39 Add C API to set base_backgroud_compactions 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Jay Lee a7875272d7 c: support seek_for_prev 8 years ago