aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/postgres/rooms_table.go
AgeCommit message (Expand)Author
2021-04-26State storage refactor (#1839)Neil Alexander
2020-12-16Hit the database far less in Events to find room NIDs and room versions (#1643)Neil Alexander
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-03Implement more CSS storage functions in roomserver (#1388)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-02Expand RoomInfo to cover more DB storage functions (#1377)Kegsay
2020-09-01Add RoomInfo metadata struct (#1367)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-27Convert remaining roomserver tables (#1065)Kegsay
2020-05-26Convert transactions/rooms table to share more code (#1063)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-19Room server changes for room versions (#930)Neil Alexander
2020-03-17Get room versions from database (#918)Neil Alexander
2020-03-16Update room version descriptors, add error handling (#906)Neil Alexander
2020-02-05Room version abstractions (#865)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander