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: jamesopstad/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: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 29 files changed
  • 12 contributors

Commits on Jun 26, 2025

  1. Replace cloudflare export condition in pg-cloudflare with `worker…

    …d` (brianc#3498)
    
    * Replace cloudflare export condition with workerd
    
    * Add note about Cloudflare Vite plugin
    jamesopstad authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    54964ec View commit details
    Browse the repository at this point in the history
  2. fix: typos (brianc#3499)

    * fix: typos
    
    * fix: typo
    nigrosimone authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    0ad6c9b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

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

     - pg-bundler-test@0.0.2
     - pg-cloudflare@1.2.7
     - pg-cursor@2.15.3
     - pg-esm-test@1.2.3
     - pg-native@3.5.2
     - pg-protocol@1.10.3
     - pg-query-stream@4.10.3
     - pg@8.16.3
    brianc committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    8f8e731 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. build(deps-dev): bump node-gyp from 10.2.0 to 11.2.0 (brianc#3501)

    Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 10.2.0 to 11.2.0.
    - [Release notes](https://github.com/nodejs/node-gyp/releases)
    - [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
    - [Commits](nodejs/node-gyp@v10.2.0...v11.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-gyp
      dependency-version: 11.2.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    235d7ad View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.5.1 (bri…

    …anc#3502)
    
    Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.6 to 5.5.1.
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v5.2.6...v5.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-prettier
      dependency-version: 5.5.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    54e0424 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. feat(pg-connection-string): warn if non-standard ssl options are used (

    …brianc#3473)
    
    * feat(pg-connection-string): warn if non-standard ssl options are used
    
    In preparation for v3.0.0, we start warning users to be explicit about
    the sslmode they want.
    
    * Update index.js
    hjr3 authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    c8fb1e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Add package.json export to pg-cloudflare (brianc#3506)

    * Update package.json
    
    * Update package.json
    
    * Update package.json
    remorses authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    fab87b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Add tests for export (brianc#3507)

    * Add tests for export
    
    * Fix
    brianc authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    43b8692 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

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

Commits on Jul 17, 2025

  1. Deprecations (brianc#3510)

    * Make active query a private prop
    
    * Make client.queryQueue private (with deprecation)
    
    * Deprecate some legacy features
    
    * Update packages/pg/lib/client.js
    
    Co-authored-by: Charmander <~@charmander.me>
    
    ---------
    
    Co-authored-by: Brian Carlson <brian.carlson@getcruise.com>
    Co-authored-by: Charmander <~@charmander.me>
    3 people authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    27a2754 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

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

Commits on Aug 5, 2025

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

Commits on Aug 8, 2025

  1. build(deps-dev): bump node-gyp from 11.2.0 to 11.3.0 (brianc#3526)

    Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 11.2.0 to 11.3.0.
    - [Release notes](https://github.com/nodejs/node-gyp/releases)
    - [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
    - [Commits](nodejs/node-gyp@v11.2.0...v11.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-gyp
      dependency-version: 11.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    65bc3d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

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

Commits on Aug 22, 2025

  1. test: Replace dead row length check with similar shape check (brianc#…

    …3532)
    
    These object-mode rows don’t include a `length`. Dead code since 721cf56 (“Rows are now associative arrays rather than straight arrays.”)?
    charmander authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    9174783 View commit details
    Browse the repository at this point in the history
Loading