summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/stream.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixup diffBrendan Abolivier2020-01-161-6/+7
* Remove get_room_event_after_stream_ordering entirelyBrendan Abolivier2020-01-161-57/+12
* LintBrendan Abolivier2020-01-161-6/+12
* Correctly order when selecting before stream orderingBrendan Abolivier2020-01-151-2/+5
* Fix typoBrendan Abolivier2020-01-151-1/+1
* Fix instantiation of message retention purge jobsBrendan Abolivier2020-01-151-12/+47
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-15/+15
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-7/+7
* Merge branch 'develop' into babolivier/context_filtersBrendan Abolivier2019-12-041-9/+33
|\
| * Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
| * 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
* | Update copyrightsBrendan Abolivier2019-11-051-0/+3
|/
* 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