0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-05 20:48:37 +02:00
dendrite/syncapi/storage/postgres
Kegsay 1b34130a5b
Finish merging syncserver.go (#1033)
* Refactor all postgres tables; start work on sqlite

* wip sqlite merges; database is locked errors to investigate and failing tests

* Revert "wip sqlite merges; database is locked errors to investigate and failing tests"

This reverts commit 26cbfc5b75.

* convert current room state table

* port over sqlite topology table

* remove a few functions

* remove more functions

* Share more code

* factor out completesync and a bit more

* Remove remaining code
2020-05-14 16:11:37 +01:00
..
account_data_table.go Factor out account data and events table (#1031) 2020-05-14 09:53:55 +01:00
backwards_extremities_table.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
current_room_state_table.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
filtering.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
invites_table.go Initial syncapi storage refactor to share pq/sqlite code (#1030) 2020-05-13 17:28:42 +01:00
output_room_events_table.go Factor out account data and events table (#1031) 2020-05-14 09:53:55 +01:00
output_room_events_topology_table.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
syncserver.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00