Hi, Looking at pg_stat_statements, there doesn't seem to be timestamp column for when the underlying query is performed. Since the same query can be run multiple times, the absence of timestamp column makes finding the most recent invocation of the query difficult.
Does it make sense to add such a column ? Thanks