summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60068 Avoid calls to fillOutPlannerParams() unless a replan is triggeredRuoxin Xu2022-03-2412-172/+253
* SERVER-62596 Implement translation from Lookup QSN to SBE plan for HJAnna Wawrzyniak2022-03-244-34/+176
* Import wiredtiger: 9177d5ba19534b67e282ae303f7f115ac49547e7 from branch mongo...Will Korteland2022-03-243-12/+2
* Import wiredtiger: e53cae78535950f1a36b1c7f5c306fef67fcfbaa from branch mongo...Will Korteland2022-03-249-32/+55
* Import wiredtiger: a2ec68905add46df8661ff50073f595ef2c79eae from branch mongo...Will Korteland2022-03-242-22/+9
* Import wiredtiger: e08bd412d6679540a58055fce2f9afa1279eb7ca from branch mongo...Will Korteland2022-03-245-8/+146
* Import wiredtiger: 76e087302eb145d94cd529b7f80b1af953d6bd51 from branch mongo...Will Korteland2022-03-243-20/+22
* Import wiredtiger: bd80dbdf285c74b707211100fb6fe8e9d61f6917 from branch mongo...Will Korteland2022-03-242-9/+3
* Import wiredtiger: 67608f44b59e229d24bcca7f256d5ecebfb2f25d from branch mongo...Will Korteland2022-03-245-12/+25
* SERVER-63857 Synchronize background thread in SleepInterruption dbtestJustin Seyster2022-03-241-0/+8
* SERVER-63361 Branching Task to remove targetedTests upon minor releasesSiran Wang2022-03-241-87/+0
* SERVER-63162 Changes for collmod testAndrii Dobroshynski2022-03-242-8/+8
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-03-244-39/+51
* SERVER-64792 Add test case for non-existent foreign collectionRui Liu2022-03-231-2/+4
* SERVER-64150 Simplify how to pass resmoke options to burn_in_testsZituo Jin2022-03-232-4/+12
* SERVER-64521 Enable the SBE lookup feature in all feature flag build variantsYoonsoo Kim2022-03-2317-41/+154
* SERVER-63487: Add kill/start replicator hookXueruiFa2022-03-234-10/+41
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-2331-93/+996
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-03-232-2/+13
* SERVER-64771 move doc for FSM concurrency testing frameworkRobert Guo2022-03-235-0/+536
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-2310-29/+262
* SERVER-63349 Modify QueryPlanner and IndexBoundsBuilder to produce an IETAlexander Ignatyev2022-03-2318-140/+566
* SERVER-64300 Assert success of clearing collection in timeseries testHugh Tong2022-03-232-2/+3
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-2310-618/+2104
* SERVER-64630 Use the received shard version to avoid unnecessary refresh of t...Antonio Fuschetto2022-03-232-5/+8
* SERVER-63305 Restore change stream collMod handling logicArun Banala2022-03-231-0/+13
* SERVER-64498: Add WT_ROLLBACK check in addition to WT_CACHE_FULLYu Jin Kang Park2022-03-231-1/+2
* SERVER-63305 Transform insert on a 'system.views' collection into a create ev...Arun Banala2022-03-2310-545/+1044
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-2325-302/+858
* SERVER-63898 Validate FCV downgrades won't affect existing clustered collectionsJordi Olivares Provencio2022-03-231-0/+37
* SERVER-64737 dbcheck.js should tolerate non-deterministic batch boundariesJosef Ahmad2022-03-232-7/+10
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-03-232-77/+31
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-233-5/+70
* SERVER-63162 Add new change stream event for collMod commandAndrii Dobroshynski2022-03-238-9/+353
* Import wiredtiger: 13d69ff4a172fd902fad1fdd23e9997a0145e7b0 from branch mongo...Luke Chen2022-03-232-7/+1
* Import wiredtiger: 1a0cc3fd5ca67cdf03d985ca70db7e8492b6556c from branch mongo...Luke Chen2022-03-234-7/+4
* Import wiredtiger: de2888df11ef8cdfa9b4c2e8ec76f1b4a64a346b from branch mongo...Luke Chen2022-03-232-4/+4
* Import wiredtiger: f5cfe3b143a1e7254b38a83bd574111a633c2e38 from branch mongo...Luke Chen2022-03-232-9/+22
* Import wiredtiger: 971d7b12bf162431ddc47c95e929de9c1458d092 from branch mongo...Luke Chen2022-03-233-1/+183
* Import wiredtiger: ddf66826bd675678321ee18f4175003773befd02 from branch mongo...Luke Chen2022-03-233-27/+65
* Import wiredtiger: 727c47960ad2e52f9a8c0215ff9d9dd569ef44a1 from branch mongo...Luke Chen2022-03-235-19/+21
* SERVER-62584 Review downgrade requirements for defragmentation once 5.3 branc...Tommaso Tocci2022-03-222-40/+34
* SERVER-63877 Resharding should not migrate internal sessions for non-retryabl...Cheahuychou Mao2022-03-227-14/+8
* SERVER-64636: Ensure that unsupportedOldFCV is still too old in the future gi...XueruiFa2022-03-221-2/+4
* SERVER-64795 remove cloud night project configllazala0002022-03-221-44/+0
* SERVER-64767 Make agg_graph_lookup test more robustIan Boros2022-03-221-16/+16
* SERVER-64764 Fix '$$ROOT' handling in $expr rewriteCharlie Swanson2022-03-223-3/+18
* SERVER-63863 Disable BatchedDeleteStagedDocIsDeletedWriteConflict running in ...Haley Connelly2022-03-221-0/+5
* SERVER-64641 Shutdown listeners upon completion of recipient future in shard ...Didier Nadeau2022-03-221-2/+10
* SERVER-63724 ShardingDDLCoordinators should forward the WriteBlockBypass flag...Jordi Serra Torrens2022-03-228-13/+47