summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 48bf8dae7cd96286d176f14feebb7250dcfe1430 from branch mongo...r4.0.12-rc2r4.0.12Luke Chen2019-08-0811-202/+75
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-08-0511-2/+126
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ...r4.0.12-rc0Matthew Saltz2019-07-311-1/+2
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-313-6/+66
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-07-301-5/+30
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-07-291-1/+1
* SERVER-35114 Make it possible to adjust the period of active jobs in the Peri...Ben Caimano2019-07-2922-382/+458
* Import wiredtiger: b61a3e2a88220f2c84073ff1cbc4d6883aa26c5b from branch mongo...Luke Chen2019-07-2622-127/+407
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-244-15/+56
* 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