pg_stat_monitor/regression
Ibrar Ahmed db5a6aa30e PG-320: Removing the query state code from the view.
The query status monitoring code was used to track the current query state, for example,     
parsing, executing and finishing. After careful review, we have figured out that  
it does not make sense while a lot of time same query is running. Therefore it  
is also consuming resources. This commit will remove that feature. The upgrade
SQL from 1.0 - 2.0 is also updated.
2022-11-15 16:31:37 +00:00
..
expected PG-320: Removing the query state code from the view. 2022-11-15 16:31:37 +00:00
sql PG-451: Fix regression failures in main branch. 2022-07-03 04:26:42 +05:00