pg_stat_monitor/regression/sql
Diego Fronza 8a94129848 PG-320: Removal of state columnns from pgsm view.
We are concerned with finished queries in pg_stat_monitor, so state and
state_code columns were removed from the pg_stat_monitor_view as we only
list finished queries on it.

Removed state regression as it is not necessary anymore.

Also, this allowed us to remove the call to pgss_store on ExecutorStart,
which just updated query state to EXEC, thus saving some CPU.
2022-01-06 12:19:05 -03:00
..
application_name.sql PG-186: Add support to monitor query execution plan. 2021-03-12 18:55:12 +00:00
basic.sql PG-186: Add support to monitor query execution plan. 2021-03-17 18:56:39 +05:00
cmd_type.sql PG-293: Update regression tests. 2021-12-30 09:49:30 -03:00
counters.sql PG-186: Add support to monitor query execution plan. 2021-03-17 18:56:39 +05:00
database.sql PG-186: Add support to monitor query execution plan. 2021-03-12 18:55:12 +00:00
error.sql PG-221: Use alternate of GetUserID function in error hook. 2021-08-31 14:55:53 +00:00
guc.sql PG-183. Move tests to separate directory 2021-02-20 23:17:34 +03:00
histogram.sql PG-186: Add support to monitor query execution plan. 2021-03-12 18:55:12 +00:00
relations.sql DISTPG-271: Fix the failing 'relations' testcase 2021-08-02 19:37:14 +05:00
rows.sql PG-293: Update regression tests. 2021-12-30 09:49:30 -03:00
tags.sql PG-293: Update regression tests (extract_comments). 2021-12-30 09:49:32 -03:00
top_query.sql PG-295: Fix top_query regression test. 2021-12-30 09:49:32 -03:00
user.sql PG-186: Add support to monitor query execution plan. 2021-03-12 19:09:28 +00:00
version.sql PG-186: Add support to monitor query execution plan. 2021-03-12 18:55:12 +00:00