Parker Timmerman
Parker Timmerman
Stacked on top of https://github.com/MaterializeInc/materialize/pull/29694, only look at the last commit. Prototype, not for merging. This PR prototypes adding `GlobalId` "aliases" to Tables to facilitate new versions of a table....
Observed this with a user. When changing their `max_connection` limit there seems to have been a brief period where we got a value that was less than their current number...
_work in progress_ ### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional...
This PR adds support for `ALTER TABLE ... ADD COLUMN ...` behind two dyncfgs: 1. `enable_alter_table_add_column` 2. `persist_dangerous_enable_schema_evolution` The Persist dyncfg can be removed once compaction can handle blobs at...
As it says on the tin! ### Motivation Keep Rust up-to-date ### Checklist - [x] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for...
As it says on the tin! Upgrades to `rkyv v0.8`
As it says on the tin! Upgrades the `sqlx` dependency to `v0.8`, this picks up the fix for [RUSTSEC-2024-0363](https://rustsec.org/advisories/RUSTSEC-2024-0363.html). Fixes https://github.com/ParkMyCar/compact_str/issues/407