summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45688 change cfgver and cfgterm to camelCasePavithra Vetriselvan2020-01-312-8/+8
* SERVER-45886 Lock the client in abortDueToConflictingIndexOperation before ma...Cheahuychou Mao2020-01-301-0/+1
* SERVER-45707 Test that range deletion tasks are eventually deleted even if co...Cheahuychou Mao2020-01-301-0/+4
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-307-27/+46
* SERVER-45525 ReplBatcher should explicitly read at kNoTimestampMatthew Russotto2020-01-303-1/+11
* SERVER-45853 Enable RaftMongo.tla invariantsA. Jesse Jiryu Davis2020-01-303-9/+12
* SERVER-45839 Fix type of 'txnNum' to be long long in the BSONObj for replicat...Gregory Wlodarek2020-01-301-4/+5
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-3022-199/+476
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-304-6/+139
* SERVER-45254 Update architecture guide for streamable isMasterTess Avitabile2020-01-301-3/+6
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-3017-89/+450
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-304-10/+19
* SERVER-44939 allow replication across config versionsPavithra Vetriselvan2020-01-305-60/+117
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-305-34/+60
* SERVER-45846 Improve performance of $splitIan Boros2020-01-291-20/+14
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-292-17/+14
* SERVER-45084 Audit all usages of ReplSetConfig::getConfigVersion()William Schultz2020-01-295-15/+24
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-01-291-2/+7
* Revert SERVER-45584Amirsaman Memaripour2020-01-292-17/+1
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-2910-74/+55
* SERVER-42239 Add support for extraInfo in failCommandAmirsaman Memaripour2020-01-291-2/+21
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-298-0/+39
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-01-291-0/+2
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-2917-367/+49
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-2929-165/+167
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-283-36/+57
* SERVER-45584 Validate writeConcern.wAmirsaman Memaripour2020-01-282-1/+17
* SERVER-45499 Remove multiversion_incompatible flag from merge_with_drop_shard...Esha Maharishi2020-01-281-14/+10
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-285-14/+166
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-283-183/+0
* SERVER-45674 Avoid use after free in $unionWithCharlie Swanson2020-01-281-2/+4
* SERVER-45790 Robustify $unionWith parsingCharlie Swanson2020-01-284-34/+89
* SERVER-45718 Fix the type issue in collection_impl.cppSuganthi Mani2020-01-281-1/+1
* SERVER-45692 make SyncSourceResolver pass readConcern local when querying rem...Kevin Pulo2020-01-281-2/+8
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-284-1/+18
* Revert "SERVER-39596 While a node is not in primary/secondary state, dbStats/...Gregory Wlodarek2020-01-282-37/+11
* SERVER-45753: Skip waiting for OpTime with stale term during stepDownLingzhi Deng2020-01-282-1/+15
* SERVER-45611 lazily enforce that collection validators are validIan Boros2020-01-272-28/+76
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-274-5/+60
* SERVER-44998 Add server parameter to support commit quorum for two phase inde...Suganthi Mani2020-01-273-2/+10
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-275-846/+584
* SERVER-42705 Create test that initial sync survives sync source restartMatthew Russotto2020-01-272-2/+12
* SERVER-45718 Index builder ensures empty collection by reading data fromSuganthi Mani2020-01-275-2/+45
* SERVER-45735 Initial syncer must verify removed node locallyMatthew Russotto2020-01-271-4/+10
* SERVER-45725 Update dependencies for $unionWithNicholas Zolnierz2020-01-272-1/+48
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-01-271-1/+1
* SERVER-45697 unlock RSTL based on requested index build method rather than fe...r4.3.3r4.3.2Benety Goh2020-01-251-1/+1
* SERVER-45762 Also use AutoGetDb to take DBLock and higher-level locksEsha Maharishi2020-01-251-0/+1
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-61/+50
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173