aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/postgres/storage.go
AgeCommit message (Expand)Author
2022-09-09Change detection of already executed migrations (#2665)Till
2022-08-08Fix issues with migrations not getting executed (#2628)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-05-16Add roomserver tests (3/4) (#2447)Till
2022-05-10Add roomserver tests (2/?) (#2445)Till
2022-05-09Add roomserver tests (1/?) (#2434)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-04-26State storage refactor (#1839)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-06Implement core redaction logic (#1185)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-28Merge Updater structs (#1069)Kegsay
2020-05-27Convert remaining roomserver tables (#1065)Kegsay
2020-05-27Convert room_aliases previous_events state_block and state_snapshot tables (#...Kegsay
2020-05-26Convert transactions/rooms table to share more code (#1063)Kegsay
2020-05-26Convert events/event_json tables to share code (#1062)Kegsay
2020-05-26roomserver: start refactoring storage layer (#1061)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-20Use memberships to determine whether to reset latest events/state on room joi...Neil Alexander
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-16Set default room version to 4 (#957)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-19Room server changes for room versions (#930)Neil Alexander
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-17Get room versions from database (#918)Neil Alexander
2020-03-17Add room version to room create request, persist in storage (#915)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