summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-121-25/+3
* SERVER-35576 Fixed PlanCacheClear clear time of checkyarai2018-09-071-7/+3
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-072-2/+2
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-073-8/+15
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-1/+15
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-062-1/+81
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-312-11/+36
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-23/+43
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-297-30/+7
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-281-3/+8
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-29/+1
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-6/+5
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-5/+6
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-6/+5
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-1/+1
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-10/+6
* SERVER-36208 Use http docuhub link instead of httpsLouis Williams2018-08-131-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-133-78/+11
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-131-21/+58
* SERVER-36561 Move the prepareTransaction command into txn_two_phase_commit_cm...Esha Maharishi2018-08-091-49/+0
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-1/+1
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-091-13/+0
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-082-50/+35
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-086-39/+43
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-1/+1
* SERVER-36211 Remove CmdCopyDbSaslStartMaria van Keulen2018-08-083-194/+0
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-077-539/+0
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-062-0/+2
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-023-23/+24
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-022-1/+3
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-5/+5
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-2/+2
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-5/+5
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-5/+5
* SERVER-24705 Update top when createIndex is calledAudrey Fang2018-07-311-0/+6
* SERVER-35473 Fix writeconflict issues with cursor restartsSulabh Mahajan2018-07-291-41/+46
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-5/+1
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-1/+8
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-2412-41/+56
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+2
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-242-4/+8
* SERVER-35378 make prepareTransaction command return the prepareTimestampPavi Vetriselvan2018-07-231-2/+2
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-203-1/+42
* SERVER-36148 allow downgrade to 4.0 in the presence of long index namespaces.Benety Goh2018-07-191-4/+0
* SERVER-36025: Remove restart catalog command guard to re-establish the oplog ...Daniel Gottlieb2018-07-191-12/+0
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-6/+14
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-1/+1
* SERVER-35824 disallow downgrade to 4.0 if long index namespaces are detectedBenety Goh2018-07-131-0/+4
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-122-185/+0