| Commit message (Expand) | Author | Age | Files | Lines |
* | Deduplicate new deviceinbox rows for replication | Erik Johnston | 2017-04-04 | 1 | -4/+7 |
* | Fix up docs | Erik Johnston | 2017-03-31 | 1 | -1/+1 |
* | Add new storage functions for new replication | Erik Johnston | 2017-03-30 | 3 | -3/+133 |
* | Use txn.fetchall() so we can reuse txn | Erik Johnston | 2017-03-30 | 1 | -1/+1 |
* | Increase cache size for _get_state_group_for_event | Erik Johnston | 2017-03-29 | 1 | -1/+1 |
* | Decrank last commit | Erik Johnston | 2017-03-29 | 1 | -4/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/e2e_one_ti... | Erik Johnston | 2017-03-29 | 17 | -164/+164 |
|\ |
|
| * | Merge pull request #2063 from matrix-org/erikj/device_list_batch | Erik Johnston | 2017-03-28 | 1 | -0/+4 |
| |\ |
|
| | * | Batch sending of device list pokes | Erik Johnston | 2017-03-24 | 1 | -0/+4 |
| * | | Typo | Erik Johnston | 2017-03-27 | 1 | -1/+1 |
| * | | Short circuit if all new events have same state group | Erik Johnston | 2017-03-27 | 1 | -36/+51 |
| |/ |
|
| * | Merge pull request #2062 from matrix-org/erikj/presence_replication | Erik Johnston | 2017-03-24 | 1 | -2/+2 |
| |\ |
|
| | * | Actually call invalidate | Erik Johnston | 2017-03-24 | 1 | -1/+1 |
| | * | Use presence replication stream to invalidate cache | Erik Johnston | 2017-03-24 | 1 | -2/+2 |
| * | | Cache hosts in room | Erik Johnston | 2017-03-24 | 1 | -0/+10 |
| |/ |
|
| * | Replace some calls to cursor_to_dict | Erik Johnston | 2017-03-24 | 2 | -38/+13 |
| * | Use iter(items|values) | Erik Johnston | 2017-03-24 | 3 | -51/+48 |
| * | User Cursor.__iter__ instead of fetchall | Erik Johnston | 2017-03-23 | 15 | -39/+38 |
* | | Correctly look up key | Erik Johnston | 2017-03-29 | 1 | -6/+5 |
* | | The algorithm is part of the key id | Erik Johnston | 2017-03-28 | 1 | -4/+4 |
* | | Raise a more helpful exception | Erik Johnston | 2017-03-23 | 1 | -2/+4 |
* | | Don't user upsert to persist new one time keys | Erik Johnston | 2017-03-23 | 1 | -9/+48 |
|/ |
|
* | fix up some key verif docstrings | Richard van der Hoff | 2017-03-21 | 1 | -2/+3 |
* | Merge pull request #2033 from matrix-org/erikj/repl_speed | Erik Johnston | 2017-03-21 | 1 | -17/+14 |
|\ |
|
| * | Don't send the full event json over replication | Erik Johnston | 2017-03-17 | 1 | -17/+14 |
* | | Merge pull request #2027 from matrix-org/rav/logcontext_leaks | Richard van der Hoff | 2017-03-20 | 1 | -12/+3 |
|\ \ |
|
| * | | Remove broken use of clock.call_later | Richard van der Hoff | 2017-03-18 | 1 | -12/+3 |
| |/ |
|
* | | Avoid resetting state on rejected events | Richard van der Hoff | 2017-03-17 | 2 | -4/+14 |
* | | Refactoring and cleanups | Richard van der Hoff | 2017-03-17 | 2 | -72/+225 |
|/ |
|
* | Comments | Erik Johnston | 2017-03-16 | 1 | -0/+2 |
* | Don't recreate so many sets | Erik Johnston | 2017-03-16 | 1 | -5/+6 |
* | Fix assertion to stop transaction queue getting wedged | Richard van der Hoff | 2017-03-15 | 3 | -4/+18 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_lis... | Erik Johnston | 2017-03-14 | 3 | -3/+86 |
|\ |
|
| * | Fix current_state_events table to not lie | Erik Johnston | 2017-03-14 | 1 | -3/+28 |
| * | Implement _simple_delete_many_txn, use it to delete devices | Luke Barnard | 2017-03-13 | 2 | -0/+58 |
* | | Assume rooms likely haven't changed | Erik Johnston | 2017-03-13 | 1 | -0/+3 |
* | | Get current state by using current_state_events table | Erik Johnston | 2017-03-10 | 2 | -11/+21 |
|/ |
|
* | Noop repated delete device inbox calls from /sync | Erik Johnston | 2017-03-10 | 1 | -1/+35 |
* | Remove spurious SQL logging (#1972) | Richard van der Hoff | 2017-03-08 | 1 | -8/+0 |
* | Select distinct devices from DB | Erik Johnston | 2017-03-06 | 1 | -1/+1 |
* | Fix up | Erik Johnston | 2017-03-03 | 2 | -8/+8 |
* | Add index to device_lists_stream | Erik Johnston | 2017-03-01 | 3 | -4/+28 |
* | Clobber old device list stream entries | Erik Johnston | 2017-03-01 | 1 | -0/+10 |
* | Merge pull request #1959 from matrix-org/erikj/intern_once | Erik Johnston | 2017-02-28 | 1 | -3/+2 |
|\ |
|
| * | Intern table column names once | Erik Johnston | 2017-02-28 | 1 | -3/+2 |
* | | Add stream_id index to device_lists_outbound_pokes | Erik Johnston | 2017-02-28 | 2 | -1/+17 |
|/ |
|
* | Fix up txn name | Erik Johnston | 2017-02-28 | 1 | -1/+1 |
* | Remove needless check | Erik Johnston | 2017-02-27 | 1 | -2/+0 |
* | It should be all | Erik Johnston | 2017-02-27 | 1 | -1/+1 |
* | Don't fetch current state in common case | Erik Johnston | 2017-02-27 | 1 | -0/+17 |
* | Merge pull request #1954 from matrix-org/erikj/cache_device2 | Erik Johnston | 2017-02-27 | 1 | -45/+73 |
|\ |
|
| * | Cache get_user_devices_from_cache | Erik Johnston | 2017-02-27 | 1 | -45/+73 |
* | | Strip newlines from SQL queries | Erik Johnston | 2017-02-23 | 1 | -0/+6 |
* | | Remove lock from rotate notifs | Erik Johnston | 2017-02-22 | 1 | -3/+0 |
|/ |
|
* | Store looping call | Erik Johnston | 2017-02-21 | 1 | -1/+3 |
* | Fix up notif rotation | Erik Johnston | 2017-02-18 | 1 | -14/+22 |
* | Use TEXT rather than VARCHAR | David Baker | 2017-02-17 | 1 | -6/+6 |
* | Make the pushers lang field column longer | David Baker | 2017-02-17 | 1 | -0/+39 |
* | Comment | Erik Johnston | 2017-02-16 | 1 | -1/+4 |
* | Comment | Erik Johnston | 2017-02-16 | 1 | -7/+14 |
* | Store the default push actions in a more efficient manner | Erik Johnston | 2017-02-16 | 1 | -11/+40 |
* | Merge pull request #1916 from matrix-org/erikj/push_actions_delete | Erik Johnston | 2017-02-16 | 3 | -57/+248 |
|\ |
|
| * | Less aggressive timers | Erik Johnston | 2017-02-14 | 1 | -2/+2 |
| * | Aggregate event push actions | Erik Johnston | 2017-02-14 | 3 | -57/+248 |
* | | Merge pull request #1921 from matrix-org/rav/fix_key_changes | Richard van der Hoff | 2017-02-15 | 2 | -2/+29 |
|\ \
| |/
|/| |
|
| * | Fix bugs in the /keys/changes api | Richard van der Hoff | 2017-02-14 | 2 | -2/+29 |
* | | Merge pull request #1873 from matrix-org/erikj/delete_push_actions | Erik Johnston | 2017-02-14 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | Be more agressive about purging old room event_push_actions | Erik Johnston | 2017-02-01 | 1 | -3/+8 |
* | | Cache get_presence storage | Erik Johnston | 2017-02-13 | 1 | -3/+11 |
* | | Make None check explicit | Erik Johnston | 2017-02-08 | 1 | -1/+1 |
* | | Merge pull request #1892 from matrix-org/erikj/rejection_fwd_extrem | Erik Johnston | 2017-02-08 | 1 | -9/+6 |
|\ \ |
|
| * | | Ignore new rejected events when working out forward extremeties. | Erik Johnston | 2017-02-08 | 1 | -9/+6 |
* | | | Merge pull request #1784 from morteza-araby/user-admin | Erik Johnston | 2017-02-06 | 2 | -0/+235 |
|\ \ \
| |/ /
|/| | |
|
| * | | admin,storage: added more administrator functionalities | Morteza Araby | 2017-02-02 | 2 | -0/+235 |
| |/ |
|
* | | Bump cache sizes for common membership queries | Erik Johnston | 2017-02-02 | 1 | -3/+3 |
* | | Comment | Erik Johnston | 2017-02-02 | 1 | -1/+2 |
* | | Make presence.get_new_events a bit faster | Erik Johnston | 2017-02-02 | 1 | -0/+16 |
|/ |
|
* | Doc args | Erik Johnston | 2017-02-01 | 1 | -0/+4 |
* | Comment | Erik Johnston | 2017-02-01 | 1 | -0/+3 |
* | Include newly joined users in /keys/changes API | Erik Johnston | 2017-02-01 | 1 | -0/+7 |
* | Merge pull request #1870 from matrix-org/erikj/cache_get_all_new_events | Erik Johnston | 2017-02-01 | 1 | -0/+2 |
|\ |
|
| * | Add a small cache get_all_new_events | Erik Johnston | 2017-02-01 | 1 | -0/+2 |
* | | Merge pull request #1868 from matrix-org/erikj/replication_cache | Erik Johnston | 2017-02-01 | 2 | -22/+0 |
|\ \ |
|
| * | | Only invalidate membership caches based on the cache stream | Erik Johnston | 2017-01-31 | 2 | -22/+0 |
* | | | Add m.room.member type to query | Erik Johnston | 2017-02-01 | 1 | -1/+1 |
* | | | Merge pull request #1867 from matrix-org/erikj/member_index | Erik Johnston | 2017-02-01 | 3 | -1/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add an index to make membership queries faster | Erik Johnston | 2017-01-31 | 3 | -1/+26 |
| |/ |
|
* / | Up get_latest_event_ids_in_room cache | Erik Johnston | 2017-02-01 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1864 from matrix-org/erikj/device_list_fixes | Erik Johnston | 2017-01-31 | 1 | -8/+26 |
|\ |
|
| * | Fix deletion of old sent devices correctly | Erik Johnston | 2017-01-31 | 1 | -5/+17 |
| * | Only fetch with row ts and count > 1 | Erik Johnston | 2017-01-31 | 1 | -1/+2 |
| * | Fix clearing out old device list outbound pokes | Erik Johnston | 2017-01-31 | 1 | -2/+7 |
* | | Merge pull request #1862 from matrix-org/erikj/presence_update | Erik Johnston | 2017-01-31 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Stream cache invalidations for room membership storage functions | Erik Johnston | 2017-01-30 | 1 | -2/+6 |
* | | Don't have such a large cache | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
* | | Fix unit tests | Erik Johnston | 2017-01-30 | 1 | -2/+10 |
* | | Noop device key changes if they're the same | Erik Johnston | 2017-01-30 | 2 | -11/+40 |
* | | Fix query | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
|/ |
|
* | Use get_users_in_room and declare it iterable | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
* | Rename func | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
* | Clear out old destination pokes. | Erik Johnston | 2017-01-30 | 1 | -0/+42 |
* | Always use the latest stream_id, sent or unsent | Erik Johnston | 2017-01-30 | 1 | -4/+4 |
* | Add ts column to device_lists_outbound_pokes | Erik Johnston | 2017-01-27 | 2 | -1/+5 |
* | Hook device list updates to replication | Erik Johnston | 2017-01-27 | 1 | -0/+15 |
* | Comment | Erik Johnston | 2017-01-27 | 1 | -0/+2 |
* | Comment | Erik Johnston | 2017-01-27 | 1 | -0/+2 |
* | SQL param ordering | Erik Johnston | 2017-01-27 | 1 | -1/+1 |
* | User if rather than for | Erik Johnston | 2017-01-27 | 1 | -1/+4 |
* | Better name | Erik Johnston | 2017-01-27 | 1 | -1/+1 |
* | Remove unused param | Erik Johnston | 2017-01-27 | 1 | -2/+1 |
* | Fix on sqlite: use left rather than outer join | Erik Johnston | 2017-01-26 | 1 | -3/+3 |
* | Handle users leaving rooms | Erik Johnston | 2017-01-26 | 1 | -0/+8 |
* | Add comments | Erik Johnston | 2017-01-26 | 2 | -3/+42 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 3 | -26/+199 |
* | Fix up sending of m.device_list_update edus | Erik Johnston | 2017-01-25 | 1 | -20/+20 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 5 | -21/+244 |
* | Typo | Erik Johnston | 2017-01-23 | 1 | -1/+1 |
* | Refactor to calculate state delta outside transaction | Erik Johnston | 2017-01-23 | 1 | -87/+118 |
* | Comments | Erik Johnston | 2017-01-20 | 1 | -8/+19 |
* | Insert delta of current_state_events to be more efficient | Erik Johnston | 2017-01-20 | 2 | -78/+52 |
* | Spelling | Erik Johnston | 2017-01-20 | 1 | -1/+1 |
* | Update all call sites after rename | Erik Johnston | 2017-01-20 | 1 | -1/+1 |
* | Comments | Erik Johnston | 2017-01-20 | 1 | -0/+11 |
* | Calculate the forward extremeties once | Erik Johnston | 2017-01-20 | 2 | -126/+92 |
* | Derive current_state_events from state groups | Erik Johnston | 2017-01-20 | 1 | -70/+118 |
* | Lower loading events log to DEBUG | Erik Johnston | 2017-01-17 | 1 | -2/+2 |
* | Increase state_group_cache_size | Erik Johnston | 2017-01-17 | 1 | -1/+1 |
* | Up cache max entries for state | Erik Johnston | 2017-01-16 | 2 | -2/+2 |
* | Increase cache size limit | Erik Johnston | 2017-01-16 | 2 | -2/+2 |
* | Optionally measure size of cache by sum of length of values | Erik Johnston | 2017-01-13 | 2 | -2/+3 |
* | Merge pull request #1793 from matrix-org/erikj/change_device_inbox_index | Erik Johnston | 2017-01-13 | 3 | -3/+55 |
|\ |
|
| * | Add comment | Erik Johnston | 2017-01-13 | 1 | -0/+1 |
| * | Explicitly close the cursor | Erik Johnston | 2017-01-10 | 1 | -0/+1 |
| * | Don't disable autocommit | Erik Johnston | 2017-01-10 | 1 | -8/+4 |
| * | Change device_inbox stream index to include user | Erik Johnston | 2017-01-10 | 3 | -3/+57 |
* | | Limit number of entries to prefill from cache | Erik Johnston | 2017-01-10 | 2 | -3/+6 |
|/ |
|
* | Merge branch 'release-v0.18.6' into develop | Matthew Hodgson | 2017-01-05 | 2 | -3/+3 |
|\ |
|
| * | fix annoying typos | Matthew Hodgson | 2017-01-05 | 2 | -3/+3 |
* | | Merge branch 'release-v0.18.6' into develop | Matthew Hodgson | 2017-01-05 | 1 | -0/+2 |
|\| |
|
| * | More logging for the linearizer and for get_events | Mark Haines | 2017-01-05 | 1 | -0/+2 |
* | | Add /account/3pid/delete endpoint | David Baker | 2016-12-20 | 1 | -0/+11 |
|/ |
|
* | Add some logging for syncing to_device events | Richard van der Hoff | 2016-12-15 | 1 | -1/+2 |
* | Fixup membership query | Erik Johnston | 2016-12-14 | 1 | -2/+2 |
* | Merge pull request #1697 from matrix-org/erikj/fix_bg_member | Erik Johnston | 2016-12-12 | 1 | -1/+1 |
|\ |
|
| * | Fix background update that prematurely stopped | Erik Johnston | 2016-12-12 | 1 | -1/+1 |
* | | Merge pull request #1676 from matrix-org/erikj/room_list | Erik Johnston | 2016-12-12 | 2 | -20/+196 |
|\ \
| |/
|/| |
|
| * | Add cache to get_public_room_ids_at_stream_id | Erik Johnston | 2016-12-12 | 1 | -0/+2 |
| * | Notify replication. Use correct network_id | Erik Johnston | 2016-12-12 | 1 | -1/+3 |
| * | Docstring | Erik Johnston | 2016-12-12 | 1 | -0/+12 |
| * | Comments | Erik Johnston | 2016-12-07 | 1 | -0/+2 |
| * | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 2 | -20/+178 |
* | | Merge pull request #1680 from matrix-org/erikj/joined_rooms | Erik Johnston | 2016-12-09 | 4 | -3/+123 |
|\ \ |
|
| * | | Add /room/<room_id>/joined_members API | Erik Johnston | 2016-12-08 | 1 | -3/+13 |
| * | | Add profile data to the room_membership table for joins | Erik Johnston | 2016-12-08 | 4 | -0/+110 |
| |/ |
|
* / | Fix result of insert_receipt | Richard van der Hoff | 2016-12-08 | 1 | -1/+1 |
|/ |
|
* | Rip out more refresh_token code | Richard van der Hoff | 2016-11-30 | 2 | -67/+0 |
* | Don't send old events as federation | Erik Johnston | 2016-11-24 | 1 | -1/+1 |
* | Comment | Erik Johnston | 2016-11-23 | 1 | -1/+3 |
* | More efficient notif count queries | Erik Johnston | 2016-11-23 | 2 | -8/+48 |
* | Merge pull request #1635 from matrix-org/erikj/split_out_fed_txn | Erik Johnston | 2016-11-23 | 8 | -29/+156 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_... | Erik Johnston | 2016-11-23 | 1 | -0/+8 |
| |\ |
|
| * | | Fix tests and flake8 | Erik Johnston | 2016-11-22 | 1 | -1/+0 |
| * | | Invalidate retry cache in both directions | Erik Johnston | 2016-11-22 | 1 | -12/+36 |
| * | | Fix tests | Erik Johnston | 2016-11-21 | 1 | -2/+2 |
| * | | Store federation stream positions in the database | Erik Johnston | 2016-11-21 | 3 | -4/+52 |
| * | | Handle sending events and device messages over federation | Erik Johnston | 2016-11-17 | 4 | -13/+62 |
| * | | Hook up the send queue and create a federation sender worker | Erik Johnston | 2016-11-16 | 1 | -0/+7 |
* | | | Ignore AS users when fetching push rules | Erik Johnston | 2016-11-23 | 2 | -2/+18 |
| |/
|/| |
|
* | | Fail with a coherent error message if `/sync?filter=` is invalid | Kegan Dougal | 2016-11-21 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #1617 from matrix-org/erikj/intern_state_dict | Erik Johnston | 2016-11-15 | 1 | -1/+4 |
|\ |
|
| * | Correctly intern keys in state cache | Erik Johnston | 2016-11-08 | 1 | -1/+4 |
* | | New Flake8 fixes | Erik Johnston | 2016-11-15 | 1 | -0/+1 |
|/ |
|
* | Comment | Erik Johnston | 2016-11-04 | 1 | -0/+1 |
* | Remove unused but buggy function | Erik Johnston | 2016-11-04 | 1 | -11/+1 |
* | Remove spurious comment | Erik Johnston | 2016-11-03 | 1 | -2/+2 |
* | Replace postgres GIN with GIST | Erik Johnston | 2016-11-03 | 3 | -1/+45 |
* | Continue to clean up received_transactions | Erik Johnston | 2016-11-01 | 1 | -0/+14 |
* | Removed unused stuff | Erik Johnston | 2016-10-31 | 1 | -163/+3 |
* | Increase batching of sent transaction inserts | Erik Johnston | 2016-10-31 | 1 | -1/+1 |
* | Use most recently added binding, not most recently seen user. | Erik Johnston | 2016-10-27 | 1 | -19/+11 |
* | Fix user_threepids schema delta | Erik Johnston | 2016-10-27 | 1 | -1/+38 |
* | Fix incredubly slow back pagination query | Erik Johnston | 2016-10-24 | 1 | -6/+13 |
* | Merge pull request #1164 from pik/error-codes | Erik Johnston | 2016-10-19 | 1 | -1/+0 |
|\ |
|
| * | Refactor test_filter to use real DataStore | pik | 2016-10-18 | 1 | -1/+0 |
* | | Latest delta is now 37 | David Baker | 2016-10-19 | 1 | -0/+0 |
* | | Merge remote-tracking branch 'origin/develop' into dbkr/password_reset_case_i... | David Baker | 2016-10-19 | 3 | -2/+82 |
|\ \ |
|
| * | | Bump schema version | Erik Johnston | 2016-10-17 | 2 | -1/+1 |
| * | | Remove TODO | Erik Johnston | 2016-10-17 | 1 | -2/+0 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_auth | Erik Johnston | 2016-10-17 | 12 | -72/+429 |
| |\ \ |
|
| * | | | Drop some unused indices | Erik Johnston | 2016-10-17 | 3 | -17/+83 |
| * | | | Remove redundant event_auth index | Erik Johnston | 2016-09-13 | 1 | -0/+16 |
* | | | | Convert emails to lowercase when storing | David Baker | 2016-10-19 | 1 | -1/+8 |
* | | | | Revert part of 6207399 | David Baker | 2016-10-14 | 1 | -20/+10 |
* | | | | Merge remote-tracking branch 'origin/develop' into dbkr/password_reset_case_i... | David Baker | 2016-10-14 | 1 | -0/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/replicatio... | Erik Johnston | 2016-10-11 | 3 | -44/+64 |
| |\ \ \ |
|
| * | | | | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 1 | -0/+3 |
* | | | | | Make password reset email field case insensitive | David Baker | 2016-10-14 | 2 | -10/+36 |
| |/ / /
|/| | | |
|
* | | | | storage/appservice: make appservice methods only relying on the cache synchro... | Patrik Oldsberg | 2016-10-06 | 1 | -6/+6 |
| |_|/
|/| | |
|
* | | | Merge pull request #1145 from matrix-org/erikj/fix_reindex | Erik Johnston | 2016-09-29 | 1 | -15/+29 |
|\ \ \ |
|
| * | | | Fix background reindex of origin_server_ts | Erik Johnston | 2016-09-27 | 1 | -15/+29 |
| |/ / |
|
* | | | Remove duplication | Erik Johnston | 2016-09-27 | 1 | -31/+19 |
* | | | Remove unused variable | Erik Johnston | 2016-09-27 | 1 | -3/+0 |
* | | | Fix perf of fetching state in SQLite | Erik Johnston | 2016-09-26 | 1 | -20/+41 |
|/ / |
|
* | | Match against event_id, rather than room_id | Erik Johnston | 2016-09-21 | 1 | -1/+1 |
* | | Remove spurious AS clause | Erik Johnston | 2016-09-21 | 1 | -1/+1 |
* | | Update correct table | Erik Johnston | 2016-09-21 | 1 | -6/+10 |
* | | Readd entries to public_room_list_stream that were deleted | Erik Johnston | 2016-09-21 | 2 | -1/+23 |
* | | Fix _delete_old_forward_extrem_cache query | Erik Johnston | 2016-09-21 | 1 | -5/+4 |
* | | Comment | Erik Johnston | 2016-09-16 | 1 | -0/+2 |
* | | Filter remote rooms lists locally | Erik Johnston | 2016-09-16 | 1 | -1/+1 |
* | | Handling expiring stream extrems correctly. | Erik Johnston | 2016-09-15 | 2 | -3/+22 |
* | | Change get_pos_of_last_change to return upper bound | Erik Johnston | 2016-09-15 | 1 | -3/+2 |
* | | Use stream_change cache to make get_forward_extremeties_for_room cache more e... | Erik Johnston | 2016-09-15 | 1 | -1/+10 |
* | | Add cache to get_forward_extremeties_for_room | Erik Johnston | 2016-09-15 | 1 | -0/+1 |
* | | Merge pull request #1121 from matrix-org/erikj/public_room_paginate | Erik Johnston | 2016-09-15 | 6 | -15/+288 |
|\ \ |
|
| * | | Stream public room changes down replication | Erik Johnston | 2016-09-15 | 1 | -0/+16 |
| * | | Base public room list off of public_rooms stream | Erik Johnston | 2016-09-15 | 1 | -0/+52 |
| * | | Calculate the public room list from a stream_ordering | Erik Johnston | 2016-09-14 | 1 | -0/+3 |
| * | | Add a room visibility stream | Erik Johnston | 2016-09-14 | 4 | -16/+100 |
| * | | Add a DB index to figure out past state at a stream ordering in a room | Erik Johnston | 2016-09-14 | 2 | -0/+118 |
| |/ |
|
* | | Fix reindex | Erik Johnston | 2016-09-14 | 1 | -15/+16 |
* | | Ensure we don't mutate state cache entries | Erik Johnston | 2016-09-14 | 1 | -20/+25 |
|/ |
|
* | Remove where clause | Erik Johnston | 2016-09-12 | 1 | -1/+0 |
* | Index contains_url for file search queries | Erik Johnston | 2016-09-12 | 2 | -0/+25 |
* | Add WHERE clause support to index creation | Erik Johnston | 2016-09-12 | 2 | -10/+17 |
* | Merge pull request #1106 from matrix-org/erikj/state_reindex_concurrent | Erik Johnston | 2016-09-12 | 1 | -1/+1 |
|\ |
|
| * | Create new index concurrently | Erik Johnston | 2016-09-12 | 1 | -1/+1 |
* | | Merge pull request #1105 from matrix-org/erikj/make_notif_highlight_query_fast | Erik Johnston | 2016-09-12 | 2 | -1/+29 |
|\ \
| |/
|/| |
|
| * | Change the index to be stream_ordering, highlight | Erik Johnston | 2016-09-12 | 1 | -1/+1 |
| * | Remove unused import | Erik Johnston | 2016-09-12 | 1 | -1/+0 |
| * | Use register_background_index_update | Erik Johnston | 2016-09-12 | 1 | -24/+4 |
| * | Add back in query change | Erik Johnston | 2016-09-12 | 1 | -1/+3 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_notif... | Erik Johnston | 2016-09-12 | 8 | -22/+60 |
| |\ |
|
| * | | Make reindex happen in bg | Erik Johnston | 2016-09-12 | 2 | -3/+32 |
* | | | Merge pull request #1104 from matrix-org/markjh/direct_to_device_federation_sync | Mark Haines | 2016-09-12 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix direct to device messages recieved over federation to notify sync | Mark Haines | 2016-09-12 | 1 | -0/+2 |
* | | | Add comments to existing schema deltas that used "CREATE INDEX" directly | Mark Haines | 2016-09-12 | 6 | -0/+24 |
|/ / |
|
* | | Revert "Add index to event_push_actions" | Erik Johnston | 2016-09-12 | 2 | -21/+1 |
* | | Change state fetch query for postgres to be faster | Erik Johnston | 2016-09-12 | 1 | -19/+35 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into dbkr/make_notif_highlight_... | David Baker | 2016-09-09 | 9 | -40/+360 |
|\ |
|
| * | Use the previous MAX value if any to set the stream_id | Mark Haines | 2016-09-09 | 1 | -1/+2 |
| * | Track the max_stream_device_id in a separate table, since we delete from the ... | Mark Haines | 2016-09-09 | 3 | -3/+36 |
| * | Merge pull request #1087 from matrix-org/markjh/reapply_delta | Mark Haines | 2016-09-09 | 1 | -1/+4 |
| |\ |
|
| | * | Just move the schema and add some DROPs | Mark Haines | 2016-09-09 | 2 | -35/+4 |
| | * | Only catch databas errors | Mark Haines | 2016-09-08 | 1 | -1/+1 |
| | * | Add a stub run_upgrade | Mark Haines | 2016-09-08 | 1 | -0/+4 |
| | * | Reapply 34/device_outbox in 35/device_outbox_again.py since the schema was bu... | Mark Haines | 2016-09-08 | 1 | -0/+30 |
| * | | Merge branch 'release-v0.17.3' of github.com:matrix-org/synapse into develop | Erik Johnston | 2016-09-09 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Reduce batch size to be under SQL limit | Erik Johnston | 2016-09-09 | 1 | -1/+1 |
| * | | | Merge pull request #1081 from matrix-org/dbkr/notifications_only_highlight | Matthew Hodgson | 2016-09-09 | 1 | -1/+8 |
| |\ \ \ |
|