summary refs log tree commit diff
path: root/synapse/storage/schema/im.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-125/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Persist internal_metadataErik Johnston2014-12-161-0/+1
|
* Fix bug when uploading state with empty state_keyErik Johnston2014-12-101-0/+2
|
* Store full JSON of events in dbErik Johnston2014-12-011-0/+10
|
* Tidy up some of the unused sql tablesErik Johnston2014-11-101-62/+6
|
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-0/+1
|
* Rename deletions to redactionsErik Johnston2014-09-241-1/+1
|
* Add v4 deltas to current sql.Erik Johnston2014-09-241-1/+2
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-1/+1
|
* Add beginnings of ban support.Erik Johnston2014-09-011-0/+11
|
* Implement power level lists, default power levels and ↵Erik Johnston2014-09-011-0/+20
| | | | send_evnet_level/add_state_level events.
* Start adding storage for new events.Erik Johnston2014-08-291-0/+32
|
* 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 ↵Erik Johnston2014-08-181-5/+8
| | | | used for pagination and one which can be as tokens for notifying clients. Also add a 'processed' field which is currently always set to True
* 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
|
* Make feedback table also store sender.Erik Johnston2014-08-131-1/+2
|
* Initial stab at refactoring the SQL tables, including rejigging some of the ↵Erik Johnston2014-08-131-6/+5
| | | | storage layer.
* Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+54