| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 1 | -21/+0 |
| | | | | | | The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate. It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that. | ||||
| * | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 4 | -170/+0 |
| | | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
| * | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
| | | |||||
| * | Replace ujson with simplejson | Erik Johnston | 2018-03-15 | 1 | -2/+2 |
| | | |||||
| * | Don't require config to create database | Erik Johnston | 2016-04-06 | 1 | -1/+5 |
| | | |||||
| * | copyrights | Matthew Hodgson | 2016-01-07 | 5 | -5/+5 |
| | | |||||
| * | Older versions of SQLite don't like IF NOT EXISTS in virtual tables | Erik Johnston | 2015-12-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #359 from matrix-org/markjh/incremental_indexing | Erik Johnston | 2015-11-11 | 2 | -75/+47 |
| |\ | | | | | Incremental background updates for db indexes | ||||
| | * | Fix param style to work on both sqlite and postgres | Mark Haines | 2015-11-11 | 1 | -2/+6 |
| | | | |||||
| | * | Fix the background update | Mark Haines | 2015-11-11 | 1 | -4/+3 |
| | | | |||||
| | * | Use a background task to update databases to use the full text search | Mark Haines | 2015-11-10 | 1 | -76/+24 |
| | | | |||||
| | * | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | The progress for each background update is stored as a JSON blob in the database. Each background update is broken up into separate batches. The batch size is automatically tuned to try avoid blocking single threaded databases for too long. | ||||
| * | | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 2015-11-10 | 1 | -0/+25 |
| |/ | |||||
| * | Remove accidentally added ID column | Daniel Wagner-Hall | 2015-11-06 | 1 | -1/+0 |
| | | |||||
| * | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -0/+26 |
| | | | | | Squash-merge of PR #345 from daniel/anonymousevents | ||||
| * | Merge pull request #335 from matrix-org/markjh/room_tags | Mark Haines | 2015-11-03 | 1 | -0/+38 |
| |\ | | | | | Add APIs for adding and removing tags from rooms | ||||
| | * | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 1 | -0/+1 |
| | | | |||||
| | * | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 1 | -0/+37 |
| | | | |||||
| * | | Add missing column | Daniel Wagner-Hall | 2015-10-30 | 1 | -1/+1 |
| |/ | |||||
| * | Pull out sender when computing search results | Erik Johnston | 2015-10-23 | 1 | -14/+17 |
| | | |||||
| * | Implement rank function for SQLite FTS | Erik Johnston | 2015-10-23 | 1 | -1/+1 |
| | | |||||
| * | PEP8 | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
| | | |||||
| * | Move FTS to delta 25 | Erik Johnston | 2015-10-22 | 1 | -0/+123 |
