aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/postgres
AgeCommit message (Expand)Author
2021-07-26Not finding the snapshot is not fatal (#1940)kegsay
2021-07-21Optimise QueryServerJoinedToRoom (#1933)Neil Alexander
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-07-09bugfix: order the state blocks so recreating state snapshots works correctly ...kegsay
2021-07-07db migration: handle create events with no state blocks from v0.1.0 (#1904)kegsay
2021-06-29db migration: fix #1844 and add additional assertions (#1889)kegsay
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-12-02Top-level setup package (#1605)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-14Ignore duplicate redaction entries (#1522)Neil Alexander
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-04Fix nil txn bugNeil Alexander
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-08-25Roomserver NID caches (#1335)Neil Alexander
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-20Roomserver per-room input parallelisation (Postgres) (#1289)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-07Emit redacted_event from the roomserver when redactions are validated (#1186)Kegsay
2020-07-06Implement core redaction logic (#1185)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-26Finish implementing retiring invites (#1166)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-18Log errors from rows.Close (#920)Prateek Sachan
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-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff