summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60929 Wait for completion promise in TransactionCoordinatorCatalogTest...Cheahuychou Mao2021-10-221-5/+5
* SERVER-60693 Update FCV references for secondary indexes on time-series measu...Gregory Wlodarek2021-10-221-2/+2
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-221-2/+6
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-223-93/+86
* SERVER-43810 Remove unnecessary MustDowngrade error catch case in repairDatabaseGabriel Marks2021-10-221-5/+2
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-2236-420/+223
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-2211-7/+182
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-2210-456/+783
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-2211-169/+367
* Import wiredtiger: 598db0a6b8d2c0117edd650a3f7cd2325b223793 from branch mongo...Luke Chen2021-10-223-1/+137
* Import wiredtiger: c1e1fed1c467b7b0788128a0b46a1d641acf119b from branch mongo...Luke Chen2021-10-227-75/+195
* SERVER-58407 Retry on FailedToSatisfyReadPreference in resharding.Max Hirschhorn2021-10-221-0/+1
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-212-0/+18
* SERVER-60885 Initialize Simple8b block with last value from previous Simple8b...Henrik Edin2021-10-215-11/+80
* SERVER-60884 Fix so Simple8bBuilder::flush doesn't leave state for RLEHenrik Edin2021-10-213-4/+40
* SERVER-59159 Update $min/max window functions to ignore null values to match ...Mihai Andrei2021-10-212-16/+40
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-218-4/+30
* SERVER-32227 Make comment on ReplicaSetMonitor::get match how the function worksSophia Tan2021-10-211-3/+2
* SERVER-60883 Handle large RLE counts correctly in Simple8bBuilderHenrik Edin2021-10-212-1/+16
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-2120-78/+218
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-216-54/+403
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-17/+17
* SERVER-60878 Remove redundant TODO about $firstN/$lastN window functionsMihai Andrei2021-10-211-2/+1
* SERVER-59936: Remove logging from ClusterCursorManagerNeil Shweky2021-10-212-221/+0
* SERVER-60858 Interrupt wait on joined ReshardingCoordinator on stepdown.Max Hirschhorn2021-10-211-0/+1
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-2110-166/+214
* SERVER-60755 Distinguish between null, missing, and undefined in $graphLookupTed Tuckman2021-10-211-0/+27
* Import wiredtiger: 9153261cf8e28326cf3b2075fa5ffd97ee30110d from branch mongo...Alison Felizzi2021-10-214-5/+10
* Import wiredtiger: 406b326af98106648a902f3ca047b2b0dfe55e77 from branch mongo...Alison Felizzi2021-10-212-2/+10
* Revert "SERVER-60579 - Adding a feature flag for shard split"Daniel Gottlieb2021-10-212-15/+0
* SERVER-60115 Fixed `BasicBufBuilder` to correctly use powers of two allocationsMohammad Dashti2021-10-212-4/+38
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-2112-89/+247
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-2010-36/+165
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-206-83/+95
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-202-0/+15
* SERVER-60698 Reduce performance change from adding StorageChangeContext.Matthew Russotto2021-10-203-29/+57
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-204-25/+769
* SERVER-58772: Improve error message for top level $not expressionMatt Boros2021-10-202-8/+23
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-201-5/+9
* Revert "SERVER-60583 Disable $multiply in SBE"Jennifer Peshansky2021-10-201-6/+2
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-2025-80/+54
* SERVER-60490 Update FCV constants to recognise 5.2 as latestJon Streets2021-10-201-0/+1
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-208-16/+196
* SERVER-60616: change hash to use kAnyNumberOfArgsNeil Shweky2021-10-201-1/+1
* SERVER-60815 Fix race between two TransactionCoordinators can race in Transac...r5.2.0-alphaCheahuychou Mao2021-10-201-12/+7
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-209-53/+9
* SERVER-60461 Compression support for sub-objects in BSON Column (type 7)Henrik Edin2021-10-206-187/+1243
* SERVER-60691 remove global service context initialization from benchmark_mainBenety Goh2021-10-203-3/+9
* SERVER-60713 Remove unused namespace argument from setUpChunk functionAntonio Fuschetto2021-10-204-70/+66
* Import wiredtiger: 2d31e052db7225da41a281eb85845a33775e3b2e from branch mongo...Chenhao Qu2021-10-2013-50/+105