summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some more statsErik Johnston2017-06-152-0/+28
* Fix phone home statsErik Johnston2017-06-142-71/+43
* CommentErik Johnston2017-05-171-0/+5
* Short circuit when we have delta idsErik Johnston2017-05-171-3/+19
* Speed up get_joined_hostsErik Johnston2017-05-161-1/+2
* Merge pull request #2224 from matrix-org/erikj/prefill_stateErik Johnston2017-05-163-9/+26
|\
| * Remove spurious merge artifactsErik Johnston2017-05-161-13/+0
| * Take a copy before prefilling, as it may be a frozendictErik Johnston2017-05-161-1/+1
| * Update commentErik Johnston2017-05-151-1/+2
| * CommentsErik Johnston2017-05-152-3/+6
| * Add more granular event send metricsErik Johnston2017-05-151-0/+12
| * Prefill state cachesErik Johnston2017-05-153-6/+20
* | Add a comment to old deltaRichard van der Hoff2017-05-111-0/+4
* | Don't create event_search index on sqliteRichard van der Hoff2017-05-112-3/+11
* | Add more logging for purgingRichard van der Hoff2017-05-111-7/+14
* | Add an index to event_searchRichard van der Hoff2017-05-113-3/+35
|/
* Tidy purge code and add some commentsRichard van der Hoff2017-05-111-12/+19
* Don't de-delta state groups we're about to deleteRichard van der Hoff2017-05-101-11/+9
* add some logging to purge_historyRichard van der Hoff2017-05-101-4/+21
* Merge pull request #2208 from matrix-org/erikj/ratelimit_overridErik Johnston2017-05-102-1/+57
|\
| * Add per user ratelimiting overridesErik Johnston2017-05-102-1/+57
* | Allow clients to upload one-time-keys with new sigsRichard van der Hoff2017-05-091-20/+27
|/
* Merge pull request #2203 from matrix-org/erikj/event_cache_hit_ratioErik Johnston2017-05-082-2/+21
|\
| * Expand docstring a bitErik Johnston2017-05-081-1/+7
| * Don't update event cache hit ratio from get_joined_usersErik Johnston2017-05-082-2/+15
* | Merge pull request #2201 from matrix-org/erikj/store_device_cacheErik Johnston2017-05-081-3/+22
|\ \
| * | Add missing yieldsErik Johnston2017-05-081-2/+4
| * | Invalidate cache on device deletionErik Johnston2017-05-081-2/+6
| * | CommentErik Johnston2017-05-081-0/+2
| * | Cache check to see if device existsErik Johnston2017-05-081-1/+12
| |/
* / Cache one time key countsErik Johnston2017-05-081-0/+9
|/
* Increase client_ip cache sizeErik Johnston2017-05-081-0/+1
* Revert "Remove unused import"Erik Johnston2017-05-081-0/+1
* Revert "We don't care about forgotten rooms"Erik Johnston2017-05-081-0/+12
* Revert "Speed up filtering of a single event in push"Erik Johnston2017-05-082-16/+2
* Merge pull request #2176 from matrix-org/erikj/faster_get_joinedErik Johnston2017-05-051-16/+42
|\
| * FixesErik Johnston2017-05-051-3/+4
| * Add commentErik Johnston2017-05-041-0/+3
| * Make get_joined_users fasterErik Johnston2017-05-031-16/+38
* | Merge pull request #2185 from matrix-org/erikj/smaller_cachesErik Johnston2017-05-051-2/+2
|\ \
| * | Reduce size of get_users_in_roomErik Johnston2017-05-041-2/+2
* | | Merge pull request #2174 from matrix-org/erikj/current_cache_hostsErik Johnston2017-05-051-0/+39
|\ \ \
| * | | Intern host stringsErik Johnston2017-05-041-1/+2
| * | | Make caches biggerErik Johnston2017-05-041-1/+1
| * | | Fix comment and num argsErik Johnston2017-05-041-1/+1
| * | | Add cache for get_current_hosts_in_roomErik Johnston2017-05-021-0/+38
| | |/ | |/|
* | | Revert "Prefill state caches"Erik Johnston2017-05-043-27/+9
| |/ |/|
* | Update commentErik Johnston2017-05-031-1/+2
* | CommentsErik Johnston2017-05-032-3/+6
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/prefill_stateErik Johnston2017-05-031-0/+18
|\ \
| * | Add more granular event send metricsErik Johnston2017-05-021-0/+16
| |/
* / Prefill state cachesErik Johnston2017-05-023-6/+18
|/
* Merge pull request #2080 from matrix-org/erikj/filter_speedErik Johnston2017-04-282-2/+16
|\
| * Remove unused importErik Johnston2017-04-281-1/+0
| * We don't care about forgotten roomsErik Johnston2017-04-281-12/+0
| * Speed up filtering of a single event in pushErik Johnston2017-04-282-2/+29
* | Fix bgupdate error if index already exists (#2167)Richard van der Hoff2017-04-271-30/+53
|/
* Make state caches cache in asciiErik Johnston2017-04-251-2/+3
* CommentErik Johnston2017-04-251-0/+2
* Reduce size of joined_user cacheErik Johnston2017-04-251-8/+14
* Reduce _get_state_group_for_event cache sizeErik Johnston2017-04-251-1/+1
* Reduce cache size by not storing deferredsErik Johnston2017-04-251-4/+7
* Remove unused cacheErik Johnston2017-04-241-6/+1
* Merge pull request #2120 from matrix-org/luke/read-markersLuke Barnard2017-04-131-0/+22
|\
| * Correct logic in is_event_afterLuke Barnard2017-04-131-1/+1
| * Simplify is_event_after logicLuke Barnard2017-04-121-10/+3
| * travis flake8..Luke Barnard2017-04-111-0/+1
| * Refactor event ordering check to events storeLuke Barnard2017-04-111-0/+28
* | Bail on where clause insteadErik Johnston2017-04-111-3/+4
* | Don't bother with outer check for nowErik Johnston2017-04-111-3/+0
* | Fix getting latest device IP for user with no devicesErik Johnston2017-04-111-0/+5
|/
* CommentErik Johnston2017-04-071-0/+9
* Speed up get_current_state_idsErik Johnston2017-04-071-10/+17
* Deduplicate new deviceinbox rows for replicationErik Johnston2017-04-041-4/+7
* Fix up docsErik Johnston2017-03-311-1/+1
* Add new storage functions for new replicationErik Johnston2017-03-303-3/+133
* Use txn.fetchall() so we can reuse txnErik Johnston2017-03-301-1/+1
* Increase cache size for _get_state_group_for_eventErik Johnston2017-03-291-1/+1
* Decrank last commitErik Johnston2017-03-291-4/+5
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/e2e_one_ti...Erik Johnston2017-03-2917-164/+164
|\
| * Merge pull request #2063 from matrix-org/erikj/device_list_batchErik Johnston2017-03-281-0/+4
| |\
| | * Batch sending of device list pokesErik Johnston2017-03-241-0/+4
| * | TypoErik Johnston2017-03-271-1/+1
| * | Short circuit if all new events have same state groupErik Johnston2017-03-271-36/+51
| |/
| * Merge pull request #2062 from matrix-org/erikj/presence_replicationErik Johnston2017-03-241-2/+2
| |\
| | * Actually call invalidateErik Johnston2017-03-241-1/+1
| | * Use presence replication stream to invalidate cacheErik Johnston2017-03-241-2/+2
| * | Cache hosts in roomErik Johnston2017-03-241-0/+10
| |/
| * Replace some calls to cursor_to_dictErik Johnston2017-03-242-38/+13
| * Use iter(items|values)Erik Johnston2017-03-243-51/+48
| * User Cursor.__iter__ instead of fetchallErik Johnston2017-03-2315-39/+38
* | Correctly look up keyErik Johnston2017-03-291-6/+5
* | The algorithm is part of the key idErik Johnston2017-03-281-4/+4
* | Raise a more helpful exceptionErik Johnston2017-03-231-2/+4
* | Don't user upsert to persist new one time keysErik Johnston2017-03-231-9/+48
|/
* fix up some key verif docstringsRichard van der Hoff2017-03-211-2/+3
* Merge pull request #2033 from matrix-org/erikj/repl_speedErik Johnston2017-03-211-17/+14
|\
| * Don't send the full event json over replicationErik Johnston2017-03-171-17/+14
* | Merge pull request #2027 from matrix-org/rav/logcontext_leaksRichard van der Hoff2017-03-201-12/+3
|\ \
| * | Remove broken use of clock.call_laterRichard van der Hoff2017-03-181-12/+3
| |/
* | Avoid resetting state on rejected eventsRichard van der Hoff2017-03-172-4/+14
* | Refactoring and cleanupsRichard van der Hoff2017-03-172-72/+225
|/
* CommentsErik Johnston2017-03-161-0/+2
* Don't recreate so many setsErik Johnston2017-03-161-5/+6
* Fix assertion to stop transaction queue getting wedgedRichard van der Hoff2017-03-153-4/+18
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_lis...Erik Johnston2017-03-143-3/+86
|\
| * Fix current_state_events table to not lieErik Johnston2017-03-141-3/+28
| * Implement _simple_delete_many_txn, use it to delete devicesLuke Barnard2017-03-132-0/+58
* | Assume rooms likely haven't changedErik Johnston2017-03-131-0/+3
* | Get current state by using current_state_events tableErik Johnston2017-03-102-11/+21
|/
* Noop repated delete device inbox calls from /syncErik Johnston2017-03-101-1/+35
* Remove spurious SQL logging (#1972)Richard van der Hoff2017-03-081-8/+0
* Select distinct devices from DBErik Johnston2017-03-061-1/+1
* Fix upErik Johnston2017-03-032-8/+8
* Add index to device_lists_streamErik Johnston2017-03-013-4/+28
* Clobber old device list stream entriesErik Johnston2017-03-011-0/+10
* Merge pull request #1959 from matrix-org/erikj/intern_onceErik Johnston2017-02-281-3/+2
|\
| * Intern table column names onceErik Johnston2017-02-281-3/+2
* | Add stream_id index to device_lists_outbound_pokesErik Johnston2017-02-282-1/+17
|/
* Fix up txn nameErik Johnston2017-02-281-1/+1
* Remove needless checkErik Johnston2017-02-271-2/+0
* It should be allErik Johnston2017-02-271-1/+1
* Don't fetch current state in common caseErik Johnston2017-02-271-0/+17
* Merge pull request #1954 from matrix-org/erikj/cache_device2Erik Johnston2017-02-271-45/+73
|\
| * Cache get_user_devices_from_cacheErik Johnston2017-02-271-45/+73
* | Strip newlines from SQL queriesErik Johnston2017-02-231-0/+6
* | Remove lock from rotate notifsErik Johnston2017-02-221-3/+0
|/
* Store looping callErik Johnston2017-02-211-1/+3
* Fix up notif rotationErik Johnston2017-02-181-14/+22
* Use TEXT rather than VARCHARDavid Baker2017-02-171-6/+6
* Make the pushers lang field column longerDavid Baker2017-02-171-0/+39
* CommentErik Johnston2017-02-161-1/+4
* CommentErik Johnston2017-02-161-7/+14
* Store the default push actions in a more efficient mannerErik Johnston2017-02-161-11/+40
* Merge pull request #1916 from matrix-org/erikj/push_actions_deleteErik Johnston2017-02-163-57/+248
|\
| * Less aggressive timersErik Johnston2017-02-141-2/+2
| * Aggregate event push actionsErik Johnston2017-02-143-57/+248
* | Merge pull request #1921 from matrix-org/rav/fix_key_changesRichard van der Hoff2017-02-152-2/+29
|\ \ | |/ |/|
| * Fix bugs in the /keys/changes apiRichard van der Hoff2017-02-142-2/+29
* | Merge pull request #1873 from matrix-org/erikj/delete_push_actionsErik Johnston2017-02-141-3/+8
|\ \ | |/ |/|
| * Be more agressive about purging old room event_push_actionsErik Johnston2017-02-011-3/+8
* | Cache get_presence storageErik Johnston2017-02-131-3/+11
* | Make None check explicitErik Johnston2017-02-081-1/+1
* | Merge pull request #1892 from matrix-org/erikj/rejection_fwd_extremErik Johnston2017-02-081-9/+6
|\ \
| * | Ignore new rejected events when working out forward extremeties.Erik Johnston2017-02-081-9/+6
* | | Merge pull request #1784 from morteza-araby/user-adminErik Johnston2017-02-062-0/+235
|\ \ \ | |/ / |/| |
| * | admin,storage: added more administrator functionalitiesMorteza Araby2017-02-022-0/+235
| |/
* | Bump cache sizes for common membership queriesErik Johnston2017-02-021-3/+3
* | CommentErik Johnston2017-02-021-1/+2
* | Make presence.get_new_events a bit fasterErik Johnston2017-02-021-0/+16
|/
* Doc argsErik Johnston2017-02-011-0/+4
* CommentErik Johnston2017-02-011-0/+3
* Include newly joined users in /keys/changes APIErik Johnston2017-02-011-0/+7
* Merge pull request #1870 from matrix-org/erikj/cache_get_all_new_eventsErik Johnston2017-02-011-0/+2
|\
| * Add a small cache get_all_new_eventsErik Johnston2017-02-011-0/+2
* | Merge pull request #1868 from matrix-org/erikj/replication_cacheErik Johnston2017-02-012-22/+0
|\ \
| * | Only invalidate membership caches based on the cache streamErik Johnston2017-01-312-22/+0
* | | Add m.room.member type to queryErik Johnston2017-02-011-1/+1
* | | Merge pull request #1867 from matrix-org/erikj/member_indexErik Johnston2017-02-013-1/+26
|\ \ \ | |_|/ |/| |
| * | Add an index to make membership queries fasterErik Johnston2017-01-313-1/+26
| |/
* / Up get_latest_event_ids_in_room cacheErik Johnston2017-02-011-1/+1
|/
* Merge pull request #1864 from matrix-org/erikj/device_list_fixesErik Johnston2017-01-311-8/+26
|\
| * Fix deletion of old sent devices correctlyErik Johnston2017-01-311-5/+17
| * Only fetch with row ts and count > 1Erik Johnston2017-01-311-1/+2
| * Fix clearing out old device list outbound pokesErik Johnston2017-01-311-2/+7
* | Merge pull request #1862 from matrix-org/erikj/presence_updateErik Johnston2017-01-311-2/+6
|\ \ | |/ |/|
| * Stream cache invalidations for room membership storage functionsErik Johnston2017-01-301-2/+6
* | Don't have such a large cacheErik Johnston2017-01-301-1/+1
* | Fix unit testsErik Johnston2017-01-301-2/+10
* | Noop device key changes if they're the sameErik Johnston2017-01-302-11/+40
* | Fix queryErik Johnston2017-01-301-1/+1
|/
* Use get_users_in_room and declare it iterableErik Johnston2017-01-301-1/+1
* Rename funcErik Johnston2017-01-301-1/+1
* Clear out old destination pokes.Erik Johnston2017-01-301-0/+42
* Always use the latest stream_id, sent or unsentErik Johnston2017-01-301-4/+4
* Add ts column to device_lists_outbound_pokesErik Johnston2017-01-272-1/+5
* Hook device list updates to replicationErik Johnston2017-01-271-0/+15
* CommentErik Johnston2017-01-271-0/+2
* CommentErik Johnston2017-01-271-0/+2
* SQL param orderingErik Johnston2017-01-271-1/+1
* User if rather than forErik Johnston2017-01-271-1/+4
* Better nameErik Johnston2017-01-271-1/+1
* Remove unused paramErik Johnston2017-01-271-2/+1
* Fix on sqlite: use left rather than outer joinErik Johnston2017-01-261-3/+3
* Handle users leaving roomsErik Johnston2017-01-261-0/+8
* Add commentsErik Johnston2017-01-262-3/+42
* Implement device key caching over federationErik Johnston2017-01-263-26/+199
* Fix up sending of m.device_list_update edusErik Johnston2017-01-251-20/+20
* Add basic implementation of local device list changesErik Johnston2017-01-255-21/+244
* TypoErik Johnston2017-01-231-1/+1
* Refactor to calculate state delta outside transactionErik Johnston2017-01-231-87/+118
* CommentsErik Johnston2017-01-201-8/+19
* Insert delta of current_state_events to be more efficientErik Johnston2017-01-202-78/+52
* SpellingErik Johnston2017-01-201-1/+1
* Update all call sites after renameErik Johnston2017-01-201-1/+1
* CommentsErik Johnston2017-01-201-0/+11
* Calculate the forward extremeties onceErik Johnston2017-01-202-126/+92
* Derive current_state_events from state groupsErik Johnston2017-01-201-70/+118
* Lower loading events log to DEBUGErik Johnston2017-01-171-2/+2
* Increase state_group_cache_sizeErik Johnston2017-01-171-1/+1
* Up cache max entries for stateErik Johnston2017-01-162-2/+2
* Increase cache size limitErik Johnston2017-01-162-2/+2
* Optionally measure size of cache by sum of length of valuesErik Johnston2017-01-132-2/+3
* Merge pull request #1793 from matrix-org/erikj/change_device_inbox_indexErik Johnston2017-01-133-3/+55
|\
| * Add commentErik Johnston2017-01-131-0/+1
| * Explicitly close the cursorErik Johnston2017-01-101-0/+1
| * Don't disable autocommitErik Johnston2017-01-101-8/+4
| * Change device_inbox stream index to include userErik Johnston2017-01-103-3/+57
* | Limit number of entries to prefill from cacheErik Johnston2017-01-102-3/+6
|/
* Merge branch 'release-v0.18.6' into developMatthew Hodgson2017-01-052-3/+3
|\
| * fix annoying typosMatthew Hodgson2017-01-052-3/+3
* | Merge branch 'release-v0.18.6' into developMatthew Hodgson2017-01-051-0/+2
|\|
| * More logging for the linearizer and for get_eventsMark Haines2017-01-051-0/+2
* | Add /account/3pid/delete endpointDavid Baker2016-12-201-0/+11
|/
* Add some logging for syncing to_device eventsRichard van der Hoff2016-12-151-1/+2
* Fixup membership queryErik Johnston2016-12-141-2/+2
* Merge pull request #1697 from matrix-org/erikj/fix_bg_memberErik Johnston2016-12-121-1/+1
|\
| * Fix background update that prematurely stoppedErik Johnston2016-12-121-1/+1
* | Merge pull request #1676 from matrix-org/erikj/room_listErik Johnston2016-12-122-20/+196
|\ \ | |/ |/|
| * Add cache to get_public_room_ids_at_stream_idErik Johnston2016-12-121-0/+2
| * Notify replication. Use correct network_idErik Johnston2016-12-121-1/+3
| * DocstringErik Johnston2016-12-121-0/+12
| * CommentsErik Johnston2016-12-071-0/+2
| * Add new API appservice specific public room listErik Johnston2016-12-062-20/+178
* | Merge pull request #1680 from matrix-org/erikj/joined_roomsErik Johnston2016-12-094-3/+123
|\ \
| * | Add /room/<room_id>/joined_members APIErik Johnston2016-12-081-3/+13
| * | Add profile data to the room_membership table for joinsErik Johnston2016-12-084-0/+110
| |/
* / Fix result of insert_receiptRichard van der Hoff2016-12-081-1/+1
|/
* Rip out more refresh_token codeRichard van der Hoff2016-11-302-67/+0
* Don't send old events as federationErik Johnston2016-11-241-1/+1
* CommentErik Johnston2016-11-231-1/+3
* More efficient notif count queriesErik Johnston2016-11-232-8/+48
* Merge pull request #1635 from matrix-org/erikj/split_out_fed_txnErik Johnston2016-11-238-29/+156
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2016-11-231-0/+8
| |\
| * | Fix tests and flake8Erik Johnston2016-11-221-1/+0
| * | Invalidate retry cache in both directionsErik Johnston2016-11-221-12/+36
| * | Fix testsErik Johnston2016-11-211-2/+2
| * | Store federation stream positions in the databaseErik Johnston2016-11-213-4/+52
| * | Handle sending events and device messages over federationErik Johnston2016-11-174-13/+62
| * | Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-0/+7
* | | Ignore AS users when fetching push rulesErik Johnston2016-11-232-2/+18
| |/ |/|
* | Fail with a coherent error message if `/sync?filter=` is invalidKegan Dougal2016-11-211-0/+8
|/
* Merge pull request #1617 from matrix-org/erikj/intern_state_dictErik Johnston2016-11-151-1/+4
|\
| * Correctly intern keys in state cacheErik Johnston2016-11-081-1/+4
* | New Flake8 fixesErik Johnston2016-11-151-0/+1
|/
* CommentErik Johnston2016-11-041-0/+1
* Remove unused but buggy functionErik Johnston2016-11-041-11/+1
* Remove spurious commentErik Johnston2016-11-031-2/+2
* Replace postgres GIN with GISTErik Johnston2016-11-033-1/+45
* Continue to clean up received_transactionsErik Johnston2016-11-011-0/+14