summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35911 Upgraded GetMoreCmd and ClusterGetMoreCmd to use TypedCommandAnthony Roy2018-07-112-13/+3
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-0/+4
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-032-2/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-295-5/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-225-29/+33
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-0/+2
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-06-212-7/+28
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-2013-196/+1145
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-146-74/+587
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-124-313/+308
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-124-301/+306
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-114-306/+301
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-119-107/+5
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-082-6/+2
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-306-13/+13
* SERVER-28524 remove group commandKyle Suarez2018-05-302-86/+0
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-1/+10
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-8/+5
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+2
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-114-21/+3
* SERVER-33678 make regex options a factor in query shapesIan Boros2018-05-102-0/+31
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-052-2/+2
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-022-3/+3
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-8/+0
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-011-8/+3
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-011-0/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-4/+4
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-162-2/+6
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-139-0/+59
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-0/+15
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-0510-35/+83
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-0510-83/+35
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-052-3/+3
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-049-10/+10
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-0410-35/+83
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-1/+1
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-022-2/+4
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-301-1/+5
* SERVER-33283 Add test coverage for case where pinned cursor is killed after i...Ian Boros2018-03-302-8/+2
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-272-1/+6
* Revert 0c082a81047cee66821e295d02e3588f7934ff64: SERVER-3645Ian Boros2018-03-261-5/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-262-3/+3
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-242-0/+7
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-219-97/+5
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-211-1/+5
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-209-5/+97
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-202-22/+24