summary refs log tree commit diff
path: root/synapse/storage/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-391/+0
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-8/+6
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-42/+35
* run isortAmber Brown2018-07-091-7/+6
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-1/+2
* remove dead filter_events_for_clientsRichard van der Hoff2018-06-121-20/+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
* | Fewer lies are betterErik Johnston2018-03-011-2/+2
* | Improve caching for read_marker APIErik Johnston2018-03-011-0/+35
* | Add some caches to help read marker APIErik Johnston2018-03-011-0/+2
* | Update copyrightErik Johnston2018-02-231-0/+1
* | Use absolute importsErik Johnston2018-02-231-2/+2
* | Split AccountDataStore and TagStoreErik Johnston2018-02-211-15/+60
|/
* Avoid locking account_data tables for upsertsRichard van der Hoff2017-11-161-36/+49
* Up cache size of get_global_account_data_by_type_for_userErik Johnston2017-11-131-1/+1
* Perf: Don't filter events for pushErik Johnston2017-07-071-0/+13
* Revert "Speed up filtering of a single event in push"Erik Johnston2017-05-081-13/+0
* Speed up filtering of a single event in pushErik Johnston2017-04-281-0/+13
* User Cursor.__iter__ instead of fetchallErik Johnston2017-03-231-2/+2
* Don't hit DB for noop replications queriesErik Johnston2016-06-081-0/+3
* Add bulk fetch storage APIErik Johnston2016-05-051-3/+22
* Implement basic ignore userErik Johnston2016-05-041-0/+31
* Use a stream id generator for backfilled idsMark Haines2016-04-011-2/+2
* Merge pull request #489 from matrix-org/markjh/replicationMark Haines2016-03-011-2/+34
|\
| * Add a /replication API for extracting the updates that happened onMark Haines2016-03-011-2/+34
* | Load the current id in the IdGenerator constructorMark Haines2016-03-011-4/+4
|/
* Remove unused param from get_max_tokenErik Johnston2016-02-181-2/+2
* Invalidate _account_data_stream_cache correctlyErik Johnston2016-01-291-0/+4
* Prefill stream change cachesErik Johnston2016-01-291-9/+0
* Bump AccountDataAndTagsChangeCache sizeErik Johnston2016-01-291-1/+1
* Amalgamate tags and account data stream cachesErik Johnston2016-01-281-1/+2
* Don't use defer.returnValueErik Johnston2016-01-281-1/+1
* Change name and doc has_entity_changedErik Johnston2016-01-281-1/+1
* Cache tags and account dataErik Johnston2016-01-281-1/+19
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-0/+211