summary refs log tree commit diff
path: root/synapse/storage/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a unique constraint on the room hosts tableErik Johnston2014-08-241-1/+2
* Add indices to schemaErik Johnston2014-08-221-0/+20
* Don't return state event outlier's when paginating.Erik Johnston2014-08-221-0/+1
* Change the way pagination works to support out of order events.Erik Johnston2014-08-191-1/+1
* SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-181-1/+1
* Add two different columns for ordering the events table, one which can be use...Erik Johnston2014-08-181-5/+8
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-1/+4
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-0/+12
* Fix up typos and correct sql queriesErik Johnston2014-08-141-2/+2
* Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-141-1/+5
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-141-0/+1
|\
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-0/+1
* | Make feedback table also store sender.Erik Johnston2014-08-131-1/+2
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-131-6/+5
* | Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|/
* Reference Matrix Home Servermatrix.org2014-08-128-0/+352