Sven Klemm 0da18a93b5 Move chunk 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:

- calculate_chunk_interval(int, bigint, bigint)
- chunk_status(regclass)
- chunks_in(record, integer[])
- chunk_id_from_relid(oid)
- show_chunk(regclass)
- create_chunk(regclass, jsonb, name, name, regclass)
- set_chunk_default_data_node(regclass, name)
- get_chunk_relstats(regclass)
- get_chunk_colstats(regclass)
- create_chunk_table(regclass, jsonb, name, name)
- freeze_chunk(regclass)
- unfreeze_chunk(regclass)
- drop_chunk(regclass)
- attach_osm_table_chunk(regclass, regclass)
2023-08-24 09:33:59 +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