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
/
test
/
modules
/
oauth_validator
Age
Commit message (
Expand
)
Author
13 days
oauth_validator: Avoid races in log_check()
Jacob Champion
2025-11-25
oauth_validator: Shorten JSON responses in test logs
Jacob Champion
2025-08-08
oauth: Track total call count during a client flow
Jacob Champion
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-05-23
oauth: Limit JSON parsing depth in the client
Jacob Champion
2025-05-22
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-07
Remove some tabs in C string literals
Peter Eisentraut
2025-05-01
oauth: Move the builtin flow into a separate module
Jacob Champion
2025-04-23
oauth: Support Python 3.6 in tests
Jacob Champion
2025-04-22
Re-enable SSL connect_fails tests, and fix related race conditions.
Tom Lane
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-03
oauth: Remove timeout from t/002_client when not needed
Daniel Gustafsson
2025-04-03
oauth: Fix build on platforms without epoll/kqueue
Daniel Gustafsson
2025-03-19
oauth: Use IPv4-only issuer in oauth_validator tests
Thomas Munro
2025-02-20
Add missing entry to oauth_validator test .gitignore
Daniel Gustafsson
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson