| Commit message (Expand) | Author | Files | Lines |
2015-05-13 | Fetch events from events_id in their own transactions | Erik Johnston | 3 | -18/+168 |
2015-05-13 | Typo | Erik Johnston | 1 | -1/+1 |
2015-05-13 | Don't insert None | Erik Johnston | 1 | -1/+4 |
2015-05-13 | Don't return None | Erik Johnston | 1 | -1/+1 |
2015-05-13 | Limit batch size | Erik Johnston | 1 | -5/+10 |
2015-05-13 | Fetch events in bulk | Erik Johnston | 2 | -34/+63 |
2015-05-13 | Don't fetch redaction and rejection stuff for each event, so we can use index... | Erik Johnston | 2 | -6/+24 |
2015-05-13 | Temp turn off checking for rejections and redactions | Erik Johnston | 1 | -5/+2 |
2015-05-13 | defer.gatherResults loop | Erik Johnston | 1 | -1/+7 |
2015-05-13 | Batch fetching of events for state groups | Erik Johnston | 1 | -1/+24 |
2015-05-13 | Load events for state group seperately | Erik Johnston | 2 | -5/+11 |
2015-05-12 | Don't talk to yourself when backfilling | Erik Johnston | 1 | -0/+2 |
2015-05-12 | You need to call contextmanager | Erik Johnston | 1 | -0/+1 |
2015-05-12 | Revert "Improvement to performance of presence event stream handling" | Mark Haines | 1 | -20/+6 |
2015-05-12 | Err, delete the right stuff | Erik Johnston | 1 | -4/+5 |
2015-05-12 | Newlines | Erik Johnston | 1 | -2/+0 |
2015-05-12 | We do actually want to delete rows out of event_backward_extremities | Erik Johnston | 1 | -4/+11 |
2015-05-12 | Fix up _handle_prev_events to not try to insert duplicate rows | Erik Johnston | 1 | -23/+13 |
2015-05-12 | Do state groups persistence /after/ checking if we have already persisted the... | Erik Johnston | 1 | -6/+9 |
2015-05-12 | s/backfil/backfill/ | Erik Johnston | 1 | -4/+4 |
2015-05-12 | Typos everywhere | Erik Johnston | 1 | -1/+1 |
2015-05-12 | And another typo. | Erik Johnston | 1 | -3/+3 |
2015-05-12 | Err, gatherResults doesn't take a dict... | Erik Johnston | 1 | -4/+7 |
2015-05-12 | Make distributer.fire work as it did | Erik Johnston | 1 | -20/+30 |
2015-05-12 | |