| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2018-03-19 | 1 | -1/+1 |
|\ |
|
| * | Replace ujson with simplejson | Erik Johnston | 2018-03-15 | 1 | -1/+1 |
* | | Reinstate event_search_postgres_gist handler | Richard van der Hoff | 2018-02-02 | 1 | -0/+19 |
|/ |
|
* | Check database in has_completed_background_updates | Richard van der Hoff | 2017-11-22 | 1 | -2/+25 |
* | Fix error on sqlite 3.7 | Richard van der Hoff | 2017-11-21 | 1 | -1/+11 |
* | Make __init__ consitstent across Store heirarchy | Richard van der Hoff | 2017-11-13 | 1 | -2/+2 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Don't create event_search index on sqlite | Richard van der Hoff | 2017-05-11 | 1 | -3/+10 |
* | Add an index to event_search | Richard van der Hoff | 2017-05-11 | 1 | -3/+7 |
* | Fix bgupdate error if index already exists (#2167) | Richard van der Hoff | 2017-04-27 | 1 | -30/+53 |
* | Remove broken use of clock.call_later | Richard van der Hoff | 2017-03-18 | 1 | -12/+3 |
* | Add WHERE clause support to index creation | Erik Johnston | 2016-09-12 | 1 | -9/+15 |
* | Reindex state_groups_state after pruning | Erik Johnston | 2016-09-08 | 1 | -2/+4 |
* | fix: defer.returnValue takes one argument | Mark Haines | 2016-07-25 | 1 | -1/+1 |
* | background updates: fix assert again | Richard van der Hoff | 2016-07-25 | 1 | -1/+1 |
* | background updates: Fix assertion to do something | Richard van der Hoff | 2016-07-25 | 1 | -2/+2 |
* | Fix background_update tests | Richard van der Hoff | 2016-07-25 | 1 | -7/+20 |
* | Create index on user_ips in the background | Richard van der Hoff | 2016-07-22 | 1 | -7/+66 |
* | Simplify query and handle finishing correctly | Erik Johnston | 2016-04-22 | 1 | -1/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix the background update | Mark Haines | 2015-11-11 | 1 | -5/+8 |
* | Run the background updates when starting synapse. | Mark Haines | 2015-11-10 | 1 | -7/+50 |
* | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 1 | -0/+210 |