summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq-oauth
AgeCommit message (Expand)Author
13 dayslibpq-oauth: use correct c_args in meson.buildJacob Champion
2025-12-15libpq-oauth: Don't translate internal errorsJacob Champion
2025-12-15libpq: Add missing OAuth translationsJacob Champion
2025-11-24Make some use of anonymous unions [libpq-oauth]Jacob Champion
2025-11-12Change coding pattern for CURL_IGNORE_DEPRECATION()Álvaro Herrera
2025-08-29Fix .gitignore for src/interfaces/libpq-oauth.Tom Lane
2025-08-26oauth: Explicitly depend on -pthreadJacob Champion
2025-08-25oauth: Add unit tests for multiplexer handlingJacob Champion
2025-08-25oauth: Always link with -lm for floor()Jacob Champion
2025-08-08Revert "oauth: Add unit tests for multiplexer handling"Jacob Champion
2025-08-08oauth: Add unit tests for multiplexer handlingJacob Champion
2025-08-08oauth: Track total call count during a client flowJacob Champion
2025-08-08oauth: Remove expired timers from the multiplexerJacob Champion
2025-08-08oauth: Ensure unused socket registrations are removedJacob Champion
2025-08-08oauth: Remove stale events from the kqueue multiplexerJacob Champion
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2025-06-16libpq-oauth: Add exports.list to .gitignorePeter Eisentraut
2025-05-23oauth: Limit JSON parsing depth in the clientJacob Champion
2025-05-02oauth: Correct SSL dependency for libpq-oauth.aJacob Champion
2025-05-01oauth: Fix Autoconf build on macOSJacob Champion
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion