Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5087 libpq pool leak #5089

Merged
merged 4 commits into from
Jul 1, 2020
Merged

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    0a8fd08 View commit details
    Browse the repository at this point in the history
  2. Allow discarding postgres connections periodically to free memory. Wo…

    …rks around hasura#5087
    
    Default is to never consider connections stale and discard. I'm not sure
    that's a good default.
    
    Also related: hasura#3388 hasura#4077
    jberryman committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a976542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa0701 View commit details
    Browse the repository at this point in the history
  4. Fixup changelog entries

    jberryman committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    93f2df3 View commit details
    Browse the repository at this point in the history