aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/postgres/output_room_events_topology_table.go
AgeCommit message (Expand)Author
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-15Fix a bug whereby backfilling could leak events across rooms (#1043)Kegsay
2020-05-14Cleanup syncapi topology logic (#1035)Kegsay
2020-05-14Finish merging syncserver.go (#1033)Kegsay
2020-05-01Fix prev_batch tokens (#999)Kegsay
2020-05-01Correctly generate backpagination tokens for events which have the same depth...Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-01-25More sync fixes (#854)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander