Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 14 | -662/+0 |
| | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | Remove unused server_tls_certificates functions (#5028) | Richard van der Hoff | 2019-04-08 | 1 | -8/+3 |
| | | | | These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again. | ||||
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 5 | -78/+17 |
| | | | | | | | | | | | | | | | Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities | ||||
* | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -10/+2 |
| | | | Remove presence list support as per MSC 1819 | ||||
* | Drop sent_transactions | Aaron Raimist | 2018-12-01 | 1 | -19/+0 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Create the column nullable | Richard van der Hoff | 2018-07-26 | 1 | -1/+6 |
| | | | | | There's no real point in ever making the column non-nullable, and doing so breaks the sytests. | ||||
* | comment on event_edges | Richard van der Hoff | 2018-07-26 | 1 | -1/+2 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 14 | -14/+14 |
| | |||||
* | pushers table requires an access_token | Erik Johnston | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 14 | -139/+139 |
| | | | | for a limit | ||||
* | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵ | Erik Johnston | 2015-04-17 | 3 | -2/+6 |
| | | | | columns back to TEXT from bytea | ||||
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 2 | -5/+5 |
| | |||||
* | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 2 | -3/+6 |
| | |||||
* | Add index on events (topological_ordering, stream_ordering) to help with ↵ | Erik Johnston | 2015-04-15 | 1 | -0/+1 |
| | | | | ORDER BY clauses | ||||
* | Rename user_ips.user -> user_id | Erik Johnston | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵ | Erik Johnston | 2015-04-14 | 12 | -97/+97 |
| | | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. | ||||
* | For backwards compat, make state_groups.id have a type of int, not varchar | Erik Johnston | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 6 | -17/+17 |
| | |||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 9 | -27/+27 |
| | |||||
* | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 3 | -0/+123 |
| | |||||
* | Revert non-trivial schema changes and move them to a new schema version. | Erik Johnston | 2015-04-10 | 12 | -0/+617 |