summary refs log tree commit diff
path: root/synapse/storage/schema/delta/35 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-219-208/+2
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Add a room visibility streamErik Johnston2016-09-141-0/+33
|
* Add a DB index to figure out past state at a stream ordering in a roomErik Johnston2016-09-141-0/+37
|
* Index contains_url for file search queriesErik Johnston2016-09-121-0/+17
|
* Make reindex happen in bgErik Johnston2016-09-121-3/+2
|
* Merge remote-tracking branch 'origin/develop' into ↵David Baker2016-09-093-0/+80
|\ | | | | | | dbkr/make_notif_highlight_query_fast
| * Use the previous MAX value if any to set the stream_idMark Haines2016-09-091-1/+2
| |
| * Track the max_stream_device_id in a separate table, since we delete from the ↵Mark Haines2016-09-091-0/+20
| | | | | | | | inbox table
| * Merge pull request #1087 from matrix-org/markjh/reapply_deltaMark Haines2016-09-091-0/+39
| |\ | | | | | | Reapply 34/device_outbox in 35/device_outbox_again.py since the schem…
| | * Just move the schema and add some DROPsMark Haines2016-09-092-34/+39
| | |
| | * Only catch databas errorsMark Haines2016-09-081-1/+1
| | |
| | * Add a stub run_upgradeMark Haines2016-09-081-0/+4
| | |
| | * Reapply 34/device_outbox in 35/device_outbox_again.py since the schema was ↵Mark Haines2016-09-081-0/+30
| | | | | | | | | | | | bumped before it landed on develop
| * | Add delta fileErik Johnston2016-09-081-0/+20
| |/
* / Add index to event_push_actionsDavid Baker2016-09-091-0/+18
|/ | | | | | and remove room_id caluse so it uses it Mostly from @negativemjark
* Correctly delete old state groups in purge history APIErik Johnston2016-09-051-0/+1
|
* Add upgrade script that will slowly prune state_groups_state entriesErik Johnston2016-09-051-0/+17
|
* Move to storing state_groups_state as deltasErik Johnston2016-09-011-0/+21