forked-synapse/synapse/storage/schema/main/delta
Erik Johnston e9069c9f91
Mark sync as limited if there is a gap in the timeline (#16485)
This splits thinsg into two queries, but most of the time we won't have
new event backwards extremities so this shouldn't actually add an extra
RTT for the majority of cases.

Note this removes the check for events with no prev events, but that was
part of MSC2716 work that has since been removed.
2023-10-19 15:04:18 +01:00
..
12
13
14
15
16
17
18
19
20 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
21
22
24
25 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
26
27 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
28
29
30 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
31 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
32
33 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
34 Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
35
36
37 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
38
39
40
41
42 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
43
44
45
46
47
48 Delete device messages asynchronously and in staged batches (#16240) 2023-09-06 09:30:53 +02:00
49
50 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
51
52
53
54
55
56 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
57 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
58 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
59 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
60
61 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
62
63
64
65
67
68 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
69 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
70
71
72 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
73 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
74 Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
76 Revert "Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15437)" (#15580) 2023-05-12 11:38:16 +01:00
77 Fix schema delta error in 1.85 (#15739) 2023-06-07 13:02:42 +01:00
78 Bump DB version to 79 since synapse v1.88 was already there (#15998) 2023-07-26 14:51:44 +02:00
79 Bump DB version to 79 since synapse v1.88 was already there (#15998) 2023-07-26 14:51:44 +02:00
80 Fix rare deadlock when using read/write locks (#16169) 2023-08-23 16:24:30 +01:00
82 Mark sync as limited if there is a gap in the timeline (#16485) 2023-10-19 15:04:18 +01:00