summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidr4.0.11-rc0r4.0.11Bernard Gorman2019-07-191-3/+10
* SERVER-41913 fix lintEric Milkie2019-07-181-3/+3
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-181-1/+1
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-07-157-13/+33
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-122-4/+10
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-07-122-5/+11
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-07-121-2/+31
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-117-25/+77
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-12/+12
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-093-4/+11
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-07-093-0/+196
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+19
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-07-084-0/+57
* SERVER-41498 Create ReplicationMetrics classMedha Potluri2019-07-034-0/+145
* SERVER-41869 Rename `struct dbTask` to DBTaskKaloian Manassiev2019-07-032-41/+40
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-0310-79/+52
* SERVER-41062 Always return TransactionTooLarge rather than BSONObjectTooLarge...Siyuan Zhou2019-07-021-16/+17
* SERVER-41497 Create IDL types for ElectionMetrics, ElectionCandidateMetrics a...Medha Potluri2019-07-021-0/+48
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-014-47/+145
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
* Import wiredtiger: 4a3194b043b8cffb5339c12e1554d0bd42ed1b1f from branch mongo...Luke Chen2019-07-0168-4266/+5987
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+86
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-41897 Use assert.sameMembers to compare two sets in jstests/ssl/libs/s...Mark Benvenuto2019-06-281-5/+49
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-272-2/+37
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-06-2511-35/+109
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler2019-06-251-3/+8
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-244-16/+59
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-241-2/+14
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGeert Bosch2019-06-186-17/+13
* SERVER-40336 Use SecureRandom to seed the random number generator in replicat...Siyuan Zhou2019-06-141-1/+2
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-141-3/+15
* SERVER-41702 Copy Collection NamespaceString before yielding locks in AutoGet...Louis Williams2019-06-141-1/+1
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-06-146-36/+137
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-06-134-10/+148
* SERVER-41065 Remove unused ExpressionTwoNumericArgs class added from backportArun Banala2019-06-131-43/+0
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1315-1018/+1489
* SERVER-41540 Fix _indexNsResultsMap usageGeert Bosch2019-06-121-4/+1
* SERVER-41539 Cache key ordering in IndexInfoCache ordering in IndexInfoGeert Bosch2019-06-123-55/+26
* SERVER-41538 Remove indirection through indexNumber in IndexConsistencyGeert Bosch2019-06-123-131/+47
* SERVER-41537 Use 64K hash buckets instead of 4M for index validationGeert Bosch2019-06-122-10/+12
* SERVER-41351 Improve error message when failing to collect storage statsLuke Pearson2019-06-121-4/+4
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-112-2/+128
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-06-115-418/+644
* SERVER-39642 Decrement egress counter when scoped connection not returned to ...Rahul Sundararaman2019-06-072-4/+14
* SERVER-38098 Fix yaml-cpp compilation with Visual Studio 2017.Henrik Edin2019-06-072-2/+2
* SERVER-37984 Upgrade yaml-cpp to 0.6.2Mathew Robinson2019-06-07105-561/+961
* SERVER-39480 Added log messages for failing DBClientConnectionRahul Sundararaman2019-06-061-0/+4