summary refs log tree commit diff
path: root/synapse/storage/background_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run things as background processesRichard van der Hoff2018-07-181-2/+8
* run isortAmber Brown2018-07-091-5/+5
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-1/+2
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-2/+1
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2018-03-191-1/+1
|\
| * Replace ujson with simplejsonErik Johnston2018-03-151-1/+1
* | Reinstate event_search_postgres_gist handlerRichard van der Hoff2018-02-021-0/+19
|/
* Check database in has_completed_background_updatesRichard van der Hoff2017-11-221-2/+25
* Fix error on sqlite 3.7Richard van der Hoff2017-11-211-1/+11
* Make __init__ consitstent across Store heirarchyRichard van der Hoff2017-11-131-2/+2
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Don't create event_search index on sqliteRichard van der Hoff2017-05-111-3/+10
* Add an index to event_searchRichard van der Hoff2017-05-111-3/+7
* Fix bgupdate error if index already exists (#2167)Richard van der Hoff2017-04-271-30/+53
* Remove broken use of clock.call_laterRichard van der Hoff2017-03-181-12/+3
* Add WHERE clause support to index creationErik Johnston2016-09-121-9/+15
* Reindex state_groups_state after pruningErik Johnston2016-09-081-2/+4
* fix: defer.returnValue takes one argumentMark Haines2016-07-251-1/+1
* background updates: fix assert againRichard van der Hoff2016-07-251-1/+1
* background updates: Fix assertion to do somethingRichard van der Hoff2016-07-251-2/+2
* Fix background_update testsRichard van der Hoff2016-07-251-7/+20
* Create index on user_ips in the backgroundRichard van der Hoff2016-07-221-7/+66
* Simplify query and handle finishing correctlyErik Johnston2016-04-221-1/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix the background updateMark Haines2015-11-111-5/+8
* Run the background updates when starting synapse.Mark Haines2015-11-101-7/+50
* Add storage module for tracking background updates.Mark Haines2015-11-091-0/+210