summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-10437-1656/+1706
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-10162-353/+376
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-0721-155/+175
* SERVER-40884 remove FCV 4.0-4.2 controls for hybrid index builds.Daniel Solnik2019-06-072-13/+5
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-074-13/+0
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-06-071-0/+6
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-06-071-6/+9
* SERVER-40546 max/min boundary checking on bothMisha Ivkov2019-06-071-2/+4
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-072-10/+3
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-0711-31/+1636
* SERVER-41294 shard filtering for $sbIan Boros2019-06-0727-43/+670
* SERVER-40887 Removed getAndClearUnfinishedIndexes and relevant codeGabe Villasana2019-06-075-87/+4
* SERVER-40828 Add getter for expressions on projection nodesTed Tuckman2019-06-074-0/+60
* Revert "SERVER-41141 Remove DB X lock acquisition for secondary index builds"Gregory Wlodarek2019-06-072-52/+69
* Revert "SERVER-41255 enable debug write-ahead logging for all WT tables under...Benety Goh2019-06-071-6/+0
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-066-137/+46
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-062-69/+52
* SERVER-41141 Release the mutex early in IndexBuildsManager::interruptIndexBui...Gregory Wlodarek2019-06-061-2/+9
* SERVER-41479: replSetStepUp on primary should return errors if the node is st...Lingzhi Deng2019-06-061-4/+10
* SERVER-41287 Measure count and duration of periods when isLagged is trueMaria van Keulen2019-06-062-17/+28
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-064-132/+8
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-0610-177/+127
* SERVER-41306 In FCV 4.0, don't treat transactions as retryable writesMatthew Russotto2019-06-061-10/+12
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-065-29/+30
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-052-11/+9
* SERVER-41461 waitWithPinnedCursorDuringGetMoreBatch fail point should save an...Gregory Wlodarek2019-06-051-11/+15
* Revert "SERVER-40869 Error when coercing out of bounds double to long"Gregory Wlodarek2019-06-052-129/+2
* SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao2019-06-053-3/+10
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-06-051-0/+6
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-058-21/+117
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-052-2/+129
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+8
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-054-16/+59
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-053-0/+12
* SERVER-41283 Added test that running stepdown on secondary does not lead to 3...Judah Schvimer2019-06-051-0/+5
* SERVER-41404: [FLE] Accessors needed for $graphLookupPawel Terlecki2019-06-041-0/+20
* SERVER-41417 Transaction coordinator should only delete durable state if two-...Esha Maharishi2019-06-041-13/+4
* Merge branch 'master' of github.com:mongodb/mongoZach Yam2019-06-049-27/+202
|\
| * SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-049-27/+202
* | SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-043-22/+21
* | SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-046-97/+9
* | SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-042-16/+16
|/
* SERVER-41473 Add ExpressionFieldPath accessor that removes "CURRENT..."Jacob Evans2019-06-041-0/+4
* SERVER-41465 Update fassert to assert the status rather than status.isOK()Jason Chan2019-06-041-1/+1
* SERVER-29481 Remove anonymous namespace in repl/replication_coordinator_exter...Alya Berciu2019-06-042-10/+7
* SERVER-39293 Correct string literals for oplog collection namespaceJudah Schvimer2019-06-041-8/+12
* SERVER-41014 fix deadlock in runCreateIndexesWithCoordinator()Benety Goh2019-06-031-33/+9
* SERVER-41014 runCreateIndexesWithCoordinator() uses helper functions extracte...Benety Goh2019-06-031-35/+9
* SERVER-41465 fassert when applying operations for transactions on secondariesJason Chan2019-06-031-2/+1
* SERVER-39116 Name unnamed GlobalLock in TransactionParticipantAllison Easton2019-06-031-1/+1