summary refs log tree commit diff
path: root/synapse/storage/events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use multiple UNIQUE constraints; it will cause deadlocksErik Johnston2015-04-071-7/+7
|
* Don't use AUTOINCREMENT, use an in memory versionErik Johnston2015-04-071-6/+7
|
* Fix unicode database supportErik Johnston2015-03-251-3/+5
|
* Don't reinsert into event_edgesErik Johnston2015-03-241-8/+8
|
* Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-03-201-1/+1
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into store_rearrangementErik Johnston2015-03-201-0/+1
| |
| * Rearrange storage modulesErik Johnston2015-03-201-0/+394
|
* Rearrange storage modulesErik Johnston2015-03-201-0/+387