Skip to content

issues Search Results · repo:brianc/node-postgres language:JavaScript

Filter by

2k results
 (86 ms)

2k results

inbrianc/node-postgres (press backspace or delete to remove)

I am building with nuxt and using better-auth for authentication and I installed pg for the Pool, sadly it has been showing me an error which i do not understand what the issue is: Uncaught ReferenceError: ...
  • Marvellous111
  • Opened 
    8 days ago
  • #3520

I propose support AsyncDisposable on Client (https://github.com/tc39/proposal-explicit-resource-management) so that developers can opt-into ending the connection automatically at the end of the current ...
feature request
  • mfulton26
  • 3
  • Opened 
    10 days ago
  • #3515

This commit introduced redaction of URL details in this file packages/pg-connection-string/index.js: https://github.com/brianc/node-postgres/commit/7ab5923fad85994d74b24e7c12bb79c9441da86b#diff-08a5e82487ebd9b43751630019753901fae0a111f8d009ad2e9d194445e96922 ...
bug
  • mathiasbockwoldt
  • Opened 
    10 days ago
  • #3513

The min parameter for pg.Pool was implemented in this PR. The implementation has a problem that will cause the number of clients to drop below the min if multiple clients release during the same idle ...
  • barryhagan
  • 2
  • Opened 
    18 days ago
  • #3508

I have an openGaussDB (version 6.0.1) database. In the database configuration file pg_hba.conf, the authentication method (METHOD) is set to sha256. I want to connect to it using my Node.js project. A ...
  • MrMiniDaddy
  • 1
  • Opened 
    26 days ago
  • #3505

If you will execute any read query, you can see in node inspector that GC ignores query result and doesn t cleanup it const client = new PostgreSqlClient({...credentials, query_timeout: 15 * 60_000}); ...
  • viladimiru
  • 3
  • Opened 
    on Jun 20
  • #3497

I have recently have been experimenting with pg s binary mode for performance reasons and tried the latest change, and I found that it delivers incorrect results sometimes for various non-string fields. ...
bug
  • faulpeltz
  • Opened 
    on Jun 20
  • #3495

I m using pg in a cloudflare worker and this worker is using vite, using the cloudflare vite plugin. The new pg-cloudflare package on version 1.2.6 is causing this error: Unhandled error: TypeError: ...
  • astanciu
  • 8
  • Opened 
    on Jun 18
  • #3493

the file node_modules/@types/pg/index.d.ts make use of an import that does not seem to works. A valid import is import { NoticeMessage } from pg-protocol/dist/messages.js . Maybe you changed the package.json ...
  • mbret
  • 1
  • Opened 
    on Jun 17
  • #3492

While running some tests for CockroachDB we noticed that the binary encoding flag passed during the bind operation does not follow the Postgres specifications for the result-column format. This problem ...
bug
  • fqazi
  • 4
  • Opened 
    on Jun 13
  • #3487
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub