summary refs log tree commit diff
path: root/synapse/storage/events_bg_updates.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-505/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Merge pull request #6156 from matrix-org/erikj/postgres_anyErik Johnston2019-10-101-5/+7
|\ | | | | Use Postgres ANY for selecting many values.
| * Replace IN usage with helper funcsErik Johnston2019-10-101-5/+7
| |
* | Do the update as a background indexErik Johnston2019-10-091-0/+43
|/
* Add received_ts column to redactions.Erik Johnston2019-10-011-0/+61
| | | | | This will allow us to efficiently search for uncensored redactions in the DB before a given time.
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
|
* Run Black. (#5482)Amber Brown2019-06-201-9/+7
|
* Update synapse/storage/events_bg_updates.pyErik Johnston2019-05-301-1/+1
| | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Rename constantErik Johnston2019-05-301-3/+3
|
* Move event background updates to a separate fileErik Johnston2019-05-301-0/+401