summary refs log tree commit diff
path: root/synapse/storage/schema/delta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused indexesErik Johnston2015-05-011-0/+18
* Oops, update the contraint tooDavid Baker2015-04-291-1/+1
* Be more postgressiveDavid Baker2015-04-291-2/+2
* Be postgressiveDavid Baker2015-04-291-4/+3
* Oops, forgot the schema delta fileDavid Baker2015-04-291-0/+10
* bump database schema versionMark Haines2015-04-291-0/+0
* Use bytea rather than BLOBMark Haines2015-04-291-1/+1
* Merge branch 'develop' into key_distributionMark Haines2015-04-2911-29/+204
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-281-0/+25
| |\
| | * Merge pull request #126 from matrix-org/csauthMark Haines2015-04-281-0/+25
| | |\
| | | * Merge branch 'develop' into csauthDavid Baker2015-04-171-0/+30
| | | |\
| | | * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ...David Baker2015-03-251-2/+25
| | | * | 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-0/+2
| * | | | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-285-28/+28
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-272-0/+28
| |\| | |
| * | | | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-172-0/+11
| * | | | Go back to storing JSON in TEXTErik Johnston2015-04-161-1/+1
| * | | | Remove mysql/maria supportErik Johnston2015-04-151-1/+1
| * | | | Change full_schemas/11 to work with postgresErik Johnston2015-04-151-1/+4
| * | | | Add index on events (topological_ordering, stream_ordering) to help with ORDE...Erik Johnston2015-04-151-0/+1
| * | | | Rename user_ips.user -> user_idErik Johnston2015-04-141-3/+3
| * | | | Remove duplicate rowsErik Johnston2015-04-101-0/+9
| * | | | DROP indexes before recreating themErik Johnston2015-04-101-0/+8
| * | | | Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-102-3/+3
| * | | | Use unsigned bigintErik Johnston2015-04-103-9/+9
| * | | | SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-103-5/+5
| * | | | Update full_schemas/16 to match delta files. Add delta/16 scriptsErik Johnston2015-04-103-0/+122
| * | | | Revert non-trivial changes to upgrade scriptsErik Johnston2015-04-103-5/+5
| * | | | Remove spurious spacesErik Johnston2015-04-093-7/+7
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-04-071-0/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add index to presence tableErik Johnston2015-04-071-0/+2
| * | | | Fix unicode supportErik Johnston2015-04-023-16/+16
| * | | | Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-013-7/+7
| * | | | Fix up schemas some moreErik Johnston2015-03-201-1/+1
| * | | | Fix up schemas to work with mariadbErik Johnston2015-03-193-15/+15
| * | | | Update schema to work with mariadbErik Johnston2015-03-183-40/+33
| | |_|/ | |/| |
* | | | Add server_keys.sql to the current delta rather than creating a new deltaMark Haines2015-04-281-0/+0
* | | | Merge branch 'develop' into key_distributionMark Haines2015-04-242-0/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Copyright noticesMark Haines2015-04-242-0/+28
| | |/ | |/|
* | | Add methods for storing and retrieving the raw key jsonMark Haines2015-04-151-3/+3
* | | Return a sha256 fingerprint rather than the entire tls certificateMark Haines2015-04-141-0/+24
|/ /
* | Edit SQL schema to use string IDs not ints. Use token as ID. Update tests.Kegan Dougal2015-03-311-4/+3
* | Use event IDs instead of dumping event content in the txns table.Kegan Dougal2015-03-091-1/+1
* | Finish appservice txn storage impl and tests.Kegan Dougal2015-03-091-1/+1
* | Merge branch 'develop' into application-services-txn-reliabilityKegan Dougal2015-03-061-0/+9
|\|
| * Schema change as delta in v14David Baker2015-03-061-0/+0
| * Merge branch 'develop' into pushrules2David Baker2015-03-0411-395/+23
| |\
| * | Add enable/disable overlay for push rules (REST API not yet hooked up)David Baker2015-02-251-0/+9
* | | Add appservice txns sql schemaKegan Dougal2015-03-061-0/+31
| |/ |/|
* | Change to use logger in db upgrade scriptErik Johnston2015-03-041-1/+4
* | SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-0411-395/+20
|/
* Bump schema versionErik Johnston2015-02-171-0/+0
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-0/+34
|\
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-092-24/+11
| |\
| * | Register a user account for the AS when the AS registers. Add 'sender' column...Kegan Dougal2015-02-091-0/+1
| * | Add delta sql file.Kegan Dougal2015-02-051-0/+33
* | | Set database schema version in deltaErik Johnston2015-02-121-0/+2
| |/ |/|
* | Move delta/v13.sql to delta/v12.sqlErik Johnston2015-02-062-24/+11
|/
* s/instance_handle/profile_tag/David Baker2015-02-031-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+24
|\
| * Merge changes from developMark Haines2015-01-291-0/+46
| |\
| * | Move bump schema deltaMark Haines2015-01-291-0/+0
| * | Also edit the filter column on the delta SQLKegan Dougal2015-01-291-1/+1
| * | Created schema deltaPaul "LeoNerd" Evans2015-01-271-0/+24
* | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+33
|\ \ \ | | |/ | |/|
| * | Move pushers delta to v12 and bump schema versionDavid Baker2015-01-281-0/+0
| * | Oops: second part of commit dc938606David Baker2015-01-221-0/+13
| * | add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-0/+1
| * | Require device language when adding a pusher.David Baker2015-01-161-0/+1
| * | Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-0/+1
| * | Merge branch 'develop' into pushersDavid Baker2015-01-138-5/+49
| |\|
| * | Merge branch 'develop' into pushersDavid Baker2014-12-181-0/+79
| |\ \
| * | | schema version is now 10David Baker2014-12-181-0/+0
| * | | Rename the pusher SQL delta to v9 which the next free oneDavid Baker2014-12-181-0/+0
| * | | after a few rethinks, a working implementation of pushers.David Baker2014-12-181-2/+1
| * | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-2/+3
| * | | Merge branch 'develop' into pushersDavid Baker2014-12-021-0/+34
| |\ \ \
| * | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-0/+2
| * | | | Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+28
* | | | | Add support for storing rejected events in EventContext and data storesErik Johnston2015-01-221-0/+21
| |_|_|/ |/| | |
* | | | Add delta and bump DB versionErik Johnston2015-01-061-0/+16
* | | | Update copyright noticesMark Haines2015-01-067-5/+33
| |_|/ |/| |
* | | Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-1/+57
* | | track replication destination health, and perform exponential back-off when s...Matthew Hodgson2014-12-071-0/+23
| |/ |/|
* | Add update delta for schema changeErik Johnston2014-11-261-0/+34
|/
* Bump database version number.Erik Johnston2014-10-171-0/+31
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-1/+2
* SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston2014-09-291-1/+3
* Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-0/+13
* Rename deletions to redactionsErik Johnston2014-09-241-5/+6
* SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev...Erik Johnston2014-09-231-0/+4
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-2/+4
* Add a deletions tableErik Johnston2014-09-221-0/+5
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+27
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if i...Paul "LeoNerd" Evans2014-09-031-0/+168