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: porsager/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: porsager/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 23, 2023

  1. Update Cloudflare createHash polyfill to support md5 and hex encoding

    Since the md5 method in cf/src/connection.js expects to be able to call
    crypto.createHash('md5').update(x).digest('hex')
    
    This was causing md5 password auth to hang when used from a Cloudflare
    worker, but now I've confirmed md5 password auth works.
    a-robinson authored and porsager committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    09e6cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d8519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00dd98a View commit details
    Browse the repository at this point in the history
  4. Add engines.node

    porsager committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cb353f2 View commit details
    Browse the repository at this point in the history
  5. 3.4.1

    porsager committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    428475a View commit details
    Browse the repository at this point in the history
Loading