Commit Graph

49 Commits (76383bea5df1136c95babf5f9f40b24f85e9ad8e)

Author SHA1 Message Date
Yanqin Jin 3b6dc049f7 Support user-defined timestamps in write-committed txns (#9629) 2 years ago
jsteemann a7478070f3 Fix small issues (#5896) 3 years ago
Yanqin Jin 1a79839c59 Some code cleanup (#9003) 3 years ago
Sergei Petrunia daab7603f6 Range Locking: Implementation of range locking (#7506) 4 years ago
Cheng Chang 5227b315ec Fix unchecked statuses for transaction_test (#7572) 4 years ago
Cheng Chang 0ea7db768e Abstract out LockManager interface (#7532) 4 years ago
Cheng Chang 71c7e4935e Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Adam Retter 6d58ea901d Fix compilation under MSVC VS2015 (#6081) 5 years ago
Manuel Ung f622ca2c7c WriteUnPrepared: savepoint support (#5627) 5 years ago
Manuel Ung 230b909da8 Fix PopSavePoint to merge info into the previous savepoint (#5628) 5 years ago
Manuel Ung 0acaa1a846 WriteUnPrepared: use tracked_keys_ to track keys needed for rollback (#5562) 5 years ago
anand76 1c8cbf315f Extend MultiGet batching to Transactions (#5210) 5 years ago
jsteemann de76909464 refactor SavePoints (#5192) 5 years ago
Maysam Yabandeh b878f93c70 Extend Transaction::GetForUpdate with do_validate (#4680) 6 years ago
jsteemann 90f744941d adds missing PopSavePoint method to Transaction (#4256) 6 years ago
Maysam Yabandeh b225de7e10 WritePrepared Txn: smallest_prepare optimization 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
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 6 years ago
Maysam Yabandeh 2515266725 WritePrepared Txn: Refactoring TrackKeys 7 years ago
Maysam Yabandeh 17731a43a6 WritePrepared Txn: Optimize for recoverable state 7 years ago
Yi Wu ec48e5c77f Add TransactionDB::SingleDelete() 7 years ago
Maysam Yabandeh ccf7f833e3 Use PinnableSlice in Transactions 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
Manuel Ung 9300ef5455 Fix shared lock upgrades 7 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 7 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 8 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 8 years ago
Reid Horuff 8a66c85e90 [rocksdb] Two Phase Transaction 8 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 8 years ago
agiardullo 200080ed72 Improve snapshot handling for Transaction reinitialization 8 years ago
agiardullo 5ea9aa3c14 TransactionDB:ReinitializeTransaction 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
agiardullo fe93bf9b5d Transaction::UndoGetForUpdate 9 years ago
agiardullo 45768ade4f transaction allocation perf improvements 9 years ago
agiardullo 84f98792d6 Transaction::SetWriteOptions() 9 years ago
Jay Edgar b28b7c6dd9 Added callback notification when a snapshot is created 9 years ago
Jay Edgar 8f143e03fb Add ClearSnapshot() 9 years ago
agiardullo def74f8763 Deferred snapshot creation in transactions 9 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 9 years ago
agiardullo afe0dc539b SingleDelete support for Transactions 9 years ago
agiardullo a3fc49bfdd Transactions: Release Locks when rolling back to a savepoint 9 years ago
agiardullo aa6eed0c1e Transaction stats 9 years ago
agiardullo 0f1aab6c12 Add SetLockTimeout for Transactions 9 years ago
agiardullo 20d1e547d1 Common base class for transactions 9 years ago
agiardullo c3466eab07 Have Transactions use WriteBatch::RollbackToSavePoint 9 years ago