summary refs log tree commit diff
path: root/synapse/storage/databases/main/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-27/+23
* Switch search SQL to triple-quote strings. (#14311)Patrick Cloke2022-10-281-89/+99
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-3/+2
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-35/+162
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-301-1/+1
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-301-1/+1
* Update mypy and mypy-zope (#13925)David Robertson2022-09-301-1/+1
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-10/+0
* Add some type hints to datastore. (#12477)Dirk Klimpel2022-05-101-13/+20
* remove constantly lib use and switch to enums. (#12624)andrew do2022-05-041-4/+4
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-281-13/+13
* Fix broken background updates when using sqlite with `enable_search` off (#12...Sean Quah2022-03-141-6/+7
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-241-0/+26
* Refactor search code to reduce function size. (#11991)Patrick Cloke2022-02-151-7/+10
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-301-5/+11
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-3/+17
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-3/+6
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-2/+2
* Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-9/+25
* Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-2/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-1/+2
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-011-6/+9
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-34/+35
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+710