-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pg-query-stream module #2035
Commits on Oct 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 722296f - Browse repository at this point
Copy the full SHA 722296fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5400dfe - Browse repository at this point
Copy the full SHA 5400dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc20d98 - Browse repository at this point
Copy the full SHA cc20d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48687fc - Browse repository at this point
Copy the full SHA 48687fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aec85ce - Browse repository at this point
Copy the full SHA aec85ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b249e9 - Browse repository at this point
Copy the full SHA 1b249e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5888135 - Browse repository at this point
Copy the full SHA 5888135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278c5ce - Browse repository at this point
Copy the full SHA 278c5ceView commit details
Commits on Oct 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 33be525 - Browse repository at this point
Copy the full SHA 33be525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebd4c3 - Browse repository at this point
Copy the full SHA 0ebd4c3View commit details
Commits on Dec 25, 2013
-
Emit 'close' events when query completes
Consider a system where one component is scheduling tasks that yield streams, and passing them to (unknown) clients for consumption. It would be useful for the scheduler to know that the query underlying the stream is completed (so it can continue on to it's next task) without having to wait for the consumer to finish reading all results.
Configuration menu - View commit details
-
Copy full SHA for e111715 - Browse repository at this point
Copy the full SHA e111715View commit details
Commits on Jan 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0df516c - Browse repository at this point
Copy the full SHA 0df516cView commit details
Commits on Feb 26, 2014
-
Merge pull request #1 from grncdr/patch-1
Emit 'close' events when query completes
Configuration menu - View commit details
-
Copy full SHA for 0ed940c - Browse repository at this point
Copy the full SHA 0ed940cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2909062 - Browse repository at this point
Copy the full SHA 2909062View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f2a92 - Browse repository at this point
Copy the full SHA f8f2a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66be5e - Browse repository at this point
Copy the full SHA b66be5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 122bcfb - Browse repository at this point
Copy the full SHA 122bcfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37de9c2 - Browse repository at this point
Copy the full SHA 37de9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7da37 - Browse repository at this point
Copy the full SHA 0a7da37View commit details
Commits on Mar 21, 2014
-
pg-cursor no longer returns the empty array 'done' signal to the callback until the cursor recieves a readyForQuery message. This means pg-query-stream will not emit 'close' or 'end' events until the server is __truly__ ready for the next query. This fixes some race-conditions where some queries are triggered off of the `end` event of the query-stream closes #3
Configuration menu - View commit details
-
Copy full SHA for 1961125 - Browse repository at this point
Copy the full SHA 1961125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f13c80 - Browse repository at this point
Copy the full SHA 0f13c80View commit details
Commits on Apr 10, 2014
-
- appears that timestamp queries emit a lot of `rows` with length == 0 - `self.once('end')` is added each of these times - assertion on listener count shows that more than 10 listeners are applied
Configuration menu - View commit details
-
Copy full SHA for 87b52f9 - Browse repository at this point
Copy the full SHA 87b52f9View commit details -
passes
stream-tester-timestamp
- moves 'end' event listener to constructor, only listen once - ensures all existing tests still green
Configuration menu - View commit details
-
Copy full SHA for cab956b - Browse repository at this point
Copy the full SHA cab956bView commit details
Commits on Apr 11, 2014
-
Merge pull request #4 from tbuchok/master
maxListeners on timestamp queries
Configuration menu - View commit details
-
Copy full SHA for d82386e - Browse repository at this point
Copy the full SHA d82386eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7593a44 - Browse repository at this point
Copy the full SHA 7593a44View commit details
Commits on May 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 41b7d7d - Browse repository at this point
Copy the full SHA 41b7d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec0909 - Browse repository at this point
Copy the full SHA fec0909View commit details
Commits on May 22, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e242b94 - Browse repository at this point
Copy the full SHA e242b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99fe666 - Browse repository at this point
Copy the full SHA 99fe666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6763e09 - Browse repository at this point
Copy the full SHA 6763e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf86b8 - Browse repository at this point
Copy the full SHA adf86b8View commit details -
Merge pull request #5 from calvinmetcalf/fixes
fix tests, clean up a few things
Configuration menu - View commit details
-
Copy full SHA for 7fb1f50 - Browse repository at this point
Copy the full SHA 7fb1f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for df63cbb - Browse repository at this point
Copy the full SHA df63cbbView commit details
Commits on Oct 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6ab80d3 - Browse repository at this point
Copy the full SHA 6ab80d3View commit details
Commits on Nov 3, 2014
-
Merge pull request #7 from brianc/add-close-method
Is it possible to destroy the stream?
Configuration menu - View commit details
-
Copy full SHA for 0b45eda - Browse repository at this point
Copy the full SHA 0b45edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd2d3a - Browse repository at this point
Copy the full SHA 1dd2d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ff00a - Browse repository at this point
Copy the full SHA 02ff00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa61055 - Browse repository at this point
Copy the full SHA aa61055View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38d092 - Browse repository at this point
Copy the full SHA b38d092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f5c70 - Browse repository at this point
Copy the full SHA 52f5c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d1872 - Browse repository at this point
Copy the full SHA e9d1872View commit details
Commits on Nov 5, 2015
-
Avoid race when stream closed while fetching
matthew.blasius committedNov 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 68819df - Browse repository at this point
Copy the full SHA 68819dfView commit details -
Support a close callback when closing the stream
matthew.blasius committedNov 5, 2015 Configuration menu - View commit details
-
Copy full SHA for d1ac31c - Browse repository at this point
Copy the full SHA d1ac31cView commit details
Commits on Nov 13, 2015
-
Conform to readable stream spec
One of the tests was failing because it was testing that when a stream became readable it never returned a `null` datum on call to `stream.read()`. In fact, when a readable stream drains it should & does return `null` for calls to `stream.read()` as described [here](https://nodejs.org/api/stream.html#stream_event_readable) I updated the test to account for this, and they pass now.
Configuration menu - View commit details
-
Copy full SHA for 27bba8d - Browse repository at this point
Copy the full SHA 27bba8dView commit details -
Merge pull request #16 from brianc/conform-to-readable-stream-spec
Conform to readable stream spec
Configuration menu - View commit details
-
Copy full SHA for edfe1aa - Browse repository at this point
Copy the full SHA edfe1aaView commit details -
Merge pull request #15 from slickmb/bug/close_race
Avoid race when stream closed while fetching
Configuration menu - View commit details
-
Copy full SHA for ca21462 - Browse repository at this point
Copy the full SHA ca21462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aca077 - Browse repository at this point
Copy the full SHA 9aca077View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8acf0 - Browse repository at this point
Copy the full SHA df8acf0View commit details -
Merge pull request #17 from brianc/more-travis-versions
Add more versions of node to the travis matrix
Configuration menu - View commit details
-
Copy full SHA for aa72d9b - Browse repository at this point
Copy the full SHA aa72d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 802616b - Browse repository at this point
Copy the full SHA 802616bView commit details
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2a46c8a - Browse repository at this point
Copy the full SHA 2a46c8aView commit details
Commits on Apr 24, 2017
-
Merge pull request #22 from abenhamdine/master
Add node LTS and current versions to travis matrix
Configuration menu - View commit details
-
Copy full SHA for c9e21f4 - Browse repository at this point
Copy the full SHA c9e21f4View commit details
Commits on Aug 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e517b8c - Browse repository at this point
Copy the full SHA e517b8cView commit details
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b1f8f8d - Browse repository at this point
Copy the full SHA b1f8f8dView commit details -
Merge pull request #29 from brianc/upgrade-pg-cursor
Upgrade to newest version of pg-cursor
Configuration menu - View commit details
-
Copy full SHA for 57f62df - Browse repository at this point
Copy the full SHA 57f62dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 465ac5c - Browse repository at this point
Copy the full SHA 465ac5cView commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 17e19e5 - Browse repository at this point
Copy the full SHA 17e19e5View commit details -
Merge pull request #33 from brianc/eslint-deps
Move eslint to dev dependencies
Configuration menu - View commit details
-
Copy full SHA for 090b759 - Browse repository at this point
Copy the full SHA 090b759View commit details -
Configuration menu - View commit details
-
Copy full SHA for e762b48 - Browse repository at this point
Copy the full SHA e762b48View commit details
Commits on Oct 8, 2018
-
Fix for [email protected] (#47)
* Fix for [email protected] Don't return anything from `stream.submit` * Add node@10 to travis version * Relax version of [email protected]
Configuration menu - View commit details
-
Copy full SHA for 2446fdb - Browse repository at this point
Copy the full SHA 2446fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6177ff9 - Browse repository at this point
Copy the full SHA 6177ff9View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c999aae - Browse repository at this point
Copy the full SHA c999aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d822fc8 - Browse repository at this point
Copy the full SHA d822fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e43b8 - Browse repository at this point
Copy the full SHA 28e43b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2816a - Browse repository at this point
Copy the full SHA 5b2816aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d27bd2 - Browse repository at this point
Copy the full SHA 7d27bd2View commit details
Commits on Oct 28, 2019
-
* Upgrade dependencies - There was a security vuln with mocha, so upgraded mocha. - Upgraded versions of node we're going to check in travis - Switched to yarn from npm - Removed --no-exit as that's standard mocha behavior now * Enable postgres on newer version of travis
Configuration menu - View commit details
-
Copy full SHA for c95a650 - Browse repository at this point
Copy the full SHA c95a650View commit details -
Configuration menu - View commit details
-
Copy full SHA for e153e3f - Browse repository at this point
Copy the full SHA e153e3fView commit details -
Bump js-yaml from 3.9.1 to 3.13.1 (#60)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.9.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.9.1...3.13.1) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb52c52 - Browse repository at this point
Copy the full SHA fb52c52View commit details -
Bump debug from 2.6.8 to 2.6.9 (#61)
Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 2.6.9. - [Release notes](https://github.com/visionmedia/debug/releases) - [Changelog](https://github.com/visionmedia/debug/blob/2.6.9/CHANGELOG.md) - [Commits](debug-js/debug@2.6.8...2.6.9) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a756ee3 - Browse repository at this point
Copy the full SHA a756ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a84db5f - Browse repository at this point
Copy the full SHA a84db5fView commit details
Commits on Oct 30, 2019
-
Bump version of pg-cursor (#64)
This includes fixes in [email protected]. I've relaxed semver a touch so I don't have to release a new version here just for patch changes to pg-cursor.
Configuration menu - View commit details
-
Copy full SHA for 3e59f28 - Browse repository at this point
Copy the full SHA 3e59f28View commit details -
Bump eslint from 4.4.0 to 4.18.2 (#63)
Bumps [eslint](https://github.com/eslint/eslint) from 4.4.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v4.4.0...v4.18.2) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05b4c57 - Browse repository at this point
Copy the full SHA 05b4c57View commit details -
* Bump version of pg-cursor This includes fixes in [email protected]. I've relaxed semver a touch so I don't have to release a new version here just for patch changes to pg-cursor. * Pass options to pg-cursor fixes #55
Configuration menu - View commit details
-
Copy full SHA for 08072a9 - Browse repository at this point
Copy the full SHA 08072a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ced05e - Browse repository at this point
Copy the full SHA 9ced05eView commit details
Commits on Dec 20, 2019
-
Add 'packages/pg-query-stream/' from commit '9ced05e8aab65f3fdf1a67ad…
Configuration menu - View commit details
-
Copy full SHA for db1b95e - Browse repository at this point
Copy the full SHA db1b95eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8607302 - Browse repository at this point
Copy the full SHA 8607302View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2f2d2 - Browse repository at this point
Copy the full SHA ef2f2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7b8d1 - Browse repository at this point
Copy the full SHA 6b7b8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdae851 - Browse repository at this point
Copy the full SHA fdae851View commit details