summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061128-1145/+3344
* SERVER-66245 Copy sbeCompatible flag for subqueriesAlexander Ignatyev2022-05-051-0/+1
* SERVER-66119 Avoid duplicated seek into index for local fields with nested ar...Irina Yatsenko2022-05-051-20/+27
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-053-22/+10
* SERVER-65992 Remove outdated java related sources from embedded directoryAndrew Morrow2022-05-0525-1937/+0
* SERVER-62043 Add more gdb pretty printers for new optimizerNicholas Zolnierz2022-05-052-29/+9
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-051-2/+4
* SERVER-63515 Remove unnecessary TODO from codebaseMarcos José Grillo Ramirez2022-05-051-1/+0
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-056-69/+187
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-056-59/+74
* SERVER-64385 Track and Report Parity Recipient Fields in ServerStatusRandolph Tan2022-05-059-56/+239
* SERVER-63126 Prevent creating view on system.buckets namespaceDan Larkin-York2022-05-054-2/+27
* SERVER-65371 Ensure that moveRange gets interrupted when the donor steps downPaolo Polato2022-05-051-7/+14
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-052-0/+14
* Import wiredtiger: 5af1c457b908545841a20fa4e9e2c35b402d155a from branch mongo...Will Korteland2022-05-053-5/+5
* Import wiredtiger: 751b38b8d9c5a147ede529e4365ca7ed890156c8 from branch mongo...Will Korteland2022-05-057-40/+89
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-058-45/+150
* SERVER-66110 Downgrading FCV can cause the active txnNumber on TransactionPar...Cheahuychou Mao2022-05-043-9/+216
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-0418-157/+143
* SERVER-65465 Have the SBE $sum use a simple `sum` for a count-like sumYoonsoo Kim2022-05-043-11/+94
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-0431-47/+25
* SERVER-66211 setFCV downgrade can overwrite the state for the latest txnNumbe...Cheahuychou Mao2022-05-041-9/+24
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-042-45/+71
* SERVER-66067 Transaction API's best-effort abort can interfere with two-phase...Sanika Phanse2022-05-042-30/+37
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-05-041-1/+5
* SERVER-66090 Make mongod service entry point resilient to session yieldingJack Mulrow2022-05-041-35/+76
* SERVER-61485 Wrong SBE plan reported by explain() for rejected plansDenis Grebennicov2022-05-041-3/+3
* SERVER-64389 Track and Report New Recipient State and Misc. Fields in ServerS...Randolph Tan2022-05-045-9/+275
* SERVER-64227 Remove $sum/$avg merging logic to handle the old over-the-wire f...Yoonsoo Kim2022-05-047-215/+40
* SERVER-66204 Fix handling of correlated join in new optimizerSvilen Mihaylov2022-05-043-4/+91
* SERVER-64770 Update error message for missing aggregateOperationResourceConsu...Louis Williams2022-05-041-1/+1
* SERVER-55748 Arch guide updates for transactionally-replicating WUOWsJosef Ahmad2022-05-041-1/+12
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-045-13/+59
* SERVER-62956 add a noop oplog message for refineCollectionShardKey commandMisha Tyulenev2022-05-042-0/+51
* SERVER-66004 Improve shard split state transition loggingMatt Broadstone2022-05-043-98/+92
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-045-9/+13
* SERVER-66167 remove case for deleting all esc/ecc entries in compactErwin Pe2022-05-042-62/+68
* SERVER-65831 Use ScopedTaskExecutor to speed up BalancerCommandsScheduler stop()Paolo Polato2022-05-042-12/+21
* SERVER-66141 Remove access blockers on recipientConfig installationMatt Broadstone2022-05-044-65/+28
* SERVER-65956 Skip split phase of collection defragmentation based on feature ...Paolo Polato2022-05-041-1/+8
* Import wiredtiger: 28336e89b000b48aa6aece308d615ac2d6b14d71 from branch mongo...Luke Chen2022-05-042-2/+6
* Import wiredtiger: 4209579bef74753e0bf06d01b80b2979eceb13f2 from branch mongo...Luke Chen2022-05-045-29/+81
* Import wiredtiger: 8e544c13ef3225db65bd57f916b7ca86419a8a8c from branch mongo...Luke Chen2022-05-043-5/+3
* Import wiredtiger: c74df15433974f811daca8adf121106bbc3faca8 from branch mongo...Luke Chen2022-05-0416-71/+163
* SERVER-65886 delete PEG parser libraryKyle Suarez2022-05-043-4037/+0
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-0422-117/+57
* SERVER-66083 Require rsConfig initialization to accept split configMatt Broadstone2022-05-043-76/+172
* SERVER-60789 Add info about Linux file handles to FTDCGabriel Marks2022-05-035-1/+177
* SERVER-64639 ThreadContext remove invariant on main thread checkBilly Donahue2022-05-031-4/+0
* SERVER-66063 Allow column index to be used for queries with pipelinesIan Boros2022-05-035-7/+118