summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-06Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automat...Erik Johnston1-1/+2
2015-05-05And use buffer(...) there as wellErik Johnston2-2/+3
2015-05-05Use buffer(...) when inserting into bytea columnErik Johnston2-4/+3
2015-05-05Add some doc-stringMark Haines1-0/+4
2015-05-05Fix the --help option for synapseMark Haines1-18/+29
2015-05-05Missed events are not outliersErik Johnston1-1/+1
2015-05-05Collect the invalidate callbacks on the transaction object rather than passin...Mark Haines7-51/+51
2015-05-05Add a comment about the zip(*[zip(sorted(...),...)])Erik Johnston1-0/+8
2015-05-05SYN-369: Add comments to the sequence number logic in the cacheMark Haines1-0/+7
2015-05-05Add debug flag in synapse/storage/_base.py for debugging the cache logic by c...Mark Haines1-1/+12
2015-05-05Don't insert without deduplication. In this case we never actually use this t...Erik Johnston1-22/+0
2015-05-05Invalidate the room_member cache if the current state events updatesMark Haines1-0/+5