v.25.12Performance Improvement

Implement simple DPsize join reordering algorithm

Implement simple DPsize join reordering algorithm for INNER JOINs. A new experimental setting controls what algorithms are used in which order, e.g. query_plan_optimize_join_order_algorithm='dpsize,greedy' means that DPsize is tried first with fallback to greedy. #91002 (Alexander Gololobov).