Sven Klemm 183362e17b Move size_util functions to _timescaledb_functions schema
To increase schema security we do not want to mix our own internal
objects with user objects. Since chunks are created in the
_timescaledb_internal schema our internal functions should live in
a different dedicated schema. This patch make the necessary
adjustments for the following functions:

- relation_size(regclass)
- data_node_hypertable_info(name, name, name)
- data_node_chunk_info(name, name, name)
- hypertable_local_size(name, name)
- hypertable_remote_size(name, name)
- chunks_local_size(name, name)
- chunks_remote_size(name, name)
- range_value_to_pretty(bigint, regtype)
- get_approx_row_count(regclass)
- data_node_compressed_chunk_stats(name, name, name)
- compressed_chunk_local_stats(name, name)
- compressed_chunk_remote_stats(name, name)
- indexes_local_size(name, name)
- data_node_index_size(name, name, name)
- indexes_remote_size(name, name, name)
2023-08-22 12:05:23 +02:00
..
2022-08-23 19:40:51 +03:00
2023-07-25 16:00:18 +05:30
2020-09-28 12:15:42 +02:00
2023-03-07 20:45:12 +05:30
2021-06-01 20:21:06 +02:00
2021-10-03 15:20:05 +02:00
2022-08-08 10:14:10 -03:00
2022-08-31 14:14:34 +03:00
2023-07-25 16:00:18 +05:30
2023-05-27 10:29:11 +05:30
2021-06-01 20:21:06 +02:00
2019-01-13 23:30:22 +01:00
2022-08-02 11:38:32 +02:00
2021-06-01 20:21:06 +02:00
2023-05-27 10:29:11 +05:30