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-08-21 15:01:35 +02:00
2023-05-31 13:18:48 -05:00
2023-08-21 15:01:35 +02:00
2023-07-25 16:00:18 +05:30
2023-07-25 16:00:18 +05:30
2023-08-22 08:08:31 +02:00
2023-06-27 15:07:40 +02:00
2020-06-01 12:39:35 +02:00
2022-05-17 21:47:39 +02:00
2022-11-01 18:01:26 +04:00
2022-11-18 16:31:47 -03:00
2023-07-25 16:00:18 +05:30
2020-09-04 23:27:22 +02:00
2023-03-07 14:50:57 +01:00
2022-08-17 10:23:40 +03:00
2020-09-04 23:27:22 +02:00
2023-07-25 16:00:18 +05:30
2023-07-25 16:00:18 +05:30
2023-08-21 15:01:35 +02:00
2022-11-16 13:58:52 +04:00
2023-07-25 16:00:18 +05:30
2023-08-02 12:41:19 +05:30
2020-09-28 12:15:42 +02:00
2023-08-21 15:01:35 +02:00
2023-03-07 20:45:12 +05:30
2022-04-20 17:28:47 +02:00
2021-06-01 20:21:06 +02:00
2023-08-21 15:01:35 +02:00
2021-10-12 19:01:20 -03:00
2022-07-05 17:36:05 +02:00
2022-01-24 23:21:02 +01:00
2019-01-13 23:30:22 +01:00
2019-01-13 23:30:22 +01:00
2021-10-03 15:20:05 +02:00
2019-01-13 23:30:22 +01:00
2019-01-13 23:30:22 +01:00
2019-01-13 23:30:22 +01:00
2023-04-28 16:53:43 +05:30
2019-01-13 23:30:22 +01:00
2022-08-08 09:39:30 -03:00
2020-05-27 17:31:09 +02:00
2022-08-08 10:14:10 -03:00
2023-03-28 12:47:02 +02:00
2023-08-03 15:51:57 +03:00
2022-11-18 16:31:47 -03:00
2020-06-01 12:39:35 +02:00
2022-08-31 14:14:34 +03:00
2023-02-14 19:32:41 +04:00
2023-07-25 16:00:18 +05:30
2022-11-18 16:31:47 -03:00
2022-01-17 11:45:12 -03:00
2023-05-31 13:18:48 -05:00
2023-05-27 10:29:11 +05:30
2020-04-14 23:12:15 +02:00
2021-06-01 20:21:06 +02:00
2019-01-13 23:30:22 +01:00
2022-11-15 21:49:39 +04:00
2023-08-21 15:01:35 +02:00
2022-08-02 11:38:32 +02:00
2020-06-01 12:39:35 +02:00
2023-07-25 16:00:18 +05:30
2019-01-13 23:30:22 +01:00
2022-11-07 14:17:38 +01:00
2021-06-17 15:16:03 +02:00
2019-01-13 23:30:22 +01:00
2023-07-25 16:00:18 +05:30
2022-11-22 22:36:22 +05:30
2023-07-25 16:00:18 +05:30
2020-06-22 12:08:17 +02:00
2022-11-07 21:20:08 +05:30
2020-10-02 08:52:20 +02:00
2023-05-04 16:32:25 +03:00
2022-06-14 15:04:11 +05:30
2023-08-22 12:05:23 +02:00
2021-06-01 20:21:06 +02:00
2022-11-18 16:31:47 -03:00
2019-01-13 23:30:22 +01:00
2020-04-14 23:12:15 +02:00
2022-05-19 17:37:09 +02:00
2023-08-10 18:04:01 +03:00
2023-08-14 14:42:47 +02:00
2023-08-21 15:01:35 +02:00
2022-11-18 16:31:47 -03:00
2022-11-18 16:31:47 -03:00
2022-01-17 17:36:33 +01:00
2023-05-27 10:29:11 +05:30
2021-01-29 21:45:48 +01:00
2022-06-14 15:04:11 +05:30
2019-01-13 23:30:22 +01:00
2021-10-09 00:36:10 +02:00
2021-10-09 00:36:10 +02:00
2020-12-07 18:10:26 +01:00