summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-123-7/+10
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-115-1/+2056
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-4/+5
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-2/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-074-50/+316
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-073-11/+12
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-074-316/+50
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-074-50/+316
* SERVER-24763 Make parse method for ParsedDistinct a public methodJames Wahlin2016-07-051-65/+5
* SERVER-22744 dbhash command should check replicated system collectionsRobert Guo2016-06-281-1/+12
* SERVER-24808 Use const ref for MsgAssertionExceptionAndreas Nilsson2016-06-271-4/+8
* SERVER-21561 Remove privilege redaction added for backwards compatilityAndreas Nilsson2016-06-271-45/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-2410-0/+58
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-2410-58/+0
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+2
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-32/+71
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-2310-0/+58
* SERVER-24597 Fix check that prevents sending mapreduce output to config serversSpencer T Brody2016-06-221-3/+3
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-222-15/+12
* SERVER-24326 Remove unused 'checkForCatalogChange' in CloneOptions structJess Fan2016-06-211-12/+0
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-3/+1
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-3/+0
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-161-1/+0
* SERVER-24414 log deprecation warning when aggregate command is used without '...David Storch2016-06-161-0/+18
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-1/+5
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-132-3/+3
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-23611 Agg use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+7
* SERVER-23611 Distinct use collection default collation, if unspecifiedJ. Rassi2016-06-131-3/+1
* SERVER-23238 Remove trailing whitespace to fix lint.Max Hirschhorn2016-06-091-1/+1
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-097-17/+10
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-072-27/+27
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-061-24/+39
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-032-2/+10
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-032-0/+3
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-037-93/+97
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-032-3/+9
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-06-031-1/+1
* SERVER-24160 - Fix compileVincent Do2016-05-311-0/+2
* SERVER-24160 Re-use serverStatus privilege string for lockInfo commandVincent Do2016-05-311-0/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2836-171/+223
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-3/+2
* Revert "SERVER-24160 Add auth and auth test for lockInfo command"Vincent Do2016-05-271-10/+0
* SERVER-24160 Add auth and auth test for lockInfo commandVincent Do2016-05-261-0/+10
* SERVER-24196 ensure mapReduce safely frees its RangePreserverDavid Storch2016-05-231-0/+10
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-6/+11
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-234-8/+8
* SERVER-23473 Propagate geoNear collation to CanonicalQueryTess Avitabile2016-05-171-2/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-172-1/+2