Kazuhiro Saito

Results 3 issues of Kazuhiro Saito

This PR makes all catalogs to be initialized in catalog bootstrap for checkpoints. This targets following two catalogs addressed in issue #1246. **`ColumnStatsCatalog`** is initialized in bootstrap of `SystemCatalogs`. To...

ready_for_review

This PR refactors setting stuff in order to enable checkpoint manager to recover setting values. In addition, added some convenient functions. **- Fix Points of SettingsManager** 1. Change All set...

ready_for_review

- SettingsManager controls transaction for SettingsCatalog. So checkpoints can’t recover settings due to nested transaction. - ~~Can’t add new settings after Peloton booting. So we can’t implement SET command.~~ -...