- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: brianc/node-postgres
base: pg@8.6.0
head repository: brianc/node-postgres
compare: pg@8.7.0
- 13 commits
- 18 files changed
- 6 contributors
Commits on Apr 27, 2021
-
It’s missing `co.wrap`, so it doesn’t actually run (Mocha does nothing with the paused generator). The test group that follows it, “using an ended pool”, covers the same thing anyway.
Configuration menu - View commit details
-
Copy full SHA for 8f0db30 - Browse repository at this point
Copy the full SHA 8f0db30View commit details
Commits on May 27, 2021
-
Fix and enable pool
verify
option test (#2528)by not double-releasing. Reviewed-by: Sehrope Sarkuni <sehrope@jackdb.com>
Configuration menu - View commit details
-
Copy full SHA for 7667e7c - Browse repository at this point
Copy the full SHA 7667e7cView commit details
Commits on Jun 15, 2021
-
Bump lodash from 4.17.20 to 4.17.21 (#2540)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6ed9e7 - Browse repository at this point
Copy the full SHA d6ed9e7View commit details
Commits on Jun 22, 2021
-
Turn Cursor into an ES6 class (#2553)
* Turn Cursor into an ES6 class * Fix incorrect syntax in Cursor.end() * Remove extraneous empty line * Revert es6 change for end() * Revert back to defining the end() method inside the class * Use hanging indent to satisfy Prettier
Configuration menu - View commit details
-
Copy full SHA for a040031 - Browse repository at this point
Copy the full SHA a040031View commit details -
Use _isFull instead of duplicating clients check (#2539)
Noticed that options.max is compared against client count directly, but there's a method wrapping it. I can't see any reason to duplicate it? And using _isFull means I can override that for the adaptive pooling idea I'm exploring :)
Configuration menu - View commit details
-
Copy full SHA for 9d2c977 - Browse repository at this point
Copy the full SHA 9d2c977View commit details
Commits on Jul 27, 2021
-
Add support for using promises in Cursor methods (#2554)
* Add similar promise variables to read() and close() as seen in query() * Add testing for promise specific usage * Simplify tests as no real callbacks are involved Removes usage of `done()` since we can end the test when we exit the function Co-Authored-By: Charmander <~@charmander.me> * Switch to let over var Co-authored-by: Charmander <~@charmander.me>
Configuration menu - View commit details
-
Copy full SHA for aedaa59 - Browse repository at this point
Copy the full SHA aedaa59View commit details -
Allow Node to exit if the pool is idle (#2568)
Based on the suggestion from #2078. This adds ref/unref methods to the Connection and Client classes and then uses them to allow the process to exit if all of the connections in the pool are idle. This behavior is controlled by the allowExitOnIdle flag to the Pool constructor; it defaults to the old behavior.
Brian Crowell authoredJul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 684cd09 - Browse repository at this point
Copy the full SHA 684cd09View commit details -
Configuration menu - View commit details
-
Copy full SHA for f824d74 - Browse repository at this point
Copy the full SHA f824d74View commit details -
Bump handlebars from 4.7.6 to 4.7.7 (#2538)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8ce457 - Browse repository at this point
Copy the full SHA d8ce457View commit details -
Bump ssri from 6.0.1 to 6.0.2 (#2531)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](npm/ssri@v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83aae77 - Browse repository at this point
Copy the full SHA 83aae77View commit details -
Bump y18n from 4.0.0 to 4.0.1 (#2506)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0da7882 - Browse repository at this point
Copy the full SHA 0da7882View commit details -
Add ref/unref noop to native client (#2581)
* Add ref/unref noop to native client * Use promise.catch in test * Make partition test not flake on old node * Fix test flake on old node
Configuration menu - View commit details
-
Copy full SHA for 779803f - Browse repository at this point
Copy the full SHA 779803fView commit details -
- pg-cursor@2.7.0 - pg-pool@3.4.0 - pg-query-stream@4.2.0 - pg@8.7.0
Configuration menu - View commit details
-
Copy full SHA for f3b0ee4 - Browse repository at this point
Copy the full SHA f3b0ee4View commit details
There are no files selected for viewing