summary refs log tree commit diff
path: root/changelog.d/13802.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-201-1/+0
|
* Use partial indices on SQLIte. (#13802)Patrick Cloke2022-09-141-0/+1
Partial indices have been supported since SQLite 3.8, but Synapse now requires >= 3.27, so we can enable support for them. This requires rebuilding previous indices which were partial on PostgreSQL, but not on SQLite.