pg_stat_monitor/regression/sql
Diego Fronza 30a328f381 PG-293: Update regression tests.
cmd_type: Added missing DROP TABLE t2;

guc: Adjusted to match the updated settings view, which now display
     boolean values as 'yes' and 'no', also added the 'options' column
     to the output.

guc_1: Handle PostgreSQL versions <= 12 which don't have the
           track_planning feature.

rows.out: Added missing DROP TABLE t2. Also removed the line 'ERROR:
          relation "t2" already exists' since we fixed the problem in
	  cmd_type regression.

top_query: Handling both track = 'top' and track = 'all' cases.

top_query_1: On PostgreSQL >= 14 the sub query from the procedure is
             stored as (select $1 + $2), whereas on PG <= 13 it is
	     stored as SELECT (select $1 + $2).
2021-12-30 09:49:30 -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
state.sql PG-188: Added a new column to monitor the query state. 2021-03-21 00:17:17 +05:00
tags.sql PG-193: Comment based tags to identify different parameters. 2021-05-19 22:15:37 +05:00
top_query.sql PG-293: Update regression tests. 2021-12-30 09:49:30 -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