aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/postgres/backwards_extremities_table.go
AgeCommit message (Expand)Author
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-09-28Consistent `*sql.Tx` usage across sync API (#2744)Neil Alexander
2022-04-09Remove dead code in the sync api (#2341)kegsay
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-14Finish merging syncserver.go (#1033)Kegsay