aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/postgres/sql.go
AgeCommit message (Collapse)Author
2020-05-27Convert remaining roomserver tables (#1065)Kegsay
* Convert invites table * Convert membership table * Factor out remaining functions except for *Updater structs * Remove 'implements' comments from long-forgotten interfaces. Move those comments to storage.Database
2020-05-27Convert room_aliases previous_events state_block and state_snapshot tables ↵Kegsay
(#1064) * Convert state_snapshot and state_block tables * Convert room_aliases and previous_events tables * Add missing table
2020-05-26Convert transactions/rooms table to share more code (#1063)Kegsay
* Convert rooms table * Convert transactions table * Convert rooms table and factor out lots of functions * I think you'll be needing this..
2020-05-26Convert events/event_json tables to share code (#1062)Kegsay
* Convert event_json table * Convert the events table
2020-05-26roomserver: start refactoring storage layer (#1061)Kegsay
* Begin refactoring out roomserver/storage/*/storage.go * Convert event_types table
2020-01-03Implement storage interfaces (#841)Neil Alexander
* Implement interfaces for federationsender storage * Implement interfaces for mediaapi storage * Implement interfaces for publicroomsapi storage * Implement interfaces for roomserver storage * Implement interfaces for syncapi storage * Implement interfaces for keydb storage * common.PartitionStorer in publicroomsapi interface * Update copyright notices