summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added ppc configsSERVER-68365_collecting_config2Daniel Moody2022-09-286-0/+1610
|
* test passed on x86_64root2022-09-282-6/+9
|
* added no errors for gprDaniel Moody2022-09-281-35/+34
|
* running test on 390xDaniel Moody2022-09-281-3/+16
|
* make test run on windowsDaniel Moody2022-09-283-3/+7
|
* added 390x configsDaniel Moody2022-09-286-0/+1610
|
* added macos x86 confgDaniel Moody2022-09-286-0/+1266
|
* SERVER-68365 a few small fixesDaniel Moody2022-09-273-17/+10
|
* SERVER-68365 added third party sourceDaniel Moody2022-09-2712050-0/+2141588
|
* added a couple more relevant non third party source filesDaniel Moody2022-09-276-0/+1390
|
* revert c mode on windowsDaniel Moody2022-09-271-3/+3
|
* SERVER-68365 added grpc third party integration (excluding third party source)Daniel Moody2022-09-279-29/+1556
|
* SERVER-68347 Ensure createIndexes, dropIndexes, and listIndexes work in ↵Sophia Tan2022-09-276-2/+107
| | | | multitenant environment
* SERVER-67372 Make tenant migration recipient delete its state document in ↵Sophia Tan2022-09-274-11/+268
| | | | its run method
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-278-94/+382
|
* SERVER-69139 Add documentation for PM-2821Huayu Ouyang2022-09-275-245/+660
|
* SERVER-69719 Shorten the global index crud oplog entriesJosef Ahmad2022-09-274-9/+13
|
* SERVER-67324: wrap replSetSetup cmd in assert.soonAdityavardhan Agrawal2022-09-271-5/+5
|
* SERVER-63142 Add log file rotation status to start of new logWarren James2022-09-272-0/+15
|
* SERVER-69845: Implement column store size on disk.Colin Stolley2022-09-274-40/+49
|
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-272-5/+11
|
* SERVER-69798 Use slot id accessor to directly reset the slot in SBE ↵Rui Liu2022-09-271-5/+5
| | | | expression benchmarks
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-2718-43/+848
|
* SERVER-70003 Alternative client for deleting range deletion documents must ↵Silvia Surroca2022-09-271-4/+8
| | | | be interruptible on stepdown
* SERVER-69936 GlobalIndexesCache should use a StringMap rather than a ↵Allison Easton2022-09-271-1/+1
| | | | StringDataMap
* SERVER-69798: Remove color from sbe benchmark logsIvan Fefer2022-09-271-2/+2
|
* SERVER-68926 Generate historical placement data for createDatabasePaolo Polato2022-09-272-14/+82
|
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-2715-167/+297
|
* SERVER-69575 Add unit tests for SDT instance and cumulative metricsBrett Nawrocki2022-09-2612-132/+431
|
* SERVER-69916 Extend tests for {$exists: true} with columnstore indexIrina Yatsenko2022-09-261-7/+60
|
* SERVER-69983 Add busy idents to the drop pending reaper to retry dropping laterGregory Wlodarek2022-09-261-8/+19
|
* SERVER-68371 Allow search queries to pass through query analysisJacob Evans2022-09-261-3/+3
|
* SERVER-69953 Remove const members from Timer and StopwatchMatt Diener2022-09-262-3/+3
|
* SERVER-67651 replace clang tidy with clang tidy condensed-follow up PRJuan Gu2022-09-2610-824/+197
|
* SERVER-64967 Measure how long it takes operations using egress connections ↵Jason Chan2022-09-269-14/+206
| | | | to write to network
* Import wiredtiger: 4afd038167adcdefefc2a8673f355d941226517f from branch ↵Etienne Petrel2022-09-262-1/+134
| | | | | | | | | mongodb-master ref: b4070294cd..4afd038167 for: 6.2.0-rc0 WT-9876 Add cursor bound test for apis that resets all cursors internally (#8291)
* SERVER-67613 Implement Mock for Async RPC APIGeorge Wangensteen2022-09-264-42/+559
|
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-2613-71/+45
| | | | This reverts commit ce002ed993b51bdcd1b02fdae0d2ae9c71a932de.
* SERVER-67491 Use assert.soon in reconfig_waits_for_oplog_commitment_condition.jsSamy Lanka2022-09-261-1/+1
|
* SERVER-66735: New addShard scenariosnandinibhartiyaMDB2022-09-262-32/+140
|
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-2621-52/+57
|
* SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying dataGeorge Wangensteen2022-09-267-30/+204
|
* SERVER-69857 Repair maxdiff tests so they work correctly on WindowsJoel Redman2022-09-263-152/+245
|
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-2610-10/+0
|
* SERVER-67897 Use remove_shard_util.js in tests that need to reliably remove ↵Marcos José Grillo Ramirez2022-09-2622-256/+67
| | | | a shard
* SERVER-60141: Upgrade timelib to version 2022.02Alberto Massari2022-09-2641-33326/+31164
|
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-2616-83/+834
| | | | | Mapping of namespace to catalogId is maintained for timestamps back to the oldest timestamp. Used to be able to resolve catalogId for a namespace that is resilient to create, drop and rename operations.
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-2613-45/+71
|
* SERVER-69851 Align with the new WiredTiger event handler interfaceEtienne Petrel2022-09-261-0/+1
|
* Import wiredtiger: b4070294cdfd2df5e6a3a7f355f6c9109e094048 from branch ↵Luke Chen2022-09-2625-56/+494
| | | | | | | | | mongodb-master ref: 06926a917a..b4070294cd for: 6.2.0-rc0 WT-9670 Add early statistics access via a general event handler. (#8299)