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: brianc/node-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pg@8.2.1
Choose a base ref
...
head repository: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pg@8.2.2
Choose a head ref

Commits on May 16, 2020

  1. test: Replace __dirname concatenations in require(...) with relative …

    …paths
    
    Replaces __dirname concatentation in pg test scripts so that editors like
    VS Code can automatically generate typings and support code navigation (F12).
    sehrope committed May 16, 2020
    Copy the full SHA
    eeb62ba View commit details
  2. Copy the full SHA
    bd28c0f View commit details
  3. test: Remove unused count variable

    Removes unused count var. Sink function below it shadows the variable within
    its add(...) function so file level count variable is never used.
    sehrope committed May 16, 2020
    Copy the full SHA
    87559bd View commit details
  4. Copy the full SHA
    02c4fc5 View commit details
  5. test: Replace global BufferList with local require

    Removes assigning BufferList to a global in top level test-helper and adds explicit
    require in the tests that need to access it.
    sehrope committed May 16, 2020
    Copy the full SHA
    96e2f20 View commit details

Commits on May 17, 2020

  1. Merge pull request #2221 from sehrope/misc-test-cleanup

    Test require clean up and refactoring to remove BufferList global
    charmander authored May 17, 2020
    Copy the full SHA
    ff302b1 View commit details

Commits on May 19, 2020

  1. Remove the last __dirnames in requires

    Follow-up to eeb62ba.
    charmander committed May 19, 2020
    Copy the full SHA
    ea6ac2a View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    0455504 View commit details
  2. Copy the full SHA
    c31205f View commit details
  3. Copy the full SHA
    13ff0e1 View commit details

Commits on Jun 19, 2020

  1. Copy the full SHA
    316b119 View commit details
  2. Copy the full SHA
    89758ce View commit details

Commits on Jun 20, 2020

  1. Copy the full SHA
    5e0d684 View commit details

Commits on Jun 24, 2020

  1. Copy the full SHA
    27029ba View commit details
  2. Merge pull request #2254 from mriedem/patch-1

    Fix rejectUnauthorize typo in CHANGELOG
    charmander authored Jun 24, 2020
    Copy the full SHA
    6d18f61 View commit details

Commits on Jun 30, 2020

  1. Fix typo in README.md

    liamaharon authored Jun 30, 2020
    Copy the full SHA
    f49db31 View commit details
  2. Merge pull request #2260 from liamaharon/patch-1

    Fix typo in README.md
    charmander authored Jun 30, 2020
    Copy the full SHA
    3447319 View commit details

Commits on Jul 3, 2020

  1. Copy the full SHA
    64c78b0 View commit details
  2. Copy the full SHA
    bf53552 View commit details
  3. Copy the full SHA
    410a6ab View commit details
  4. Copy the full SHA
    69af267 View commit details
  5. Copy the full SHA
    1d3f155 View commit details

Commits on Jul 7, 2020

  1. Merge pull request #2241 from PruvoNet/#2240

    fix: major performance issues with bytea performance #2240
    brianc authored Jul 7, 2020
    Copy the full SHA
    9ba49b7 View commit details
  2. Publish

     - pg-cursor@2.2.2
     - pg-protocol@1.2.5
     - pg-query-stream@3.1.2
     - pg@8.2.2
    brianc committed Jul 7, 2020
    Copy the full SHA
    dec892e View commit details
Loading