summary refs log tree commit diff
path: root/pyproject.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-31Add indices. Remove room_ids accidentally addedErik Johnston2-13/+56
2019-05-30Join against events to use its room_id indexErik Johnston1-1/+6
2019-05-30Move deletion from table inside txnErik Johnston1-2/+5
2019-05-30Fetch membership counts all at onceErik Johnston2-38/+18
2019-05-30Get events all at onceErik Johnston1-33/+26
2019-05-30Update synapse/storage/events_bg_updates.pyErik Johnston1-1/+1
2019-05-30Rename constantErik Johnston1-3/+3
2019-05-30Move event background updates to a separate fileErik Johnston3-369/+405
2019-05-30Fixup comments and loggingErik Johnston2-9/+15
2019-05-29LintAaron Raimist1-2/+0
2019-05-29Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) v0.99.5.1.dev0Richard van der Hoff2-4/+1
2019-05-29Improve logging for logcontext leaks. (#5288)Richard van der Hoff2-9/+14
2019-05-30