summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-0130-45/+59
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-0116-86/+239
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-014-1/+33
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-0110-105/+323
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-3113-98/+110
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-3112-62/+430
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-74/+63
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-5/+26
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-319-207/+85
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-311-6/+0
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-312-24/+34
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-318-167/+66
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-313-98/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-317-190/+60
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3013-0/+347
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3012-43/+334
* SERVER-38828 fix lintBenety Goh2019-01-302-2/+2
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-3013-347/+0
* Revert "SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator ...Gregory Wlodarek2019-01-3012-334/+43
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-305-207/+0
* SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev2019-01-303-15/+16
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3013-0/+347
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3012-43/+334
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-302-9/+8
* Introduce CollectionShardingRuntimeLock usage to collection critical sections.Blake Oler2019-01-309-85/+207
* SERVER-39202 Improve deterministic calculation of key container namesMark Benvenuto2019-01-301-2/+6
* SERVER-39107 Allow empty components in certificate DNsJonathan Reams2019-01-302-0/+14
* SERVER-39024 Improve PCQ::popManyJason Carey2019-01-302-77/+78
* SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternalStateJonathan Reams2019-01-301-0/+15
* SERVER-35356 Add release process builder for cocoapodsMathew Robinson2019-01-303-3/+6
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-3041-297/+310
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-307-36/+122
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-3026-61/+32
* SERVER-39187 Signal coordinator's decision promise when the coordinator is ca...Matthew Saltz2019-01-307-3/+35
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-304-39/+4
* SERVER-39234 Remove unused variable from the shardCollection unit-testKaloian Manassiev2019-01-301-3/+0
* SERVER-39193 Invariant instead of throwing WCE if locked incorrectly for read...Geert Bosch2019-01-301-8/+4
* SERVER-38620 Set _prepareOpTime in prepareTransaction if transaction is in re...Jason Chan2019-01-302-0/+22
* SERVER-12947 Don't use MultipleErrorsPath if all errors are the samejannaerin2019-01-301-2/+13
* SERVER-36958: allow _configsvrShardCollection to retry on network errorsKim Tao2019-01-291-25/+75
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-298-239/+557
* SERVER-39226 Pause the Timestamp Monitor during rollback-to-stableGregory Wlodarek2019-01-293-14/+32
* SERVER-39128 Restore defaults propagation in dbshellSara Golemon2019-01-301-6/+25
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-2942-312/+297
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-2942-297/+312
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-01-292-13/+48