summary refs log tree commit diff
path: root/synapse/storage/databases/main/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+2
* Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9...Eric Eastwood2021-02-101-10/+0
* Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-211-0/+18
|\
| * Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston2021-01-211-0/+18
* | Use execute_batch in more places (#9188)Erik Johnston2021-01-211-1/+1
|/
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-182-0/+52
* Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+17
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-112-0/+68
* Remove old tables after schema version bump (#9055)Erik Johnston2021-01-112-0/+34
* Ensure rejected events get added to some metadata tables (#9016)Erik Johnston2021-01-111-0/+17
* Drop last_used column from access_tokens (#9025)Jerin J Titus2021-01-112-0/+78
* Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-072-0/+43
* Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-071-0/+82
* Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-0/+18
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-0/+18
* UIA: offer only available auth flowsRichard van der Hoff2020-12-021-0/+17
* Add missing `ordering` to background updates (#8850)Richard van der Hoff2020-12-014-12/+12
* Drop (almost) unused index on event_json (#8845)Richard van der Hoff2020-11-301-0/+19
* Improve start time by adding index to e2e_cross_signing_keys (#8694)Erik Johnston2020-11-021-0/+17
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+17
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+2
* Move schema file for as_device_stream (#8590)Will Hunt2020-10-201-3/+2
* Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2020-10-191-0/+1
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+18
* Include user agent in user daily visits table (#8503)Neil Johnson2020-10-151-0/+18
* Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-0/+40
* Only send RDATA for instance local events. (#8496)Erik Johnston2020-10-091-0/+17
* Use vector clocks for room stream tokens. (#8439)Erik Johnston2020-10-071-0/+25
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+20
* Add support for MSC2732: olm fallback keys (#8312)Hubert Chathi2020-10-061-0/+24
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-0210-41/+24
* typoMatthew Hodgson2020-09-281-1/+1
* Fix schema delta for servers that have not backfilled (#8396)Erik Johnston2020-09-251-1/+3
* Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-0/+22
* Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-142-0/+42
* Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-091-0/+28
* Include method in thumbnail media name (#7124)DeepBlueV7.X2020-09-082-0/+77
* Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-0/+22
* Merge branch 'release-v1.20.0' into developRichard van der Hoff2020-09-061-3/+3
|\
| * Unread counts fixes (#8254)Brendan Abolivier2020-09-041-3/+3
* | In light of #8255, use BIGINTs for destination_rooms (#8256)reivilibre2020-09-041-1/+1
* | Catch up after Federation Outage (split, 2): Track last successful stream ord...reivilibre2020-09-041-0/+21
* | Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+42
|/
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-042-42/+0
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-0/+26
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-022-0/+42
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-0/+25
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-0/+18
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-0/+17
* Revert #7736 (#8039)Brendan Abolivier2020-08-061-18/+0
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-05216-0/+8908