Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/4974~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/4974
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. Report external auth calls as wait events

    Introduce a new "Auth" wait class for various external authentication
    systems, to make it obvious what's going wrong if one of those systems
    hangs. Each new wait event is unique in order to more easily pinpoint
    problematic locations in the code.
    
    Discussion: https://postgr.es/m/CAOYmi%2B%3D60deN20WDyCoHCiecgivJxr%3D98s7s7-C8SkXwrCfHXg%40mail.gmail.com
    jchampio authored and Commitfest Bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f1f8ea3 View commit details
    Browse the repository at this point in the history
  2. squash! Report external auth calls as wait events

    Add a wait event around all calls to ldap_unbind(). (For the record, I
    do not want to implement this in this way.)
    jchampio authored and Commitfest Bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    23c13ca View commit details
    Browse the repository at this point in the history
  3. [CF 4974] v11 - pg_stat_activity: make slow/hanging authentication mo…

    …re visible
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/4974
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CAOYmi+kHY8HZ5RdXGT1bVZzkAq7ta=--YSGehLr35HRjF4Fyug@mail.gmail.com
    Author(s): Jacob Champion
    Commitfest Bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    22a9c06 View commit details
    Browse the repository at this point in the history
Loading