summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove 3pid and identity serversRory&2025-06-283-559/+2
* Expose tombstone in room admin apiRory&2025-06-271-1/+35
* Don't allow users to ignore themselves. (#18508)Will Hunt2025-06-061-0/+4
* Export RatelimitOverride from ModuleApi (#18513)Hugh Nimmo-Smith2025-06-061-1/+3
* Reduce disk wastage by cleaning up `received_transactions` older than 1 day, ...reivilibre2025-06-051-2/+2
* Add support for MSC4155 Invite filtering (#18288)Will Hunt2025-06-053-0/+131
* Add ratelimit callbacks to module API to allow dynamic ratelimiting (#18458)Hugh Nimmo-Smith2025-06-041-1/+1
* Make user_type extensible and allow default user_type to be set (#18456)Hugh Nimmo-Smith2025-06-031-5/+10
* Add option to limit key queries to users sharing rooms as per MSC4263 (#18180)Johannes Marbach2025-05-281-0/+67
* Merge branch 'master' into developDevon Hudson2025-05-204-3/+108
|\
| * Fix up the topological ordering for events above `MAX_DEPTH` (#18447)Erik Johnston2025-05-192-1/+98
| * Move index creation to background update (#18439)Erik Johnston2025-05-152-2/+10
* | Bump ruff from 0.7.3 to 0.11.10 (#18451)dependabot[bot]2025-05-2017-69/+58
|/
* Pass leave from remote invite rejection down Sliding Sync (#18375)Devon Hudson2025-05-082-0/+218
* Convert Sliding Sync tests to use higher-level `compute_interested_rooms` (#1...Devon Hudson2025-05-074-20/+150
* Merge branch 'master' into developAndrew Morgan2025-05-066-93/+57
|\
| * Unschedule the background update scheduled in #18068. (#18372)Quentin Gliech2025-04-303-92/+18
| * Remove the trigger added in #18260 and then reverted (#18373)Quentin Gliech2025-04-303-1/+39
* | Add the ability to exclude remote users in user directory search results (#18...Will Lewis2025-05-021-4/+14
* | Allow a few admin APIs used by MAS to run on workers (#18313)Quentin Gliech2025-05-022-169/+169
|/
* Revert "Add total event, unencrypted message, and e2ee event counts to stats ...Devon Hudson2025-04-164-367/+2
* Fix query for room participation (#18345)Erik Johnston2025-04-161-12/+8
* Fix ExternalIDReuse exception for concurrent transactions (#18342)Quentin Gliech2025-04-161-6/+23
* Add total event, unencrypted message, and e2ee event counts to stats reportin...Andrew Morgan2025-04-154-2/+367
* Add caches to new hot path functions (#18337)Erik Johnston2025-04-142-15/+20
* Disable Postgres statement timeouts while purging room state (#18133)Jason Little2025-04-021-0/+7
* Make sure media hashes are not queried until the index is up (#18302)Quentin Gliech2025-04-012-3/+19
* Store hashes of media files, and allow quarantining by hash. (#18277)Will Hunt2025-03-274-38/+254
* Add DB delta to remove the old state group deletion job (#18284)Devon Hudson2025-03-271-0/+15
* Delete unreferenced state groups in background (#18254)Devon Hudson2025-03-215-12/+304
* Add index to sliding sync membership snapshot table, to fix a performance iss...reivilibre2025-03-182-1/+23
* Add a column `participant` to `room_memberships` table (#18068)Shay2025-03-183-1/+172
* MSC4140: don't cancel delayed state on own state (#17810)Andrew Ferrazzutti2025-03-171-9/+21
* Revert the background job to clear unreferenced state groups (that was introd...reivilibre2025-03-075-242/+73
* Add background job to clear unreferenced state groups (#18154)Devon Hudson2025-02-255-73/+242
* Cleanup deleted state group references (#18165)Devon Hudson2025-02-181-0/+8
* Limit size of user directory search queries (#18172)Erik Johnston2025-02-171-1/+7
* Cleanup Python 3.8 leftovers (#17967)V024602025-02-1010-15/+33
* Overload "allow_none" on DB pool static method (#17616)Andrew Ferrazzutti2025-02-104-33/+44
* Fix performance of `check_state_groups_and_bump_deletion` (#18141)Erik Johnston2025-02-071-5/+21
* Fix bug where persisting some events fails after unclean shutdown. (#18137)Erik Johnston2025-02-051-2/+12
* Fix bug where purging history could lead to increase in disk space usage (#18...Erik Johnston2025-02-032-1/+40
* Add locking to more safely delete state groups: Part 2 (#18130)Erik Johnston2025-02-033-11/+162
* Add locking to more safely delete state groups: Part 1 (#18107)Erik Johnston2025-02-036-29/+542
* Allow (un)block_room storage functions to be called on workers (#18119)Andrew Morgan2025-01-301-44/+44
* Implement MSC4133 to support custom profile fields. (#17488)Patrick Cloke2025-01-212-16/+311
* Drop indices concurrently on background updates (#18091)Erik Johnston2025-01-201-2/+2
* Bust `_membership_stream_cache` cache when current state changes (#17732)Eric Eastwood2025-01-083-2/+53
* Properly purge state groups tables when purging a room (#18024)Mathieu Velten2025-01-063-68/+32
* Remove support for PostgreSQL 11 and 12 (#18034)Patrick Cloke2024-12-191-2/+2
* Disable statement timeout during room purge (#18017)Mathieu Velten2024-12-191-0/+5
* Add some useful endpoints to Admin API (#17948)Shay2024-12-164-2/+108
* Merge branch 'master' into developQuentin Gliech2024-12-031-0/+7
|\
| * Sliding Sync: Fix state leaking on incremental syncEric Eastwood2024-12-031-0/+7
* | Fix up logic for delaying sending read receipts over federation. (#17933)Erik Johnston2024-11-252-0/+29
* | Fix incorrect comment in new schema delta (#17936)Erik Johnston2024-11-201-2/+2
|/
* Speed up slow initial sliding syncs on large servers (#17946)Erik Johnston2024-11-192-1/+41
* Create one-off scheduled task to delete old OTKs (#17934)Richard van der Hoff2024-11-193-0/+86
* Add index to `current_state_delta_stream` (#17912)Erik Johnston2024-11-112-2/+43
* Fix MSC4222 returning full state (#17915)Erik Johnston2024-11-084-27/+44
* Issue one time keys in upload order (#17903)Richard van der Hoff2024-11-062-2/+41
* Remove support for python 3.8 (#17908)Devon Hudson2024-11-062-2/+6
* Remove `Generator` in `_prune_old_outbound_device_pokes` (#17814)Jason Little2024-10-301-1/+1
* Remove `Generator` in `_purge_unreferenced_state_groups` twice (#17815)Jason Little2024-10-301-2/+2
* Remove `Generator` in `update_cached_last_access_time` (#17816)Jason Little2024-10-301-3/+3
* Remove `Generator` in `store_search_entries_txn` (#17817)Jason Little2024-10-301-2/+2
* Remove `Generator` from 4 places in `PersistEventStore` (#17818)Jason Little2024-10-301-10/+10
* Remove `Generator` in `_quarantine_media_txn()` (#17813)Jason Little2024-10-301-1/+1
* Sliding Sync: Reset `forgotten` status when membership changes (like rejoinin...Eric Eastwood2024-10-225-2/+151
* Implement MSC4210: Remove legacy mentions (#17783)Tulir Asokan2024-10-141-0/+1
* Sliding Sync: Slight optimization when fetching state for the room (`get_even...Eric Eastwood2024-10-141-4/+37
* Correctly changes to required state config in sliding sync (#17785)Erik Johnston2024-10-141-2/+2
* Improvements to admin redact api (#17792)Shay2024-10-081-0/+21
* Add missing license header (#17799)Andrew Ferrazzutti2024-10-082-0/+27
* Sliding sync minor performance speed up using new table (#17787)Erik Johnston2024-10-081-0/+42
* Speed up sliding sync when there are many active subscriptions (#17789)Erik Johnston2024-10-081-0/+51
* Support MSC4140: Delayed events (Futures) (#17326)Andrew Ferrazzutti2024-09-234-3/+562
* Sliding sync: Add connection tracking to the `account_data` extension (#17695)Erik Johnston2024-09-193-0/+133
* Sliding Sync: Avoid fetching left rooms and add back `newly_left` rooms (#17725)Eric Eastwood2024-09-193-3/+70
* Fix sliding sync for rooms with unknown room version (#17733)Erik Johnston2024-09-191-0/+5
* Sliding Sync: Add cache to `get_tags_for_room(...)` (#17730)Eric Eastwood2024-09-192-3/+17
* Sliding Sync: Fix `_bulk_get_max_event_pos(...)` being inefficient (#17728)Eric Eastwood2024-09-191-1/+1
* Sliding Sync: Shortcut for checking if certain background updates have comple...Eric Eastwood2024-09-181-0/+6
* Sliding Sync: bugfix: ensure we can sync with SSS even with missing rooms (#1...Kegan Dougal2024-09-181-1/+5
* Add an Admin API endpoint to redact all a user's events (#17506)Shay2024-09-181-0/+70
* Sliding Sync: Return room tags in account data extension (#17707)Eric Eastwood2024-09-161-7/+7
* Sliding Sync: Move filters tests to rest layer (#17703)Eric Eastwood2024-09-122-2/+5
* import pydantic objects from the `_pydantic_compat` module (#17667)Éloi Rivard2024-09-111-6/+1
* Sliding Sync: Use Sliding Sync tables for sorting (#17693)Eric Eastwood2024-09-114-44/+43
* Sliding Sync: Make sure we get up-to-date information from `get_sliding_sync_...Eric Eastwood2024-09-113-1/+23
* Sliding sync: various fixups to the background update (#17652)Erik Johnston2024-09-112-50/+185
* Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston2024-09-114-10/+56
* Sliding sync: various fixups to the sliding sync joined room background job (...Erik Johnston2024-09-101-9/+18
* Sliding Sync: Retrieve fewer events from DB in sync (#17688)Erik Johnston2024-09-101-34/+59
* Sliding Sync: Add comment to explain extra case where you can be invited -> b...Eric Eastwood2024-09-091-3/+7
* Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast...Eric Eastwood2024-09-092-29/+72
* Speed up fetching partial-state rooms on sliding sync (#17666)Erik Johnston2024-09-061-0/+26
* Speed up sliding sync by avoiding copies (#17670)Erik Johnston2024-09-061-0/+14
* Fix background update to handle invalid events (#17641)Erik Johnston2024-09-051-3/+6
* Fix sliding sync on workers (#17649)Erik Johnston2024-09-042-11/+12
* Format files with Ruff (#17643)Quentin Gliech2024-09-0229-120/+79
* Sliding sync: use new DB tables (#17630)Erik Johnston2024-09-016-2/+106
* Revert "Also handle invalid event errors"Erik Johnston2024-09-011-6/+3
* Also handle invalid event errorsErik Johnston2024-09-011-3/+6
* Sliding sync: various fixes to background update (#17636)Erik Johnston2024-09-013-16/+58
* Replace isort and black with ruff (#17620)Quentin Gliech2024-08-301-2/+5
* Sliding sync: Ignore tables with no create event in current state (#17633)Erik Johnston2024-08-301-23/+38
* Sliding sync: Fix bg update again (v3) (#17634)Erik Johnston2024-08-301-5/+26
* Sliding Sync: Fix outlier re-persisting causing problems with sliding sync ta...Eric Eastwood2024-08-302-134/+137
* Fix background update for sliding sync (find previous membership) (#17632)Erik Johnston2024-08-291-4/+5
* Fix background update for sliding sync (#17631)Erik Johnston2024-08-291-12/+19
* Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-298-0/+638
* Sliding Sync: Pre-populate room data for quick filtering/sorting (#17512)Eric Eastwood2024-08-2911-63/+2324
* Fix Internal Server Error for Non-Local Users in Room Actions (#17607)Gordan Trevis2024-08-291-4/+4
* Sliding sync: Always send your own receipts down (#17617)Erik Johnston2024-08-291-66/+169
* Speed up fetching latest stream positions via cache (#17606)Erik Johnston2024-08-272-67/+76
* Sliding Sync: Speed up getting receipts for initial rooms (#17592)Erik Johnston2024-08-202-0/+99
* Sliding sync: Correctly track which read receipts we have or have not sent do...Erik Johnston2024-08-191-0/+42
* Speed up `/keys/changes` (#17548)Erik Johnston2024-08-161-2/+62
* Add missing docstrings related to profile methods. (#17559)Patrick Cloke2024-08-131-0/+34
* Fix performance of device lists in `/key/changes` and sliding sync (#17537) github/developErik Johnston2024-08-091-0/+5
* Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood2024-08-071-85/+190
* Sliding Sync: Add more tracing (#17514)Eric Eastwood2024-08-063-1/+9
* Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood2024-07-303-36/+205
* Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-301-0/+10
* Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-291-0/+37
* Speed up SS room sorting (#17468)Erik Johnston2024-07-232-1/+127
* Prepare for authenticated media freeze (#17433)Shay2024-07-223-2/+46
* Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-193-3/+35
* Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood2024-07-171-12/+45
* Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-111-1/+51
* Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-085-88/+31
* Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-081-11/+24
* Finish up work to allow per-user feature flags (#17392)Erik Johnston2024-07-051-9/+55
* Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-041-1/+25
* Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood2024-07-021-0/+3
* Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-023-15/+284
* Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0211-28/+65
* Handle multiple rows device inbox (#17362)Erik Johnston2024-06-271-3/+2
* Limit amount of replication we send (#17358)Erik Johnston2024-06-251-8/+7
* Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston2024-06-252-37/+60
* Revert "Reduce device lists replication traffic." (#17360)Erik Johnston2024-06-252-60/+37
* Reintroduce #17291. (#17338)Erik Johnston2024-06-243-77/+206
* Reduce device lists replication traffic. (#17333)Erik Johnston2024-06-242-37/+60
* Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston2024-06-192-191/+70
* Filter added to Admin-API GET /rooms (#17276)Alexander Fechler2024-06-191-14/+37
* Handle large chain calc better (#17291)Erik Johnston2024-06-192-70/+191
* Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan2024-06-191-1/+1
* Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood2024-06-171-1/+86
* Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood2024-06-171-6/+36
* Merge branch 'release-v1.109' into developQuentin Gliech2024-06-172-25/+35
|\
| * Set our own stream position from the current sequence value on startup (#17309)Quentin Gliech2024-06-171-3/+20
| * Automatically apply SQL for inconsistent sequence (#17305)Erik Johnston2024-06-141-22/+15
* | Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood2024-06-132-6/+11
* | Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood2024-06-131-10/+22
* | Add report room API (MSC4151) (#17270)Travis Ralston2024-06-122-0/+52
* | Merge branch 'release-v1.109' into developQuentin Gliech2024-06-112-9/+35
|\|
| * Fix bug where device lists would break sync (#17292)Erik Johnston2024-06-102-9/+35
* | Handle hyphens in user dir search porperly (#17254)Erik Johnston2024-06-051-6/+60
* | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#...Eric Eastwood2024-06-042-3/+13
|/
* In sync wait for worker to catch up since token (#17215)Erik Johnston2024-05-302-2/+16
* Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston2024-05-307-214/+164
* Clean out invalid destinations from outbox (#17242)Erik Johnston2024-05-302-0/+91
* Move towards using `MultiWriterIdGenerator` everywhere (#17226)Erik Johnston2024-05-298-215/+153
* Don't invalidate all `get_relations_for_event` on history purge (#17083)Erik Johnston2024-05-294-12/+39
* Change allow_unsafe_locale to also apply on new databases (#17238)Erik Johnston2024-05-291-1/+7
* Reduce work of calculating outbound device pokes (#17211)Erik Johnston2024-05-221-0/+24
* Improve perf of sync device lists (#17216)Erik Johnston2024-05-211-21/+68
* Revert "Improve perf of sync device lists" (#17207)Erik Johnston2024-05-161-2/+15
* Improve perf of sync device lists (#17191)Erik Johnston2024-05-141-15/+2
* Actually fix public rooms (#17184)Erik Johnston2024-05-131-54/+54
* Fix bug with creating public rooms on workers (#17177)Erik Johnston2024-05-131-65/+51
* Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-013-2/+72
* Fix filtering of rooms when supplying the `destination` query parameter to `/...Andrew Morgan2024-04-261-0/+1
* Return the search terms as search highlights for SQLite instead of nothing (#...Melvyn Laïly2024-04-261-7/+24
* Redact membership events if the user requested erasure upon deactivating (#17...Till2024-04-251-0/+22
* Add type annotation to `visited_chains` (#17125)Andrew Morgan2024-04-251-1/+1
* Merge branch 'master' into developErik Johnston2024-04-232-73/+43
|\
| * Fix GHSA-3h7q-rfh9-xm4vErik Johnston2024-04-232-73/+43
* | Fix remote receipts for events we don't have (#17096)Erik Johnston2024-04-171-1/+5
* | Use receipts `event_stream_ordering` instead of joins (#17032)Nick Mills-Barrett2024-04-122-19/+11
|/
* Add forgotten schema delta (#17054)Erik Johnston2024-04-092-7/+22
* Pull out fewer receipts from DB when doing push (#17049)Erik Johnston2024-04-051-22/+102
* Add missing index to `access_tokens` table (#17045)Erik Johnston2024-04-041-0/+7
* Refactor chain fetching (#17044)Erik Johnston2024-04-021-96/+66
* Fixups to new push stream (#17038)Erik Johnston2024-03-281-1/+3
* Add support for moving `/push_rules` off of main process (#17037)Erik Johnston2024-03-282-28/+43
* Ensure that pending to-device events are sent over federation at startup (#16...Richard van der Hoff2024-03-221-20/+79
* Do not refuse to set read_marker if previous event_id is in wrong room (#16990)SpiritCroc2024-03-211-3/+5
* Fix reject knocks on deactivating account (#17010)Hanadi2024-03-211-0/+16
* Clarify docs for some room state functions (#16950)Richard van der Hoff2024-03-191-3/+5
* Bump mypy from 1.5.1 to 1.8.0 (#16901)dependabot[bot]2024-03-132-5/+5
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-1317-153/+109
* deactivated flag refactored to filter deactivated users. (#16874)Alexander Fechler2024-03-111-3/+6
* Fix joining remote rooms when a `on_new_event` callback is registered (#16973)Quentin Gliech2024-03-061-2/+7
* Revert "Improve DB performance of calculating badge counts for push. (#16756)...Andrew Morgan2024-03-051-146/+107
* bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927)kegsay2024-02-201-3/+18
* Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-132-7/+9
* Increase batching when fetching auth chains (#16893)Erik Johnston2024-02-091-2/+2
* Run `ANALYZE` after fiddling with stats (#16849)Erik Johnston2024-01-242-0/+18
* Speed up e2e device keys queries for bot accounts (#16841)Erik Johnston2024-01-231-11/+18
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-2399-0/+116
* Preparatory work for tweaking performance of auth chain lookups (#16833)Erik Johnston2024-01-234-27/+162
* Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-6/+17
* Optimize query for fetching to-device messages in `/sync` (#16805)Erik Johnston2024-01-111-77/+72
* Improve DB performance of calculating badge counts for push. (#16756)Erik Johnston2024-01-111-107/+146
* Faster load recents for sync (#16783)Erik Johnston2024-01-101-1/+16
* Reduce amount of state pulled out when querying federation hierachy (#16785)Erik Johnston2024-01-101-2/+46
* Split up deleting devices into batches (#16766)Erik Johnston2024-01-101-2/+6
* Port `EventInternalMetadata` class to Rust (#16782)Erik Johnston2024-01-081-1/+1
* Simplify internal metadata class. (#16762)Erik Johnston2024-01-051-33/+0
* Update book locationErik Johnston2023-12-132-2/+2
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-13394-1111/+7165
|\
| * Update license headersPatrick Cloke2023-11-21408-1111/+7431
* | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-05116-128/+0
* | Fix postgres schema after dropping old tables (#16730)David Robertson2023-12-055-5/+0
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-12-04121-0/+133
* | Drop unused tables & unneeded access token ID for events. (#16522)Patrick Cloke2023-12-012-2/+26
* | Speed up pruning of `user_ips` table (#16667)Erik Johnston2023-11-291-10/+7
* | Remove old full schema dumps. (#16697)Patrick Cloke2023-11-2820-2962/+0
* | Correctly read to-device stream pos on SQLite (#16682)David Robertson2023-11-241-12/+19
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-231-0/+21
* | Filter out auth chain queries that don't exist (#16552)Jason Little2023-11-221-0/+5
|/
* Speed up purge room by adding index (#16657)Erik Johnston2023-11-172-0/+25
* Merge branch 'master' into developPatrick Cloke2023-11-171-2/+2
|\
| * Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro...Patrick Cloke2023-11-021-2/+2
* | Revert "Fix test not detecting tables with missing primary keys and missing r...Erik Johnston2023-11-162-110/+0
* | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli...Erik Johnston2023-11-162-118/+0
* | Speed up deleting device messages (#16643)Erik Johnston2023-11-161-25/+81
* | Fix test not detecting tables with missing primary keys and missing replica i...reivilibre2023-11-162-0/+110
* | Add an Admin API to temporarily grant the ability to update an existing cross...David Robertson2023-11-152-0/+99
* | Asynchronous Uploads (#15503)Sumner Evans2023-11-151-2/+88
* | Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-1510-12/+18
* | Remove whole table locks on push rule add/delete (#16051)Nick Mills-Barrett2023-11-131-16/+27
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-11-132-0/+118
* | Use attempt_to_set_autocommit everywhere. (#16615)Patrick Cloke2023-11-093-12/+18
* | Use _invalidate_cache_and_stream_bulk in more places. (#16616)Patrick Cloke2023-11-096-46/+70
* | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-0919-241/+248
* | Return attrs for more media repo APIs. (#16611)Patrick Cloke2023-11-091-40/+65
* | Bulk-invalidate e2e cached queries after claiming keys (#16613)David Robertson2023-11-094-28/+131
* | Avoid updating the same rows multiple times with simple_update_many_txn. (#16...Patrick Cloke2023-11-071-4/+1
* | Avoid executing no-op queries. (#16583)Patrick Cloke2023-11-075-19/+33
* | More tests for the simple_* methods. (#16596)Patrick Cloke2023-11-071-9/+4
* | Collect information for PushRuleEvaluator in parallel. (#16590)Patrick Cloke2023-11-061-19/+31
* | Simplify event persistence code (#16584)Patrick Cloke2023-11-032-312/+324
* | Use simple_select_many_txn in event persistance code. (#16585)Patrick Cloke2023-11-021-5/+11
* | Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-317-91/+217
|/
* Claim local one-time-keys in bulk (#16565)David Robertson2023-10-301-114/+139
* Claim fallback keys in bulk (#16570)David Robertson2023-10-302-0/+70
* Ensure local invited & knocking users leave before purge. (#16559)Patrick Cloke2023-10-271-0/+16