An open API service providing commit metadata for open source projects.

GitHub / srieding/node-postgres / commits

SHA Message Author Date Stats
8d921726 feat: allow specifying a timeout on a per query base Simon <s****r@g****m> almost 3 years ago
b1a89477 Fail gracefully when connecting to other database (#3026)
Co-authored-by: Brian Carlson <b****n@g****m>
Romain Gilliotte <r****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
d21cc095 fix: conflict between browser URL object and Node URL object (#3061) Sebastien Stettler <s****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
da0f5c5e Remove 1 loop on rowDescription event (#3056)
Co-authored-by: Charmander <~****@c****e>, Charmander <~****@c****e>
Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
106ca8a1 Fix get value of last column with same name in result rows (#3063) Sehrope Sarkuni <s****e@j****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
a84ebb3f Publish Brian Carlson <b****n@g****m> about 3 years ago
b5c5e52a Option to use pre-shaped result rows; fixes #3042 (#3043)
Co-authored-by: HZ111 / Dev2 <h****1@w****l>
Koen <k****n@f****h>
Committed by: GitHub <n****y@g****m>
about 3 years ago
58865b2c Bump workerd from 1.20230518.0 to 1.20230724.0 (#3036)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a2a355a6 Publish Brian Carlson <b****n@g****m> about 3 years ago
cf24ef28 pg-connection-string: avoid clobbering port from queryparams (#2833) Rafi Shamim <r****i@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3644730d Remove early return for non commonjs environments (#3033) Ben Reinhart <b****t@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
970804b6 Update pg-connection-string url in connecting.mdx (#3005) Riku Rauhala <r****u@r****o>
Committed by: GitHub <n****y@g****m>
about 3 years ago
8d211e2b Bump workerd from 1.20230419.0 to 1.20230518.0 (#3023)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
d17da9e1 Bump prettier from 2.7.1 to 2.8.8 (#3024)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
eaafac36 Publish Brian Carlson <b****n@g****m> about 3 years ago
735683c5 Fix typo in project-structure.md (#3008) Arian Mirahmadi <m****r@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
46cfb25b Remove await from client release (#3006)
Co-authored-by: Filipe Correa <f****a@k****m>
Filipe Correa <f****a@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
e2d8fa2d Fix a typo in README.md (#3002) Riku Rauhala <r****u@r****o>
Committed by: GitHub <n****y@g****m>
about 3 years ago
4dbf1af0 Add note about case sensitivity of result of pg.escapeIdentifier (#2993) Jason Ford <f****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d59cd15e fix stack traces of query() to include the async context (#1762) (#2983)
Co-authored-by: Charmander <~****@c****e>
phiresky <p****h@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0dfd955b fix: ensure that pg-cloudflare can be used with bundlers that don't know abou... Pete Bacon Darwin <p****e@b****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
20d2c080 Make `async/await` the primary examples in the docs (#2932)
Co-authored-by: Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>, Charmander <~****@c****e>
Rijk van Zanten <r****n@m****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
dee3ae5c feat: add connection parameter nativeConnectionString (#2941)
Co-authored-by: Evgeniy Novikov <e****v@t****u>
Novikov Evgeniy <e****4@m****u>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c38ecf34 Fix connection string parsing for overriden hosts (#2977)
Co-authored-by: Pete Bacon Darwin <p****e@b****m>, Brian C <b****n@g****m>, Pete Bacon Darwin <p****e@b****m>
Adam Jones <d****t@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
65406985 Fix typo in types.mdx (#2989) Shane <e****s@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3039f1da Revert "Update utils.js (#2981)" Charmander <~****@c****e> over 3 years ago
522e2dcb Update utils.js (#2981) sudarshanvn <s****j@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
14b840e9 Publish Brian Carlson <b****n@g****m> over 3 years ago
f2062936 Clean up pg-native in Makefile better Pete Bacon Darwin <p****e@b****m> over 3 years ago
2b469d01 avoid accessing Node specific requires when not needed Pete Bacon Darwin <p****e@b****m> over 3 years ago
7152d4db Add example Cloudflare Worker and test Pete Bacon Darwin <p****e@b****m> over 3 years ago
f3054196 Use `URL` rather than `url.parse()` in pg-connection-string Pete Bacon Darwin <p****e@b****m> over 3 years ago
26f75045 fix invalid connection string test Pete Bacon Darwin <p****e@b****m> over 3 years ago
249182ea Document client.escapeIdentifier and client.escapeLiteral (#2954) Conner <5****r@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d63c761b docs(api/result): clarify that `result.rowCount` can be `null` (#2967) Felix Rath <f****h@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
08704427 Fix race condition in release event test for pool (#2969) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b357e188 fix(theme.config.js): Replace default meta description and social title (#2952) Jan Piotrowski <p****b@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
07553428 Add Cloudflare Worker compatible socket Pete Bacon Darwin <p****e@b****m> over 3 years ago
5532ca51 Use WebCrypto APIs where possible Pete Bacon Darwin <p****e@b****m> over 3 years ago
18b8ceae Add local development helper doc Pete Bacon Darwin <p****e@b****m> over 3 years ago
48f4398f Update README.md (#2944) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
92351b5f docs(client): improve the Client instance example (#2935) Samuel Durante <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
65ca2458 Add release event to Pool API docs (#2928) Ryan B. Harvey <r****y@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0f76fb3b Update path to documentation in readme (#2925) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
661f870e Update changelog Brian Carlson <b****n@g****m> over 3 years ago
ee302cbc Publish Brian Carlson <b****n@g****m> over 3 years ago
810b1255 Emit a 'release' event when a connection is released back to the pool (#2845) Ryan B. Harvey <r****y@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8804e5ca Fix typo in URL (#2913) Aram Zegerius <a****m@z****s>
Committed by: GitHub <n****y@g****m>
over 3 years ago
57037916 fix: double client.end() hang (#2717) Cody Greene <c****e@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
adbe86d4 Update changelog Brian Carlson <b****n@g****m> over 3 years ago
20a243e8 Publish Brian Carlson <b****n@g****m> over 3 years ago
5bdc61a3 Remove expired sponsors Brian Carlson <b****n@g****m> over 3 years ago
47afe5cd Attempt to fix timing test flake on older versions of node in CI (#2902) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bb8745b2 Fix SASL to bubble up errors, enable SASL tests in CI, and add informative em... Sehrope Sarkuni <s****e@j****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
f82f39c2 Add support to stream factory (#2898)
Signed-off-by: Ruy Adorno <r****o@g****m>, Ruy Adorno <r****o@g****m>
Ruy Adorno <r****o@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3e34816f Update title (#2886) Meron Ogbai <2****i@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c6c05f82 Bump JSONStream from 0.7.4 to 1.3.5 (#2874)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
16118cec Bump eslint-config-prettier from 6.12.0 to 8.5.0 (#2875)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
27d612a2 Update docs (#2867) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
12b9a697 update docs - clean up interface (#2863) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
c7dc621d pg-cursor: Fix errors only being sent to half the queue (#2831) Charmander <~****@c****e>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
c7133eb6 ci: remove git credentials after checkout (#2858) Frazer Smith <f****v@o****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
15b502d4 refactor(pg): remove unused imports (#2854) Frazer Smith <f****v@o****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
c253eb66 Bump chai from 4.2.0 to 4.3.6 (#2851)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
0965531c Bump typescript from 4.0.3 to 4.8.4 (#2850)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
89b4e7f2 Fix devcontainer build failure due to env var being interpreted as non-string... Ryan B. Harvey <r****y@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
5538df6b Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.33.0 (#2826)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
406f141a perf: remove superfluous flush message (#2842) Knut Olav Løite <k****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
c7dc7fd9 Bump pgpass from 1.0.2 to 1.0.5 (#2827)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
1aa08274 Migrate docs repo into monorepo (#2823) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
5bcc05d1 pg-protocol: fix link to message format docs (#2835) Alex Anderson <1****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9dfb3dcc perf(pg): use native crypto.pbkdf2Sync in sasl auth (#2815) David Matějka <m****1@m****z>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9e2d7c4a Update pg.connect with pool.connect (#2822) Yue Dai <y****i@m****a>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9a95ee71 pg-query-stream: Add missing peer dependency on pg (#2813) Matthieu <m****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
34d173d9 Bump coveralls from 3.1.0 to 3.1.1 (#2801)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
659ac37b Bump eslint-plugin-promise from 3.8.0 to 6.0.1 (#2802)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
8250af4a Minimize GitHub Workflows permissions (#2798)
Signed-off-by: sashashura <9****a@u****m>
Alex <9****a@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
ad6c4a46 Update README.md (#2799) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
c99fb2c1 Publish Brian Carlson <b****n@g****m> about 4 years ago
8d498959 Update changelog Brian Carlson <b****n@g****m> about 4 years ago
6e386eb2 Bump prettier from 2.1.2 to 2.7.1 (#2792)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
ff85ac24 chore(): added dependabot (#2374) Marcin K <s****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
a4ef6ce3 Fix error handling test (#2789) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
747485d3 Bump min version of pg-native (#2787) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
8032fbad Catch errors client throws in pool (#2569) Alex Zlotnik <z****a@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
3e53d06c Support lock_timeout (#2779) Martin Kubliniak <k****m@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
68160a29 Fix #2556 by keeping callback errors from interfering with cleanup (#2753) Peter Rust <p****r@c****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
28ac2a17 Add test for how to set search path (#2700) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3ca56027 Immediately unref() maxLifetimeSeconds Timeout object to prevent blocking all... ChrisWritable <5****e@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c7743646 Update sponsors Brian Carlson <b****n@g****m> over 4 years ago
ec06473c Bump minimist from 1.2.5 to 1.2.6 (#2727)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
b812ec1e Bump async from 0.9.0 to 2.6.4 (#2736)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4b4d97b8 Remove stream-tester (#2743) Brian C <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
f5e87ac0 pg: update README, remove dead badge (#2719) Lars Hvam <l****p@h****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
21ccd4f1 Bump pathval from 1.1.0 to 1.1.1 (#2702)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4fa7ee89 Publish Brian Carlson <b****n@g****m> over 4 years ago
9a61e9ac Format with prettier Brian Carlson <b****n@g****m> over 4 years ago
edf1a864 Fix changelog Brian Carlson <b****n@g****m> over 4 years ago
6849cc68 Publish Brian Carlson <b****n@g****m> over 4 years ago
e4115854 Update changelog Brian Carlson <b****n@g****m> over 4 years ago

← Back to repository