Herman J. Radtke III

Results 96 comments of Herman J. Radtke III

the hyper tokio branch (and https://crates.io/crates/hyper-tls) has no support for this yet.

I plan on doing so. Please keep in mind that I have not done a release yet. I just got ZTS support working correctly. On master, the event loop is...

Update: with https://github.com/hjr3/php-rpm/pull/10 I was getting 32k req/s using 4 threads on a GCP instance. This much more in line with what I was expecting. My next steps are to...

My recommendation: In general, we should adhere to the [libpq connection URI documentation](https://www.postgresql.org/docs/12/libpq-connect.html#LIBPQ-CONNSTRING). Specifically, we should support the [Parameter Key Words](https://www.postgresql.org/docs/12/libpq-connect.html#LIBPQ-PARAMKEYWORDS). - introduce `sslmode`. For non-native mode, I do not...

If https://github.com/brianc/node-postgres/issues/2263 lands, then maybe `verify-ca` will _just work_ :tm:

@kamalmarhubi i put a PR up, but we can hold off if there are larger plans

Oops, I see https://github.com/nix-rust/nix/pull/324 was already opened. I won't be opening a PR then. We can hold off until refactor too. I just wanted to track the issue.

This PR introduces breaking changes. We should probably: - merge https://github.com/brianc/node-postgres/pull/3128 - release version 2.7.0 - merge this PR - see if there are any other breaking changes that need...

I originally thought about making a short term fix to include [tls.ConnectionOption](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/tls.d.ts#L442) as part of pg-connection-string. This may break some TypeScript code though if people were doing something like: ```ts...

Maybe I can make a compat function in pg-connection-string to convert it into the correct type.