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: master
Choose a base ref
...
head repository: bitifet/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 5, 2025

  1. Use performance.now() instead of Date.now()...

      * Wherever applicable (measuring performance, not time).
      * Failback to support node < 16.0.0 (perf_hook not globally exposed)
      * Failback to Date.now() for node < 8.5.0
    
      ✔ Tests passed with node > 16.0.0 (22.12.0)
      ✕ Couldn't pass with node prior 16.0.0 but not due to this changes.
    
    https://nodejs.org/docs/latest-v8.x/api/perf_hooks.html#perf_hooks_performance_now
    https://w3c.github.io/hr-time/
    bitifet committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a2b84c4 View commit details
    Browse the repository at this point in the history
  2. Yarn prettier

    bitifet committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a11dfd0 View commit details
    Browse the repository at this point in the history
  3. More lint fixes.

    bitifet committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    65da20e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Removed polyfill code for node <16

    They are no longer supported:
    
    #3483 (comment)
    bitifet committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    c39ec8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9166d57 View commit details
    Browse the repository at this point in the history
Loading