summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for indivi...Kyle Suarez2022-05-161-0/+7
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-167-26/+96
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-2/+0
* SERVER-66383 Persist the progress of ClusterChunksResizePolicy without holdin...Paolo Polato2022-05-161-13/+25
* SERVER-65956 fix minor bugs in defragmentation source code/testsPaolo Polato2022-05-161-7/+6
* SERVER-65956 Skip split phase of collection defragmentation based on feature ...Paolo Polato2022-05-161-1/+8
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-161-5/+9
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-1616-45/+83
* SERVER-66423 Set the fromMigrate flag of DurableReplOperation entries only wh...Antonio Fuschetto2022-05-162-6/+27
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-1310-91/+495
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-138-29/+65
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-1/+2
* SERVER-66366 remove encryptionInformation after rewriting update and delete r...Davis Haupt2022-05-131-0/+2
* SERVER-65641 Add test coverage for reaping a session with active TransactionP...Cheahuychou Mao2022-05-122-10/+19
* Revert "SERVER-65831 Use ScopedTaskExecutor to speed up BalancerCommandsSched...Paolo Polato2022-05-122-21/+12
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ...Antonio Fuschetto2022-05-124-6/+36
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-116-50/+97
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-1117-301/+68
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-114-41/+94
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-105-45/+128
* SERVER-65503 Migrate FLE2 tests to core passthrough suitesMark Benvenuto2022-05-101-6/+14
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-1013-53/+194
* SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-101-2/+3
* SERVER-66236 Always return UNSHARDED description on uninitialised clusterKaloian Manassiev2022-05-102-8/+13
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-102-9/+24
* SERVER-66320 Wait for thread pool to be idle before resetting TransactionWith...Jack Mulrow2022-05-101-0/+5
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-105-66/+327
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FC...samontea2022-05-092-2/+7
* SERVER-66163 Use index entry from IXScan to report IETAlexander Ignatyev2022-05-091-1/+2
* SERVER-66064 Fix fast count when authentication is enabledMark Benvenuto2022-05-091-0/+3
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-094-49/+33
* Revert "SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mon...Arun Banala2022-05-091-3/+2
* SERVER-64601 Using the onInitialDataAvailable hook to initializeSergi Mateo Bellido2022-05-095-1/+146
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-05-0924-244/+265
* SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-091-2/+3
* SERVER-66119 Avoid duplicated seek into index for local fields with nested ar...Irina Yatsenko2022-05-091-20/+27
* SERVER-65847 Construct simpler parameterized SBE index scan plans when possibleDenis Grebennicov2022-05-094-182/+370
* SERVER-66209 Make BSONObjs owned when constructing a DebugInfoRuoxin Xu2022-05-071-3/+3
* SERVER-64735 Fix uninitialized pointer field in HashLookupStageEric Cox2022-05-061-3/+3
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-064-53/+84
* SERVER-65406 Handle compressed buckets in timeseries dotted path support libraryDan Larkin-York2022-05-068-239/+496
* SERVER-62102 Append aggregated BucketCatalog execution stats for all namespac...Gregory Wlodarek2022-05-062-50/+157
* SERVER-66067 Transaction API's best-effort abort can interfere with two-phase...Sanika Phanse2022-05-062-30/+37
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-066-69/+187
* SERVER-65831 Use ScopedTaskExecutor to speed up BalancerCommandsScheduler stop()Paolo Polato2022-05-062-12/+21
* SERVER-66245 Copy sbeCompatible flag for subqueriesAlexander Ignatyev2022-05-061-0/+1
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-05-061-0/+9
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-051-2/+4
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-05-051-1/+3
* SERVER-66167 remove case for deleting all esc/ecc entries in compactErwin Pe2022-05-052-62/+68