summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-5/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36184 Delete OplogStart stage.David Storch2018-07-201-12/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-10/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-6/+7
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-4/+0
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-1/+3
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-14/+0
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-21/+0
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-161-2/+1
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-5/+5
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-7/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+111
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-11/+8
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+3
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-3/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+3
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+5
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-0/+1
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-271-0/+43
* SERVER-17023 separate command and query pathsDavid Storch2015-03-231-1/+0
* SERVER-17282 fix use after free in the case of a database drop during a yieldDavid Storch2015-03-181-4/+6
* SERVER-17282 implement FindCmd::run()David Storch2015-03-181-0/+40
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-4/+2
* do not create extra NamespaceStringEliot Horowitz2015-01-121-0/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-0/+81