summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ma...Ian Boros2021-03-1011-363/+32
* SERVER-54421 [SBE] Fix tests failing to match a document using {x: null}Martin Neupauer2021-03-101-9/+55
* SERVER-54357 Avoid normalizing partialFilterExpression when creating a new indexBernard Gorman2021-03-102-17/+9
* SERVER-53506 Deal with the possibility of writes coming into the coordinator ...Yuhong Zhang2021-03-104-150/+355
* SERVER-50827 Nodes with IP addresses in split horizons must be able to startSergey Galtsev2021-03-105-8/+54
* SERVER-54836 Cleaned up a few of static_cast<bool> and has_value() callsYoonsoo Kim2021-03-105-22/+12
* SERVER-53485 Allow rewrite to push meta $sort past $unpackBucketSvilen Mihaylov2021-03-103-0/+146
* SERVER-54845 Fix $dateAdd last-day-of-month adjustment in timezone.Milena Ivanova2021-03-102-78/+310
* SERVER-34597 Wait for sharding initialization in ShardingTestKshitij Gupta2021-03-101-0/+66
* SERVER-54237 Implement removable $first/$last window functionsHartek Sabharwal2021-03-103-0/+397
* SERVER-54552 [SBE] Reverse index scan may produce wrong resultsMickey. J Winters2021-03-103-14/+40
* SERVER-55115: Delete config.collections entry before deleting config.chunks o...Jordi Serra Torrens2021-03-101-2/+2
* SERVER-54849 Enhance window function testing helpers to also test removable w...Ted Tuckman2021-03-105-8/+14
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-1016-57/+212
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-104-72/+56
* SERVER-55033: OpObserverImpl should pass the shard key when calling shardObse...Jordi Serra Torrens2021-03-101-1/+1
* Import wiredtiger: 1c6a4d976873cacce98853c48663d5b97c96b020 from branch mongo...Chenhao Qu2021-03-103-1/+3
* Import wiredtiger: 1bab13be59c34e8172da94dc3624ff934e4ed5da from branch mongo...Chenhao Qu2021-03-106-4/+47
* Import wiredtiger: 285a1415d52c6b22d2097529b0b43834b13258ae from branch mongo...Chenhao Qu2021-03-106-1/+38
* Import wiredtiger: 42eec1beb18b2e7f0cd7ec7ffeeca58500d14e1e from branch mongo...Chenhao Qu2021-03-103-127/+184
* Import wiredtiger: 3be9854c26467f15b1e3e1d3b1b2cfc86c859b10 from branch mongo...Chenhao Qu2021-03-1010-552/+217
* Import wiredtiger: ca937e9bc0f85ced74b958b8e8a0770154eb6eaf from branch mongo...Chenhao Qu2021-03-104-1/+526
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-1016-334/+204
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require run...Andrew Shuvalov2021-03-102-8/+21
* SERVER-54770 Add /proc/meminfo MemAvailable to FTDCMark Benvenuto2021-03-101-0/+1
* SERVER-53508 Handle recipient failover while fetching retryable writes from d...Pavi Vetriselvan2021-03-103-11/+79
* SERVER-54970: Update 'Aborting a Single Replica Set Transaction' section of t...XueruiFa2021-03-091-5/+5
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-03-093-0/+8
* SERVER-55054 Handle zero input documents in $setWindowFields stageNick Zolnierz2021-03-092-2/+21
* SERVER-53946 Resume batching from the last noop entry even if it is less than...Jason Chan2021-03-094-35/+204
* SERVER-54965 Flag to disable clustering by _id on time-series collectionsLouis Williams2021-03-092-1/+7
* SERVER-55072 Rename coordinator must treat the primary shard as a participantPierlauro Sciarelli2021-03-091-26/+1
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-0919-774/+334
* SERVER-54892 dbHash doesn't run on clustered collectionsBynn Lee2021-03-091-5/+2
* SERVER-53514: Handle failover when updating config.transactions for committed...XueruiFa2021-03-093-8/+46
* SERVER-55016 Remove depedency of db/commands on 'sharding_runtime_d'Kaloian Manassiev2021-03-0915-33/+69
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-0912-46/+93
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-0914-180/+334
* SERVER-54649 Simplify data organization and locking in BucketCatalogDan Larkin-York2021-03-092-229/+226
* SERVER-54981 Create PrimaryOnlyServiceMongoDTest fixture.Max Hirschhorn2021-03-094-56/+217
* SERVER-55041 Benchmark UUID generation and increase SecureRandom buffer sizeBen Caimano2021-03-093-4/+70
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-0932-561/+688
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-0812-6/+74
* SERVER-54919: TenantMigrationRecipientService should not create an OperationC...Lingzhi Deng2021-03-081-11/+9
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-0812-147/+25
* SERVER-49385 Make SBE fail cleanly when required index is dropped while yieldedDavid Storch2021-03-084-62/+73
* SERVER-5722 Support 'sort' in benchrunIan Boros2021-03-082-0/+31
* SERVER-54792 Add concurrency tests for bulk inserts on time-series collection...Louis Williams2021-03-081-5/+33
* SERVER-55037 Fix stack-use-after-scope in $derivativeDavid Percy2021-03-081-2/+2
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-083-0/+28