Commit Graph

162 Commits (4d40b10e0f111319a45a53dc074df635a5a76853)

Author SHA1 Message Date
Victor Grishchenko c9ace1d81b expose WAL iterator in the C API 6 years ago
Vincent Lee 7c9f23e6db Rate limiter should be allowed to share between different rocksdb instances in C API 6 years ago
przemyslaw.skibinski@percona.com dee95a1afc Fix GitHub issue #3716: gcc-8 warnings 6 years ago
QingpingWang 2ce8f63f81 C API for PerfContext 6 years ago
Bruce Mitchener 0de710f5b8 Use nullptr instead of NULL / 0 more consistently. 6 years ago
Stuart f021f1d9e1 Add rocksdb_open_with_ttl function in C API 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 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 7 years ago
Oleksandr Anyshchenko ffac68367f Added save points for transactions C API 7 years ago
Oleksandr Anyshchenko 72e4190918 Additions for `OptimisticTransactionDB` in C API 7 years ago
mkosieradzki a12479819d Improved transactions support in C API 7 years ago
Kent767 ac098a4626 expose set_skip_stats_update_on_db_open to C bindings 7 years ago
Stanislav Tkach 25df24254b Add column families related functions (C API) 7 years ago
Oleksandr Anyshchenko 0cecf8155b Write batch for `TransactionDB` in C API 7 years ago
kapitan-k 34112aeffd Added db paths to c 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 7 years ago
boolean5 cb9392a094 add Transactions and Checkpoint to C API 7 years ago
siddontang 1ca723dbd1 C API: support pinnable get 7 years ago
Changjian Gao 3f73d54bbd Add C API to set max_file_opening_threads option 7 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 7 years ago
Warren Falk 41ccae6d26 Add C API functions (and tests) for WriteBatchWithIndex 7 years ago
Sagar Vemuri 1ffbdfd9a7 Add a new SstFileWriter constructor without explicit comparator 7 years ago
Islam AbdelRahman f89b3893c0 Remove skip_table_builder_flush and default it to true 7 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 7 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 7 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
Vincent Lee e425ec1162 utilities/backupable: backup should limit the copy size of wal. 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
Aaron Gao e48f3f8b9e remove tabs and duplicate #include in c api 8 years ago
Jay Lee a7875272d7 c: support seek_for_prev 8 years ago