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

Commits on Jun 13, 2020

  1. removed minor from version

    fixed server version detection for builds like "11.2 (Debian 11.2-1.pgdg90+1)"
    andboson authored Jun 13, 2020
    1 Configuration menu
    Copy the full SHA
    4a7d987 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Merge pull request #979 from andboson/master

    removed minor from version
    madelynnblue authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b2901c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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

Commits on Apr 18, 2021

  1. Fix concurrent map writes.

    This commit should fix an issue with concurrent map writes by making the
    opts values map in separate connections not reference the same
    underlying data.
    bjornouderoelink committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    d076090 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Fix sslinline for connections after the first one.

    The sslinline functionality would delete the required keys after
    upgrading the first connection.
    This commit adds the sslinine key to
    the isDriverSetting so that it is not sent to
    Posgres which would cause a crash.
    It also removes the delete of the keys necessary for sslinline to allow
    SSL upgrades for connections after the first one.
    bjornouderoelink committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    69b14f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    7f02e6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1034 from vegarsti/patch-1

    Fix string quoting in an example in Array
    madelynnblue authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    caa8715 View commit details
    Browse the repository at this point in the history
Loading