Petros Angelatos
Petros Angelatos
### Related code PR _No response_ ### Which part(s) of the docs might be affected or should be updated? And how? Hello RisingWave team, I wanted to bring to your...
### Motivation I tidied up our `rust-postgres` fork and also brought in all changes from upstream. This PR brings in those changes. The highlight of those changes is that logical...
### Motivation Addressing a previous concern of mine. https://github.com/MaterializeInc/materialize/pull/28676#pullrequestreview-2232268166 ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly...
### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional test/nightly runs](https://trigger-ci.dev.materialize.com/)) -...
The intention of this PR is to maintain the structure of the binary data in the `DataBlock` struct. The current code produces a list of timezone designations that has the...
The implementation of the `Vec::extract_if` iterator violates the safety contract adverized by `slice::from_raw_parts` by always constructing a mutable slice for the entire length of the vector even though that span...
The "main source output" never contains any data and therefore its upper is irrelevant when determining at which point to resume reading the replication stream. Separately, the assertion that it...
The std method has finally stabilized and it additionally preserves ordering! ### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA...
### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional test/nightly runs](https://trigger-ci.dev.materialize.com/)) -...