pg_stat_monitor/regression
Hamid Akhtar 1286427445
PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view. (#352)
* PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view.

The view now carries all the columns as pg_stat_statements. This required fixing
data types of some of the columns, renaming a few, as well inclusion of new
columns to make the view fully compatible with pg_stat_statements.

* PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view.

Updating the upgrade sql file from 1.0 to 2.0 version linked with this issue
changes.

* PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view.

Updating datum calls to use UInt64 rather than Int64.
2023-01-19 01:55:20 +05:00
..
expected PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view. (#352) 2023-01-19 01:55:20 +05:00
sql PG-543: pg_stat_monitor: PostgreSQL's pg_stat_statements compatible view. (#352) 2023-01-19 01:55:20 +05:00