Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate upstream #25

Merged
merged 171 commits into from
Aug 21, 2024
Merged

Conversation

petrosagg
Copy link

This integration is a little bit unconventional in that it's not a single merge commit. The patches in our fork were interleaved between upstream commits and some times applied twice (no idea why) which makes it difficult to organize the repo for a potential upstreaming of the changes. So instead I first reverted everything we've done in our fork and brought the repo back to an old upstream state, then merged current master, and then re-applied all our changes fixing up and cleaning commits along the way.

trungda and others added 30 commits August 26, 2022 13:46
…epalive-options

OpenBSD misses some TCP keepalive options
refactor(types): improve readability of `impl ToSql for &str`
@petrosagg petrosagg requested a review from benesch August 21, 2024 14:07
petrosagg and others added 6 commits August 21, 2024 20:42
Signed-off-by: Petros Angelatos <[email protected]>
When a connection is established, the added modes are treated in the
same way as the existing `require` mode as they both require a TLS
connection.
Adds additional SSL config params:
- sslcert
- sslkey
- sslrootcert

More details at https://www.postgresql.org/docs/9.5/libpq-connect.html#LIBPQ-CONNSTRING.
Signed-off-by: Petros Angelatos <[email protected]>
@petrosagg petrosagg force-pushed the integrate-upstream branch 2 times, most recently from 0bd6209 to f1abff6 Compare August 21, 2024 20:06
@petrosagg petrosagg force-pushed the integrate-upstream branch 2 times, most recently from 22901cc to 86991d0 Compare August 21, 2024 20:16
benesch and others added 3 commits August 21, 2024 23:17
So that clients can observe the ID of their connection without a network
roundtrip.
@petrosagg petrosagg merged commit 37f1114 into MaterializeInc:master Aug 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.