Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -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_any | Erik Johnston | 2019-10-10 | 1 | -5/+7 |
|\ | | | | | Use Postgres ANY for selecting many values. | ||||
| * | Replace IN usage with helper funcs | Erik Johnston | 2019-10-10 | 1 | -5/+7 |
| | | |||||
* | | Do the update as a background index | Erik Johnston | 2019-10-09 | 1 | -0/+43 |
|/ | |||||
* | Add received_ts column to redactions. | Erik Johnston | 2019-10-01 | 1 | -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 Brown | 2019-07-23 | 1 | -3/+3 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -9/+7 |
| | |||||
* | Update synapse/storage/events_bg_updates.py | Erik Johnston | 2019-05-30 | 1 | -1/+1 |
| | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Rename constant | Erik Johnston | 2019-05-30 | 1 | -3/+3 |
| | |||||
* | Move event background updates to a separate file | Erik Johnston | 2019-05-30 | 1 | -0/+401 |