Skip to content

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

Filter by

2k results
 (62 ms)

2k results

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

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 
    2 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
  • 2
  • Opened 
    13 days ago
  • #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 
    13 days ago
  • #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 
    15 days ago
  • #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 
    16 days ago
  • #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 
    20 days ago
  • #3487

If I update to the latest version of tsx, version 4.20.2 (released today) then I get the following error from pg: /node_modules/pg/lib/defaults.js:77 const parseBigInteger = pgTypes.getTypeParser(20, ...
  • JosephHalter
  • Opened 
    21 days ago
  • #3485

Not sure there is anything to be done in the PG library but any tips in regards to investigating this issue further would be welcome. We connect to a NEON Postgres database like so with node-pg. ...
  • dbauszus-glx
  • 2
  • Opened 
    on Jun 2
  • #3481

Issue When I use a connection pool with pg, it creates more connections than allowed. Details ~Node~ Bun Version: Bun v1.2.10 Postgres Version: v17.5 (docker) pgbouncer Version: v1.24.0 (running on ...
  • dieperdev
  • 3
  • Opened 
    on May 30
  • #3476

When query with cursor, following code will crash. import { Pool, PoolClient, escapeIdentifier } from pg ; import Cursor from pg-cursor ; const dbConfig = parse( postgresql://postgres@localhost/postgres ...
  • hwc0919
  • 1
  • Opened 
    on May 28
  • #3475
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub