summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44801 Guarantee that AsyncResultsMerger::getHighWaterMark() returns a ...Mihai Andrei2019-11-271-5/+7
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-11-2785-5/+6069
* Revert "SERVER-43692 enable two phase index builds by default"Benety Goh2019-11-271-1/+1
* SERVER-44774 Check that scripting is enabled before evaluating javascript exp...Nicholas Zolnierz2019-11-273-7/+3
* Import wiredtiger: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongo...Luke Chen2019-11-2712-395/+627
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-272-69/+116
* SERVER-44161 Remove unused named DBExceptions in MigrationCoordinatorBen Caimano2019-11-271-2/+2
* SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng2019-11-263-2/+332
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-263-2/+13
* SERVER-44833: fix error messages supplements to also be appended as part of c...Jacob Evans2019-11-261-40/+47
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-269-28/+33
* Revert "SERVER-43773 Start up config server and shard replica sets in paralle...William Schultz2019-11-262-116/+69
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-2613-25/+498
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-269-54/+291
* SERVER-44818 Change the balancerCollectionStatus command response formatMarcos José Grillo Ramírez2019-11-264-13/+27
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-262-69/+116
* SERVER-43773 Add log messages in ShardingTest to measure total duration of st...William Schultz2019-11-261-2/+26
* SERVER-43692 enable two phase index builds by defaultBenety Goh2019-11-261-1/+1
* SERVER-44621 Add string escaping to text formatter in logv2Henrik Edin2019-11-266-1/+524
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-267-39/+115
* SERVER-44161 Small cleanup in MigrationSourceManager commit logicMatthew Saltz2019-11-261-19/+7
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-2612-1261/+332
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-26112-644/+1116
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-2632-219/+446
* SERVER-44327 Add $first and $last expressionsDavid Percy2019-11-254-12/+151
* SERVER-44509 Make isMaster wait for up to maxAwaitTimeMSHaley Connelly2019-11-251-24/+29
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-2538-261/+294
* SERVER-44127 abort ops that encounter a catalog conflict after already lockin...Eric Milkie2019-11-253-1/+252
* SERVER-44809 When we wait for the cloners, we also must deliver the callback ...Matthew Russotto2019-11-251-0/+3
* SERVER-44779 Invariant internal operations that hit a prepareConflict must be...Jason Chan2019-11-251-0/+7
* SERVER-43783 Describe how recovery works with transactions in the Repl Archit...Samyukta Lanka2019-11-251-54/+124
* SERVER-43690 Change range deleter code to use collection UUID instead of epoc...Matthew Saltz2019-11-256-35/+50
* SERVER-44625 Add formatting of BSON native types via BSONObjBuilder::append.Henrik Edin2019-11-253-136/+143
* SERVER-44784 disable two phase index builds when majority reads are offBenety Goh2019-11-251-0/+6
* SERVER-44674 Dead Code Removal: macOS/Windows support in OpenSSLSara Golemon2019-11-221-155/+1
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-2211-84/+163
* SERVER-44695 Make removeShard throw an error if the shard is the only shard t...Cheahuychou Mao2019-11-224-49/+98
* SERVER-44161 Add migration UUID to StartChunkCloneRequestMatthew Saltz2019-11-225-15/+35
* SERVER-44476 Include number of jumbo chunks remaining in output of removeShardMarcos José Grillo Ramírez2019-11-224-43/+80
* SERVER-44508 Add maxAwaitTimeMS and topologyVersion to isMaster CommandHaley Connelly2019-11-226-1/+44
* SERVER-44742 add supportsTwoPhaseIndexBuild to storageEngine server status se...Benety Goh2019-11-229-17/+33
* SERVER-44161 Add update() to PersistentTaskStoreMatthew Saltz2019-11-222-5/+88
* SERVER-43642 move IndexLegacy::adjustIndexSpecObject() into IndexCatalogImpl ...Benety Goh2019-11-2210-130/+32
* SERVER-43001 Remove old TODOs in oplog applicationA. Jesse Jiryu Davis2019-11-222-4/+0
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-228-33/+33
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-218-146/+222
* SERVER-43000 Rename OpQueue to OplogBatchA. Jesse Jiryu Davis2019-11-213-16/+16
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-2110-524/+14
* SERVER-43642 remove IndexLegacy::getMissingField()Benety Goh2019-11-214-51/+2
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-2124-139/+132