Re: pgsql: Add support for OAUTHBEARER SASL mechanism
Jacob Champion <jacob.champion@enterprisedb.com>
From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Christoph Berg <myon@debian.org>
Cc: Daniel Gustafsson <dgustafsson@postgresql.org>,
Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-04-01T00:06:16Z
Lists: pgsql-hackers
Attachments
- 0001-oauth-Fix-build-on-platforms-without-epoll-kqueue.patch (application/octet-stream) patch 0001
On Mon, Mar 31, 2025 at 4:09 PM Jacob Champion <jacob.champion@enterprisedb.com> wrote: > I don't have hurd-amd64 to test, but I'm working on a patch that will > build and pass tests if I manually munge pg_config.h. We were skipping > the useless tests via a $windows_os check; I think I should use > check_pg_config() instead. Proposed fix attached. Thanks, --Jacob
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
oauth: Fix build on platforms without epoll/kqueue
- 8ae0a37932d8 18.0 landed
-
Add support for OAUTHBEARER SASL mechanism
- b3f0be788afc 18.0 cited