summary refs log tree commit diff
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-05Missing return for when the event was already persistedMark Haines1-1/+1
2015-05-05Invalidate the caches from the correct threadMark Haines6-29/+46
2015-05-05Sequence the modifications to the cache so that selects don't race with insertsMark Haines1-3/+23
2015-05-05Correctly name transactionErik Johnston1