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

introduce PGBOUNCER_CONNECT_QUERY parameter to configure connect_query setting #95

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2018

  1. introduce PGBOUNCER_CONNECT_QUERY parameter to configure connect_quer…

    …y setting
    
    this is super useful for setting things like
    statement_timeout on backend connection initiation.
    Igor Wiedler committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    bb2d672 View commit details
    Browse the repository at this point in the history
  2. document PGBOUNCER_CONNECT_QUERY in README

    Igor Wiedler committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    23d19e4 View commit details
    Browse the repository at this point in the history
  3. escape single quotes in connect_query

    Igor Wiedler committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    9ee3ed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. handle empty connect_query more gracefully

    Igor Wiedler committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    028672b View commit details
    Browse the repository at this point in the history