Peter Eisentraut
Peter Eisentraut
This allows passing a password or callback to get the password for the client SSL key. I added a new parameter `key_password` to the client, which can be specified either...
This is a series of patches to enable C11 mode by default and clean away some workarounds for older versions. This mirrors similar work I'm doing on PostgreSQL. --- (This...
This patch set prepares the code to compile cleanly with the Windows UCRT library (instead of MSVCRT). A bit of code needed to be cleaned up, and then I switched...
To test running the test suite of PgBouncer in FIPS mode, add a new task for Debian trixie (currently stable), which includes a FIPS provider package. NOTE: Currently, this is...
`ninja scan-build` runs an internal `meson setup` with the scan-build driver as the compiler. It tries to reproduce the options of the original `meson setup`, but it does not do...