summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-2638-60/+965
* SERVER-29368 Clean up on interrupted wait for range deletionNathan Myers2017-05-262-3/+15
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-258-37/+1012
* SERVER-29274 rename dropped collection to special drop-pending nameBenety Goh2017-05-253-4/+109
* Revert "SERVER-29273 rename dropped collection to special drop-pending name"Benety Goh2017-05-253-109/+4
* SERVER-29273 rename dropped collection to special drop-pending nameBenety Goh2017-05-253-4/+109
* SERVER-29274 add DatabaseImpl::_finishDropCollectionBenety Goh2017-05-252-24/+29
* SERVER-29274 added unit test for Database with characterization tests for dro...Benety Goh2017-05-252-0/+166
* SERVER-29274 add NamespaceString::checkLengthForRename()Benety Goh2017-05-253-18/+32
* SERVER-29274 add IndexCatalog::getLongestIndexNameLength()Benety Goh2017-05-253-8/+21
* SERVER-29314 removed CommandInterface importBenety Goh2017-05-251-6/+0
* SERVER-29314 add CommandInterface to break cyclic dependency between Command ...Benety Goh2017-05-253-116/+213
* SERVER-29272 listCollections excludes drop-pending namespacesBenety Goh2017-05-251-1/+9
* SERVER-29220 fix lintAndrew Morrow2017-05-252-0/+56
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-245-3/+7
* SERVER-29348 Handle range deletion write-concern failureNathan Myers2017-05-241-6/+21
* SERVER-29275 ReplicationCoordinator cleans up drop-pending collection when co...Benety Goh2017-05-241-0/+33
* SERVER-29275 ReplicationCoordinatorExternalStateImpl accepts DropPendingColle...Benety Goh2017-05-245-8/+24
* SERVER-29274 include namespace in mmapv1 Namespace 'ns too long' error messageBenety Goh2017-05-241-1/+5
* SERVER-29357 document validators should be allowed on drop-pending collectionsBenety Goh2017-05-241-1/+1
* SERVER-29274 OpObserver::onDropCollection() returns drop optimeBenety Goh2017-05-247-16/+63
* SERVER-29274 logOp() returns optime of generated oplog entryBenety Goh2017-05-242-16/+20
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-241-1/+2
* SERVER-29273 add list of drop-pending namespaces at startup to DropPendingCol...Benety Goh2017-05-232-5/+23
* Revert "SERVER-27293 add list of drop-pending namespaces at startup to DropPe...Benety Goh2017-05-232-23/+5
* SERVER-27293 add list of drop-pending namespaces at startup to DropPendingCol...Benety Goh2017-05-232-5/+23
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-2312-51/+275
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-238-40/+20
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-2310-117/+93
* SERVER-29274 moved ReplClientInfo to repl_coordinator_interface libraryBenety Goh2017-05-232-14/+16
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-238-75/+15
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-233-28/+38
* Revert "SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordina...Benety Goh2017-05-233-38/+28
* SERVER-29273 disable replicated writes when removing drop-pending collectionsBenety Goh2017-05-232-0/+36
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-233-28/+38
* SERVER-29274 added ReplicationCoordinatorMock constructor to use default sett...Benety Goh2017-05-232-2/+23
* SERVER-29259: Ensure creation of authorization indexesSpencer Jackson2017-05-233-28/+117
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-224-29/+593
* SERVER-28127 Fix Shared Library link failureRandolph Tan2017-05-221-0/+1
* SERVER-28637 Remove journal files if journaling is toggled off.Susan LoVerso2017-05-221-0/+7
* SERVER-29313 refactor and improve logging for ShardServerCatalogCacheLoaderDianna Hohensee2017-05-223-62/+84
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-2213-113/+281
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-05-224-41/+92
* SERVER-28924 Change databasesCloner to use the 'nameOnly' version of listData...William Schultz2017-05-221-2/+4
* SERVER-29001 use fewer but larger pipeline stages for views max size testsKyle Suarez2017-05-221-44/+39
* SERVER-29233 add missing dependencyBenety Goh2017-05-201-0/+2
* SERVER-28758 createUpdateNodeByMerging throws instead of returning.Justin Seyster2017-05-195-112/+96
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-05-191-22/+32
* SERVER-29233 Deprecate MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGINNathan Myers2017-05-192-0/+26
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-196-74/+380