summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-291-0/+12
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-3/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-1/+38
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-4/+6
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+7
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-1/+0
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-1/+0
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* 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