summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/stream.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Incorporate reviewBrendan Abolivier2019-11-081-12/+12
* LintBrendan Abolivier2019-11-071-2/+2
* Only join on event_labels if we're filtering on labelsBrendan Abolivier2019-11-071-9/+24
* Handle lack of filterBrendan Abolivier2019-11-071-5/+3
* Fix the SQL SELECT query in _paginate_room_events_txnBrendan Abolivier2019-11-071-2/+13
* Add more data to the event_labels table and fix the indexesBrendan Abolivier2019-11-011-1/+1
* Add more integration testingBrendan Abolivier2019-10-301-1/+1
* Implement filteringBrendan Abolivier2019-10-301-0/+9
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+948