dendrite/syncapi/storage/postgres
Neil Alexander 7615857be0 Squashed commit of the following:
commit c1bca95adb
Author: Kegsay <kegan@matrix.org>
Date:   Thu Apr 16 10:06:55 2020 +0100

    Add SQL tracing via DENDRITE_TRACE_SQL (#968)

    * Add SQL tracing via DENDRITE_TRACE_SQL

    Add this to `internal/sqlutil` in preparation for #897

    * Not entirely

commit c2ea961909
Author: Kegsay <kegan@matrix.org>
Date:   Wed Apr 15 17:48:40 2020 +0100

    Add HTTP trace logging (#965)

    * Dump all requests/response server-side

    * Wrap in DENDRITE_TRACE

    * DENDRITE_TRACE_HTTP is better

    * Bugfix for response body and linting

    * False is true and true is false

    * Linting

    * How did this get missed

    * More linting
2020-04-16 10:19:57 +01:00
..
account_data_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
backward_extremities_table.go Tweaks to backfill (#964) 2020-04-15 14:39:27 +01:00
current_room_state_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
filtering.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
invites_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
output_room_events_table.go Implement backfill over federation (#938) 2020-03-24 12:20:10 +00:00
output_room_events_topology_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
syncserver.go Squashed commit of the following: 2020-04-16 10:19:57 +01:00