Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.68.0rc1 | Olivier Wilkinson (reivilibre) | 2022-09-20 | 1 | -1/+0 |
| | |||||
* | Use partial indices on SQLIte. (#13802) | Patrick Cloke | 2022-09-14 | 1 | -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. |