index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq-oauth
Age
Commit message (
Expand
)
Author
13 days
libpq-oauth: use correct c_args in meson.build
Jacob Champion
2025-12-15
libpq-oauth: Don't translate internal errors
Jacob Champion
2025-12-15
libpq: Add missing OAuth translations
Jacob Champion
2025-11-24
Make some use of anonymous unions [libpq-oauth]
Jacob Champion
2025-11-12
Change coding pattern for CURL_IGNORE_DEPRECATION()
Álvaro Herrera
2025-08-29
Fix .gitignore for src/interfaces/libpq-oauth.
Tom Lane
2025-08-26
oauth: Explicitly depend on -pthread
Jacob Champion
2025-08-25
oauth: Add unit tests for multiplexer handling
Jacob Champion
2025-08-25
oauth: Always link with -lm for floor()
Jacob Champion
2025-08-08
Revert "oauth: Add unit tests for multiplexer handling"
Jacob Champion
2025-08-08
oauth: Add unit tests for multiplexer handling
Jacob Champion
2025-08-08
oauth: Track total call count during a client flow
Jacob Champion
2025-08-08
oauth: Remove expired timers from the multiplexer
Jacob Champion
2025-08-08
oauth: Ensure unused socket registrations are removed
Jacob Champion
2025-08-08
oauth: Remove stale events from the kqueue multiplexer
Jacob Champion
2025-07-29
Don't put library-supplied -L/-I switches before user-supplied ones.
Tom Lane
2025-06-16
libpq-oauth: Add exports.list to .gitignore
Peter Eisentraut
2025-05-23
oauth: Limit JSON parsing depth in the client
Jacob Champion
2025-05-02
oauth: Correct SSL dependency for libpq-oauth.a
Jacob Champion
2025-05-01
oauth: Fix Autoconf build on macOS
Jacob Champion
2025-05-01
oauth: Move the builtin flow into a separate module
Jacob Champion