summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-209-97/+5
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-1612-239/+24
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-39/+3
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-2/+3
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-142-3/+325
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-122-2/+4
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-3/+13
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-093-6/+40
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-012-2/+2
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-012-1/+3
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-4/+2
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-212-4/+4
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-212-25/+25
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-11/+2