summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-07-0819-38/+0
* PERF-1867 Split bestbuy_agg_merge into 4 separate suitesBernard Gorman2019-07-081-7/+48
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-07-082-8/+8
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_unindexRecord() checks filter before calling ...Benety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-07-072-0/+4
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-0610-208/+282
* SERVER-39705 add regression tests for hyrid index builds.Benety Goh2019-07-063-0/+194
* SERVER-39705 add js tests for hybrid index builds on sparse and partial geo n...Benety Goh2019-07-062-0/+125
* SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ...Benety Goh2019-07-063-19/+31
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-07-051-0/+6
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-051-1/+1
* SERVER-40535 follow-up fix of the failing testMisha Tyulenev2019-07-031-1/+1
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-07-033-9/+58
* SERVER-41207 Test committing prepared transactions after stepdown due to reco...Vesselina Ratcheva2019-07-033-0/+101
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-0318-123/+228
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2019-07-031-2/+6
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-032-0/+16
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-07-035-11/+155
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-07-033-0/+12
* SERVER-41676 Fix unit test compilation errorBlake Oler2019-07-031-4/+4
* SERVER-40702 wait for processes to exit on KeyboardInterrupt in resmokeRobert Guo2019-07-031-4/+18
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-031-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-0369-983/+350
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-07-031-6/+9
* SERVER-1599 Fix lintBlake Oler2019-07-032-2/+2
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-0320-45/+402
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-07-037-29/+28
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-07-031-0/+6
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-07-022-2/+4
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-07-022-11/+9
* SERVER-41183 Add test suites for change streams with transactionsJustin Seyster2019-07-0214-13/+322
* SERVER-41183 Add coverage for change streams over large transactionsJustin Seyster2019-07-027-26/+98
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-0228-397/+406
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-07-022-4/+32
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-07-0220-804/+1008
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-07-024-5/+68
* Merge branch 'v4.2' of github.com:mongodb/mongo into v4.2Pavi Vetriselvan2019-07-024-30/+201
|\
| * SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-024-30/+201
* | SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-07-022-0/+25
|/
* SERVER-41718 recover_prepared_transactions_startup_secondary_application.js w...Samy Lanka2019-07-021-2/+4
* SERVER-41483 Increase election timeout in retryable_commit_transaction_after_...Samy Lanka2019-07-021-1/+6
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-024-31/+47
* Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch mongo...Luke Chen2019-07-0214-132/+449
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-019-45/+64
* SERVER-41935 blacklist memory.js on asan buildersGabriel Russell2019-07-012-0/+4
* SERVER-41577 Change max_time_ms_repl_targeting.js to do its initial insert vi...Rahul Sundararaman2019-07-011-1/+1
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-015-59/+256
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-07-012-84/+140
* SERVER-41688 hashindex1.js should explicitly create collection before trying ...Samy Lanka2019-07-011-8/+10