Results 9 issues of Nikhil

### What type of enhancement is this? User experience ### What subsystems and features will be improved? Access node, Multi-node, Node management, Partitioning ### What does the enhancement do? To...

multinode
Multinode Team
enhancement

Multinode doesn't support `ON CONFLICT DO UPDATE` currently. The current code errors out as required but the error message is also not very helpful. This issue will track adding this...

multinode
tech-debt

While functions like table_beginscan* are available the corresponding end functions like table_endscan are not. Expose these now. They are not available in PG11 and PG12 already had this header file...

The ts_dist_cmd_invoke_on_data_nodes_using_search_path() function cannot assume that ts_dist_cmd_invoke_on_data_nodes() function will return the SAME connection to any given DN across successive calls. A cache invalidation in the middle can cause another connection...

If "created_after/before" is used with a "time" type partitioning column then show_chunks was not showing appropriate list due to a mismatch in the comparison of the "creation_time" metadata (which is...

Allow users to specify a specific column to be used as a secondary dimension using the add_dimension() API. A secondary dimension does not participate in partitioning of the data. Such...

Allow users to specify a specific column to be used as a correlated constraint using the add_dimension() API. We store such correlated constraints in the dimensions related timescaledb catalog tables....

Allow users to specify that ranges (min/max values) be tracked for a specific column using the enable_column_stats() API. We will store such min/max ranges in a new timescaledb catalog table...