summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/group_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-0/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-6/+13
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-1/+1
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+8
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+4
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-4/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+4
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-1/+1
* SERVER-14193 make use of group command log a deprecation warningDavid Storch2016-05-101-0/+12
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-2/+9
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+6
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-221-0/+11
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-4/+0
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+5
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+7
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+1
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-0/+240