Mats Kindahl ea2284386b Add telemetry for access methods
Add telemetry for tracking access methods used, number of pages for
each access method, and number of instances using each access method.

Also introduces a type-based function `ts_jsonb_set_value_by_type` that
can generate correct JSONB based on the PostgreSQL type. It will
generate "bare" values for numerics, and strings for anything else
using the output function for the type.

To test this for string values, we update `ts_jsonb_add_interval` to
use this new function, which is calling the output function for the
type, just like `ts_jsonb_set_value_by_type`.
2024-04-10 15:13:29 +02:00
..
2024-04-10 15:13:29 +02:00
2023-11-15 12:17:33 -03:00
2023-11-04 13:29:02 -03:00
2024-04-10 15:13:29 +02:00
2023-10-09 09:10:04 -03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2023-11-04 13:29:02 -03:00
2024-01-22 09:18:26 +01:00