Commit Graph

24 Commits (5bed8a0065af2f85c3d69f15f1b3dd3e5d04b656)

Author SHA1 Message Date
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
jsteemann e9c31ab159 save redundant key lookup in map of locked keys 7 years ago
jsteemann 4e7a182d09 Several small "fixes" 7 years ago
Manuel Ung e03377c7fd Add lock wait time as a perf context counter 7 years ago
Archit Mishra bddd5d3630 Added mechanism to track deadlock chain 7 years ago
Maysam Yabandeh eb6425303e Update WritePrepared with the pseudo code 7 years ago
Maysam Yabandeh bdc056f8aa Refactor PessimisticTransaction 7 years ago
Maysam Yabandeh c9804e007a Refactor TransactionDBImpl 7 years ago
Maysam Yabandeh c3d5c4d38a Refactor TransactionImpl 7 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Yi Wu c26a4d8e8a Fix compile error in trasaction_lock_mgr.cc 8 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 8 years ago
Manuel Ung e63350e726 Use more efficient hash map for deadlock detection 8 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 8 years ago
Manuel Ung be1f1092c9 Expose transaction id, lock state information and transaction wait information 8 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Gabriela Jacques da Silva 0c2bd5cb4b Removing data race from expirable transactions 9 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 9 years ago
agiardullo 77a28615ec Support static Status messages 9 years ago
agiardullo 0db807ec28 Transaction error statuses 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago