forked-synapse/synapse/storage/schema/delta
Erik Johnston 8fd4d9129f Replace postgres GIN with GIST
This is because GIN can be slow to write too, especially when the table
gets large.
2016-11-03 15:00:03 +00:00
..
11
12
13
14 Don't require config to create database 2016-04-06 14:15:45 +01:00
15
16
17
18
19
20 Don't require config to create database 2016-04-06 14:15:45 +01:00
21
22 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
23
24
25 Don't require config to create database 2016-04-06 14:15:45 +01:00
26
27 Don't require config to create database 2016-04-06 14:15:45 +01:00
28 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
29 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
30 Fix synapse/storage/schema/delta/30/as_users.py 2016-05-31 17:10:40 +01:00
31 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
32 Remove topics table 2016-05-13 14:40:38 +01:00
33 Default device_display_name to null 2016-08-03 11:53:00 +01:00
34 Just move the schema and add some DROPs 2016-09-09 11:04:47 +01:00
35 Drop some unused indices 2016-10-17 11:08:19 +01:00
36 Latest delta is now 37 2016-10-19 11:40:35 +01:00
37 Use most recently added binding, not most recently seen user. 2016-10-27 14:32:45 +01:00
38 Replace postgres GIN with GIST 2016-11-03 15:00:03 +00:00