Files
mostlymatter/store/sqlstore
Daniel Fiori 7a758eae72 Optimize searching for users on Postgres (#9782)
The searches on Postgres using LIKE with prefix matching will only
use an index if it has the text_pattern_ops flag (forcing C collation).
This drops the old indexes and adds properly optimized ones.
2018-11-09 15:34:31 -05:00
..
2017-10-06 11:12:10 -04:00
2018-10-10 10:55:12 -07:00
2018-04-27 12:49:45 -07:00
2018-04-27 12:49:45 -07:00
2018-11-08 15:48:14 -05:00
2018-04-27 12:49:45 -07:00