aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/postgres/current_room_state_table.go
AgeCommit message (Expand)Author
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-12Fix room summary returning wrong heroes (#2930)Till
2022-11-02Don't limit `"state"` (#2849)Neil Alexander
2022-10-03Fix fragility of selectEventsWithEventIDsSQL queries (#2757)Ashley Nelson
2022-09-28Consistent `*sql.Tx` usage across sync API (#2744)Neil Alexander
2022-09-27Improve selectRoomIDsWithAnyMembershipSQL performance (#2738)PiotrKozimor
2022-09-09Optimise `SharedUsers` again by using complete composite indexNeil Alexander
2022-09-09Optimise shared users query in Synx API slightly by removing a potential sortNeil Alexander
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-18History visibility database changes (#2533)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-03-16Fix SQL statement for PurgeRoomState (#2280)S7evinK
2022-03-11Don't range entire state for `/sync` (#2270)Neil Alexander
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2020-12-16Add event ID index on current state table (helps performance) (#1649)Neil Alexander
2020-12-09Don't recalculate event ID so often in sync (#1624)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-08-21Select distinct on room memberships in sync API (#1292)Neil Alexander
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-14Finish merging syncserver.go (#1033)Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-02-11Upgrade gomatrixserverlib dependency (#808)Thibaut CHARLES
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-10Federation fixes (#845)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander