summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...r4.0.28-rc0r4.0.28Dianna Hohensee2022-01-044-6/+28
* SERVER-44484 Changestream with updateLookup uasserts on updates from before c...Rishab Joshi2021-12-233-52/+79
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-12-143-4/+19
* SERVER-59929 Limit the blocking of split/merge behind other metadata operatio...Kaloian Manassiev2021-12-146-524/+11
* SERVER-58192 Use more unique_ptrs in QueryPlannerAnalysis::analyzeSort()Milena Ivanova2021-11-192-17/+18
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+11
* Revert "SERVER-59226 Fix deadlock between uninterruptible profiling operation...Wenbin Zhu2021-11-013-47/+9
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-11-013-9/+47
* SERVER-56096 Remove replication recovery invariant that stableTimestamp equal...Vesselina Ratcheva2021-10-282-33/+0
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-274-1/+30
* SERVER-60654 Backport the autoSplitVector logic to v4.0Pierlauro Sciarelli2021-10-2715-57/+999
* Import wiredtiger: 9d683270f19c326e6ca57e795c5cecab91ec1493 from branch mongo...Luke Chen2021-10-20768-1957/+2870
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-10-071-0/+7
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-072-7/+6
* Revert "SERVER-58104 Prevent the balancer from calculating split points in se...Jonathan Lee2021-10-071-7/+0
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-10-061-0/+7
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-253-0/+198
* SERVER-55648 Return top-level batch-write error in case of shutdownLuis Osta2021-09-221-0/+7
* Revert "SERVER-55648 Return correct response in case of shutdown"Max Hirschhorn2021-09-201-7/+0
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+575
* SERVER-55648 Return correct response in case of shutdownLuis Osta2021-09-201-0/+7
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...r4.0.27-rc0r4.0.27Moustafa Maher2021-08-302-1/+9
* SERVER-59504 Reformat src/mongo/executor/network_test_env.hSimon Graetzer2021-08-231-1/+0
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-204-8/+52
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2021-08-1731-256/+258
* Revert "SERVER-55581: Return ScopedDbConnection to connection pool in cluster...Tyler Seip2021-08-121-1/+0
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-111-7/+41
* SERVER-40712 Ensure the dropDatabase() command accepts a write concern.Gregory Wlodarek2021-08-101-9/+8
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggregateTyler Seip2021-08-091-0/+1
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-043-0/+8
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-301-5/+6
* SERVER-57642 Configure $sample pushdown PlanExecutor to use 'INTERRUPT_ONLY' ...Mihai Andrei2021-07-271-7/+5
* SERVER-55649 Sharding messages being logged for non-sharded clustersAllison Easton2021-07-221-1/+4
* SERVER-57798 Direct user to manually install on Compass download failureRyan Egesdahl2021-07-201-3/+3
* SERVER-58127 Fix benchRun() memory leak under an exceptionYoonsoo Kim2021-07-201-2/+2
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-07-195-36/+139
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-07-062-2/+34
* SERVER-58248 Fix error code when checking if FeatureCompatibilityVersion is m...Matthew Russotto2021-07-021-1/+1
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-07-022-10/+23
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-06-302-6/+54
* SERVER-58118: reduce verbosity in RSM loggingAndrew Shuvalov2021-06-291-6/+5
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-291-15/+11
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-253-4/+41
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-242-23/+5
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-243-23/+128
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-06-241-6/+41
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-234-53/+108
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-234-7/+86
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...sergey.galtsev2021-06-234-2/+130
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-1812-58/+890