summaryrefslogtreecommitdiff
path: root/utilities/transactions/transaction_lock_mgr.cc
AgeCommit message (Expand)Author
2020-10-19Abstract out LockManager interface (#7532)Cheng Chang
2020-09-28Genericize and clean up FastRange (#7436)Peter Dillinger
2020-08-06Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013)Cheng Chang
2020-04-29Fix FilterBench when RTTI=0 (#6732)Derrick Pallas
2020-04-08Add unit test for TransactionLockMgr (#6599)Cheng Chang
2020-03-27Refactor IsLockExpired (#6586)Cheng Chang
2020-03-27Compute cv_end_time with simpler logic (#6585)Cheng Chang
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-04-15Improve transaction lock details (#5193)jsteemann
2019-04-10Reduce copies of LockInfo (#5172)Manuel Ung
2019-04-08Consolidate hash function used for non-persistent data in a new function (#5155)Siying Dong
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-23Small issues (#4564)jsteemann
2018-09-05Support pragma once in all header files and cleanup some warnings (#4339)cngzhnp
2018-06-27Store timestamp in deadlock detection (#4060)chouxi
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai
2018-02-20save redundant key lookup in map of locked keysjsteemann
2018-02-15Several small "fixes"jsteemann
2017-11-06Add lock wait time as a perf context counterManuel Ung
2017-08-17Added mechanism to track deadlock chainArchit Mishra
2017-08-16Update WritePrepared with the pseudo codeMaysam Yabandeh
2017-08-07Refactor PessimisticTransactionMaysam Yabandeh
2017-08-05Refactor TransactionDBImplMaysam Yabandeh
2017-08-03Refactor TransactionImplMaysam Yabandeh
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2016-12-06Fix compile error in trasaction_lock_mgr.ccYi Wu
2016-12-05Implement non-exclusive locksManuel Ung
2016-11-19Use more efficient hash map for deadlock detectionManuel Ung
2016-10-19Implement deadlock detectionManuel Ung
2016-09-30Expose transaction id, lock state information and transaction wait informationManuel Ung
2016-04-28Merge pull request #1101 from flyd1005/wip-fix-typoLi Peng
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-02Removing data race from expirable transactionsGabriela Jacques da Silva
2015-09-08TransactionDB Custom Locking APIagiardullo
2015-08-31Support static Status messagesagiardullo
2015-08-11Transaction error statusesagiardullo
2015-08-11Pessimistic Transactionsagiardullo