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: jackc/pgconn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: jackc/pgconn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    1e11356 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Enable failover efforts when pg_hba.conf disallows non-ssl connections

    This could be a fix the allows for a resolution of #68 and [#1581](jackc/pgx#1581). 
    
    By breaking retries on error code 28000 we do not continue the functionality of libpq. This should allow for a more similar experience without breaking changes made in #68.
    bck01215 authored and jackc committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d361e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4dc6f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Update CI to ubuntu-20.04

    ubuntu-18-04 is no longer available.
    jackc committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f9ad18f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. connect_timeout is not obeyed for sslmode=allow|prefer

    connect_timeout given in conn string was not obeyed if sslmode is not specified or equals sslmode=allow|prefer. It took twice the amount of time specified by connect_timeout in conn string. While this behavior is correct if multi-host is provided in conn string, it doesn't look correct in case of single host. This behavior was also not matching with libpq.
    
    Ref: [1672](jackc/pgx#1672)
    smaher-edb authored and jackc committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9b31034 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Release v1.14.1

    jackc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e82f7d1 View commit details
    Browse the repository at this point in the history
Loading