summary refs log tree commit diff
path: root/synapse/storage/schema/delta/25/fts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-3/+3
* Replace ujson with simplejsonErik Johnston2018-03-151-2/+2
* Don't require config to create databaseErik Johnston2016-04-061-1/+5
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Older versions of SQLite don't like IF NOT EXISTS in virtual tablesErik Johnston2015-12-021-1/+1
* Fix param style to work on both sqlite and postgresMark Haines2015-11-111-2/+6
* Fix the background updateMark Haines2015-11-111-4/+3
* Use a background task to update databases to use the full text searchMark Haines2015-11-101-76/+24
* Add missing columnDaniel Wagner-Hall2015-10-301-1/+1
* Pull out sender when computing search resultsErik Johnston2015-10-231-14/+17
* Implement rank function for SQLite FTSErik Johnston2015-10-231-1/+1
* PEP8Erik Johnston2015-10-221-1/+2
* Move FTS to delta 25Erik Johnston2015-10-221-0/+123