summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-2810-10/+81
* SERVER-36841 Fix race between TTL thread and shutdownJamie Heppenstall2020-04-284-23/+91
* SERVER-47825 convert std::bind -> lambdaBilly Donahue2020-04-281-1/+1
* SERVER-47743 Remove all hidden index FCV checks and multiversion tests on mas...Ruoxin Xu2020-04-282-15/+0
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-285-55/+65
* SERVER-47150 Remove initial sync patch to allow 4.6 to connect to 4.3 in mult...Matthew Russotto2020-04-281-6/+0
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-283-16/+30
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-283-30/+16
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-285-2/+10
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-283-16/+30
* Revert "SERVER-47530 Query plan executor: Convert usage of getCollectionDescr...Pierlauro Sciarelli2020-04-282-3/+3
* SERVER-47793 Remove library dependency of sessions_collection_sharded on sess...Kaloian Manassiev2020-04-285-39/+17
* SERVER-47515 Avoid finding self on replica set reconfig if config contents ha...William Schultz2020-04-287-326/+366
* SERVER-46398 Expand the data directory not found message on startup to be mor...Gregory Wlodarek2020-04-274-4/+12
* SERVER-47719 Use migration ID to indicate disabled resumable range deleterAlex Taskov2020-04-273-40/+38
* SERVER-47163 Do not start an index build if it doesn't exist when processing ...Gregory Wlodarek2020-04-272-45/+38
* SERVER-47239 Add the 'Replica set monitoring and host targeting' section to t...Haley Connelly2020-04-271-1/+3
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-04-271-3/+4
* SERVER-44068 Speed up transition to 'kSteadyStateOps' in RollbackTestWilliam Schultz2020-04-272-9/+11
* SERVER-46943 Correct Idempotency concerns section of initial sync in architec...Matthew Russotto2020-04-271-3/+1
* SERVER-47737 Stop sending unused parameters in the SetShardVersion commandBlake Oler2020-04-273-46/+5
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-275-9/+39
* SERVER-47758 Wait for stepdown to complete and config to be stored in HBStepd...William Schultz2020-04-271-7/+9
* SERVER-47477 Report failures on refresh and remove in sessions collection sha...Marcos José Grillo Ramírez2020-04-275-315/+5
* SERVER-47530 Query plan executor: Convert usage of getCollectionDescription_D...Pierlauro Sciarelli2020-04-272-3/+3
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-2710-10/+83
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-2712-133/+249
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-273-17/+26
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-26458-530/+504
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-2522-194/+638
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-253-15/+26
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-255-153/+157
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-247-249/+415
* SERVER-47707 Fix TODOs to reference a more appropriate ticketKaloian Manassiev2020-04-242-6/+9
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-242-15/+13
* SERVER-47749 The JournalFlusher should use a WRITE_CONFLICT_RETRY_ONLY YieldP...Dianna Hohensee2020-04-241-1/+9
* SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index bu...Randolph Tan2020-04-243-71/+34
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-246-8/+23
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-246-37/+40
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-2411-299/+34
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-248-35/+89
* SERVER-46402 Better logging for movePrimary/moveChunk when error occursPierlauro Sciarelli2020-04-242-5/+17
* SERVER-47571: Wait for majority committed snapshot for atClusterTime/afterClu...Lingzhi Deng2020-04-241-3/+7
* SERVER-46356 Add count of automatic reconfigs to serverStatusVesselina Ratcheva2020-04-231-0/+9
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-234-0/+82
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-231-9/+4
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-236-105/+76
* SERVER-47566 Take CSRLock inside CollectionShardingRuntime::getCriticalSectio...Randolph Tan2020-04-234-11/+13
* SERVER-47681 Background validation uses the kNoOverlap read source instead of...Gregory Wlodarek2020-04-231-6/+10
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-232-38/+28