Query Reporting: Identify new queries introduced during a merge request

After Query Reporting: Record auto_explain plans for ... (#414325 - closed), we will have a list of every unique query per in an rspec run. We can use this to identify the new queries introduced in an MR. In this issue, we produce the data required for that process.

Edited by John McDonnell