summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44548 Switch embedded over to use wiredtigerAndrew Morrow2020-01-3011-161/+44
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-306-67/+75
* Revert "SERVER-45793 Improve mongo::Mutex contract"Ben Caimano2020-01-305-114/+101
* SERVER-44800 Wait for retired threads to join in ThreadPoolAmirsaman Memaripour2020-01-293-5/+74
* SERVER-45819 move log id before context so that its at a mostly fixed positionGabriel Russell2020-01-292-5/+5
* SERVER-45846 Improve performance of $splitIan Boros2020-01-291-20/+14
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-295-101/+114
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-292-17/+14
* SERVER-45084 Audit all usages of ReplSetConfig::getConfigVersion()William Schultz2020-01-295-15/+24
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-01-291-2/+7
* SERVER-45671 Remove pcap fileShreyas Kalyan2020-01-291-0/+0
* Revert SERVER-45584Amirsaman Memaripour2020-01-294-33/+7
* SERVER-45828 add js test for rolling index buildsBenety Goh2020-01-291-0/+105
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-2911-75/+56
* SERVER-44909 Sys-perf: Add industry_benchmarks_wmajority task to 1 node repli...Henrik Ingo2020-01-291-0/+1
* SERVER-45437 Add readHedgingMode serverParameterCheahuychou Mao2020-01-297-5/+137
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-2912-53/+504
* SERVER-42239 Add support for extraInfo in failCommandAmirsaman Memaripour2020-01-292-2/+58
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-2911-0/+214
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-01-292-0/+76
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-2926-617/+49
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-2929-165/+167
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-283-36/+57
* SERVER-45757 Add DynamicAttributes class to allow attributes to be added unde...Henrik Edin2020-01-284-5/+105
* SERVER-45584 Validate writeConcern.wAmirsaman Memaripour2020-01-284-7/+33
* SERVER-45499 Remove multiversion_incompatible flag from merge_with_drop_shard...Esha Maharishi2020-01-284-23/+11
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-287-59/+389
* SERVER-45820 Disable backup_cursor_format.js temporarilyGregory Wlodarek2020-01-281-0/+2
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-289-221/+2
* SERVER-45674 Avoid use after free in $unionWithCharlie Swanson2020-01-285-2/+44
* SERVER-45790 Robustify $unionWith parsingCharlie Swanson2020-01-284-34/+89
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-283-18/+282
* SERVER-45718 Fix the type issue in collection_impl.cppSuganthi Mani2020-01-281-1/+1
* SERVER-45751 Multiversion tests should apply enableMajorityReadConcern to las...Tess Avitabile2020-01-281-3/+9
* SERVER-45491 Add resmoke.py option to save mongod.log and mongos.log filesCarl Raiden Worley2020-01-2810-11/+76
* SERVER-45693 enable testing RWC defaults for update/delete commands using log...Kevin Pulo2020-01-281-49/+86
* SERVER-43724 add CWRWC perf testingKevin Pulo2020-01-281-1/+49
* SERVER-45692 make SyncSourceResolver pass readConcern local when querying rem...Kevin Pulo2020-01-281-2/+8
* SERVER-45108 Determine clusterAuthMode from connection for authutil.asClusterSara Golemon2020-01-288-21/+36
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-285-4/+84
* Revert "SERVER-39596 While a node is not in primary/secondary state, dbStats/...Gregory Wlodarek2020-01-283-89/+11
* Revert "SERVER-39596 Blacklist initial_sync_does_not_block_commands.js on eph...Gregory Wlodarek2020-01-281-1/+1
* SERVER-45753: Skip waiting for OpTime with stale term during stepDownLingzhi Deng2020-01-282-1/+15
* SERVER-45571 Remove redundant variable 'needsRefresh' in CollectionRoutingInf...Blake Oler2020-01-282-47/+33
* SERVER-45755 Special formatting for duration type in logv2Henrik Edin2020-01-288-20/+136
* SERVER-45611 lazily enforce that collection validators are validIan Boros2020-01-273-28/+129
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-275-39/+68
* SERVER-45000 Added jstest to demonstrate majority commit quorum behavior for ...Suganthi Mani2020-01-271-0/+89
* SERVER-44998 Add server parameter to support commit quorum for two phase inde...Suganthi Mani2020-01-275-2/+54
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-2711-1394/+1421