summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-291-1/+27
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-3/+23
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-2/+2
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-11/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-5/+5
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-0/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-081-2/+6
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-081-6/+2
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-071-2/+6
* 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-6/+2
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+3
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-4/+12
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-0/+20
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-20/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-0/+20
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-0/+4
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-3/+3
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-16/+24
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-081-0/+6
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-0/+3
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-0/+12
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-5/+7
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-0/+63