citus/src/backend/distributed/sql
Burak Velioglu c3895f35cd
Add helper UDFs for easy time partition management
- get_missing_time_partition_ranges: Gets the ranges of missing partitions for the given table, interval and range unless any existing partition conflicts with calculated missing ranges.

- create_time_partitions: Creates partitions by getting range values from get_missing_time_partition_ranges.

- drop_old_time_partitions: Drops partitions of the table older than given threshold.
2021-09-03 23:03:13 +03:00
..
downgrades Add helper UDFs for easy time partition management 2021-09-03 23:03:13 +03:00
udfs Add helper UDFs for easy time partition management 2021-09-03 23:03:13 +03:00
citus--8.0-1--8.0-2.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-1.sql Changes array_cat argument type from anyarray to anycompatiblearray 2021-09-03 15:41:28 +03:00
citus--8.0-2--8.0-3.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-3--8.0-4.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-4--8.0-5.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-5--8.0-6.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-6--8.0-7.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-7--8.0-8.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-8--8.0-9.sql Remove citus.worker_list_file & master_initialize_node_metadata 2019-11-13 00:49:58 +00:00
citus--8.0-9--8.0-10.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-10--8.0-11.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-11--8.0-12.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-12--8.0-13.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.0-13--8.1-1.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.1-1--8.2-1.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.2-1--8.2-2.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.2-2--8.2-3.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.2-3--8.2-4.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.2-4--8.3-1.sql Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
citus--8.3-1--9.0-1.sql Fetch shard size on the fly for the rebalance monitor 2021-05-20 16:38:17 +02:00
citus--9.0-1--9.0-2.sql Revoke usage from the citus schema 2019-10-23 00:08:17 +02:00
citus--9.0-2--9.1-1.sql Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
citus--9.1-1--9.2-1.sql Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
citus--9.2-1--9.2-2.sql Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
citus--9.2-2--9.2-4.sql Disallow C-style comments in migration files 2020-06-22 12:51:16 +03:00
citus--9.2-4--9.3-2.sql Disallow C-style comments in migration files 2020-06-22 12:51:16 +03:00
citus--9.3-1--9.2-4.sql Disallow C-style comments in migration files 2020-06-22 12:51:16 +03:00
citus--9.3-2--9.4-1.sql Implement EXPLAIN ANALYZE udfs. 2020-06-09 10:02:05 -07:00
citus--9.4-1--9.4-2.sql Fix PG upgrade scripts for 9.4 2021-07-05 13:39:28 +02:00
citus--9.4-1--9.5-1.sql create 9.5-1 udfs and update citus--9.4-1--9.5-1.sql 2020-10-15 13:50:36 +02:00
citus--9.4-2--9.4-1.sql Fix PG upgrade scripts for 9.4 2021-07-05 13:39:28 +02:00
citus--9.4-2--9.4-3.sql Fix master_update_table_statistics scripts for 9.4 2021-08-03 18:15:56 +03:00
citus--9.4-3--9.4-2.sql Fix master_update_table_statistics scripts for 9.4 2021-08-03 18:15:56 +03:00
citus--9.5-1--9.5-2.sql Fix PG upgrade scripts for 9.5 2021-07-05 13:39:35 +02:00
citus--9.5-1--10.0-4.sql Remove public schema dependency for 10.0 upgrades 2021-07-09 02:08:22 +03:00
citus--9.5-2--9.5-1.sql Fix PG upgrade scripts for 9.5 2021-07-05 13:39:35 +02:00
citus--9.5-2--9.5-3.sql Fix master_update_table_statistics scripts for 9.5 2021-08-03 18:15:56 +03:00
citus--9.5-3--9.5-2.sql Fix master_update_table_statistics scripts for 9.5 2021-08-03 18:15:56 +03:00
citus--10.0-1--10.0-2.sql Adds GRANT for public to citus_tables 2021-02-26 16:24:33 +03:00
citus--10.0-2--10.0-3.sql Add udf citus_get_active_worker_nodes 2021-03-17 13:15:59 +03:00
citus--10.0-3--10.0-4.sql Remove public schema dependency for 10.0 upgrades 2021-07-09 02:08:22 +03:00
citus--10.0-4--10.1-1.sql Remove public schema dependency for 10.1 upgrades 2021-07-09 02:08:22 +03:00
citus--10.1-1--10.2-1.sql Add helper UDFs for easy time partition management 2021-09-03 23:03:13 +03:00