2.2.3
Merged PRs dolt 11366: Include full table scan in index statistics Have StatsController also create an "empty" statistic entry to indicate no index for costing. 11365: Add dolt_squash_history procedure This new procedure will take the content of HEAD, and squash history before it. Default behavior is to squash every commit from height 2 (commit right after initial commit) to HEAD. It is impossible…