summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13480 Sort output of usersInfo commandHai-Kinh Hoang2016-07-261-5/+8
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-2/+4
* SERVER-25187 fix division by 0 in dataSize commandiwysiu2016-07-251-4/+7
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-244-11/+40
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-213-11/+80
* SERVER-24766 find command support for viewsKyle Suarez2016-07-191-5/+59
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-191-18/+54
* Revert "SERVER-24506 listCollections support for views"r3.3.10James Wahlin2016-07-181-54/+18
* SERVER-18399 Fix clang builds broken by automation aware shellAndrew Morrow2016-07-161-0/+1
* SERVER-18399 Issue a notification in the shell when automation is activeAndrew Morrow2016-07-151-0/+47
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-151-18/+54
* SERVER-24462 Record stats for the "top" command in findAndModify.Max Hirschhorn2016-07-151-0/+23
* SERVER-17275 Remove 'stats' field from distinct command responseJames Wahlin2016-07-151-13/+0
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-12/+23
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-141-8/+31
* SERVER-25043 Use MONGO_INITIALIZER for the aggregate commandKaloian Manassiev2016-07-141-3/+9
* 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