aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/postgres
AgeCommit message (Expand)Author
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
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-21Return `ErrRoomNoExists` if insufficient state is available for a `buildEvent...Neil Alexander
2022-02-21Reset invalid state snapshots for events during state storage refactor migrat...Neil Alexander
2022-02-17Don't re-send sent events in `add_state_events` (#2195)Neil Alexander
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-02-10Fix transaction issues in events table in PSQL (#2165)Neil Alexander
2022-02-09Revert "Fix storage bug in PSQL events table"Neil Alexander
2022-02-09Fix storage bug in PSQL events tableNeil Alexander
2022-02-08Allow events to be un-rejected (#2159)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-11-18Only return non-stub rooms from `GetKnownRooms` (#2049)Neil Alexander
2021-09-07Add more logs (#2005)kegsay
2021-08-04Ensure all create events have a snapshot NID of 0 (#1961)kegsay
2021-07-28Factor out StatementList to `sqlutil` and use it in `userapi`Kegan Dougal
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