Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-05-31 | Add indices. Remove room_ids accidentally added | Erik Johnston | 2 | -13/+56 |
2019-05-30 | Join against events to use its room_id index | Erik Johnston | 1 | -1/+6 |
2019-05-30 | Move deletion from table inside txn | Erik Johnston | 1 | -2/+5 |
2019-05-30 | Fetch membership counts all at once | Erik Johnston | 2 | -38/+18 |
2019-05-30 | Get events all at once | Erik Johnston | 1 | -33/+26 |
2019-05-30 | Update synapse/storage/events_bg_updates.py | Erik Johnston | 1 | -1/+1 |
2019-05-30 | Rename constant | Erik Johnston | 1 | -3/+3 |
2019-05-30 | Move event background updates to a separate file | Erik Johnston | 3 | -369/+405 |
2019-05-30 | Fixup comments and logging | Erik Johnston | 2 | -9/+15 |
2019-05-29 | Lint | Aaron Raimist | 1 | -2/+0 |
2019-05-29 | Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) v0.99.5.1.dev0 | Richard van der Hoff | 2 | -4/+1 |
2019-05-29 | Improve logging for logcontext leaks. (#5288) | Richard van der Hoff | 2 | -9/+14 |