summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-19/+0
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-0/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-081-0/+2
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-081-2/+0
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-071-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-4/+4
* SERVER-33283 Add test coverage for case where pinned cursor is killed after i...Ian Boros2018-03-301-2/+0
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-1/+3
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-2/+6
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-0/+3
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-3/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-0/+3
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-0/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-6/+6
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-15/+13
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-081-0/+2
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-0/+21
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-4/+8
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-0/+55