summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68446 Unit testing of simple histogram CE with all data types6/0Milena Ivanova2022-09-309-33/+564
|
* SERVER-70128 Make drop_database_sharded_setFCV.js resilient to ↵Paolo Polato2022-09-301-0/+23
| | | | ErrorCodes::Interrupted
* SERVER-63833 Refactor CollectionBulkLoaderImpl locksJordi Olivares Provencio2022-09-303-116/+101
|
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId ↵Alberto Massari2022-09-3019-113/+129
| | | | slots in SBE
* SERVER-51562: Support $subtract in SBEIvan Fefer2022-09-305-5/+74
|
* SERVER-69704 remove unused StatusWith::andThen, StatusWith::transformBilly Donahue2022-09-302-534/+0
|
* SERVER-69898 Wait for the critical section catch-up phase before refreshing ↵Antonio Fuschetto2022-09-302-2/+2
| | | | the DB version
* SERVER-69704 clean up one recent use of .transformBilly Donahue2022-09-301-35/+34
|
* Import wiredtiger: 01f71212d36e8f49ff9d2e59266c82231fa5b8d9 from branch ↵Luke Chen2022-09-302-2/+4
| | | | | | | | | mongodb-master ref: 440964001d..01f71212d3 for: 6.2.0-rc0 WT-9825 Improve assert inside WT_READING_CHECKPOINT (#8310)
* Import wiredtiger: 440964001da03f8081c6a134fe10e0be2318d081 from branch ↵Luke Chen2022-09-3018-121/+277
| | | | | | | | | mongodb-master ref: 7e38deff7b..440964001d for: 6.2.0-rc0 WT-9890 separate timestamp testing into its own hook. (#8306)
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-3021-32/+5
|
* SERVER-70081 [CQF] Rename rule enum for index fetchingSvilen Mihaylov2022-09-293-4/+4
|
* SERVER-70093 add unit test executable for db/op_observerBenety Goh2022-09-292-16/+40
|
* SERVER-69976 Remove unused JournalFlusher::triggerJournalFlush() functionGregory Wlodarek2022-09-293-19/+1
|
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-2911-26/+25
|
* SERVER-70093 VectorClockMongoDTest resets global cluster role during setup ↵Benety Goh2022-09-291-0/+4
| | | | to be consistent with test description
* SERVER-70086 remove extraneous include of boost/optional/optional_io.hppBilly Donahue2022-09-291-1/+0
|
* SERVER-70114 Fix the feature flag check in 'null_query_semantics.js'Arun Banala2022-09-291-2/+8
|
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-2944-54/+1856
|
* SERVER-69216 [CQF] Remove need to use filter with const trueSvilen Mihaylov2022-09-2914-136/+95
|
* SERVER-68774 Simplify `RangeDeleterService::registerTask` by removing ↵Pierlauro Sciarelli2022-09-291-61/+33
| | | | `blockUntilRegistered`
* SERVER-69927 Fix benchmark analysisRyan Egesdahl2022-09-291-8/+8
|
* SERVER-69969 Avoid pushing constant argument values on the VM stackMartin Neupauer2022-09-296-53/+104
|
* SERVER-66525 Fix errexit prevents printing pip logRyan Egesdahl2022-09-291-3/+2
|
* SERVER-70093 InternalSessionPoolTest resets global cluster role when tearing ↵Benety Goh2022-09-291-0/+4
| | | | down
* SERVER-69888 update comment in EqLookupNode::providedSorts()Kyle Suarez2022-09-291-3/+2
|
* SERVER-70104 Avoid unnecessary atomicity of range deleter service statePierlauro Sciarelli2022-09-292-11/+10
|
* SERVER-66840 Adjust TODOs for the disabled change stream multitenant testsDenis Grebennicov2022-09-292-2/+4
|
* SERVER-51562: Add common arithmetic expressions benchmarkIvan Fefer2022-09-292-2/+263
|
* SERVER-70094 Synchronize shutdown with resuming of range deletionsPierlauro Sciarelli2022-09-293-77/+77
|
* SERVER-66928 convert ABT pipeline tests to golden testingMilitsa Sotirova2022-09-299-2681/+4001
|
* SERVER-68947 Test that dropCollection works in multitenant environmentjannaerin2022-09-292-14/+43
|
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-2917-86/+128
|
* SERVER-68289 Use new, faster, API from timelibAlberto Massari2022-09-291-5/+9
|
* SERVER-70087 RangeDeleterService::getOverlappingRangeDeletionsFuture() ↵Silvia Surroca2022-09-292-5/+48
| | | | misses overlapping ranges
* SERVER-70047 Add linter rule that checks CollectionSharingRuntime is not ↵Jordi Serra Torrens2022-09-291-0/+11
| | | | used outside sharding code
* SERVER-69931 Adapt existing checks to allow distributed transactions into ↵Paolo Polato2022-09-292-2/+4
| | | | the config DB through the Internal Transactions API
* SERVER-70034 Fix potential deadlock on step downSilvia Surroca2022-09-292-2/+20
|
* SERVER-58712: Fix update performance on collections with multiple secondary ↵Ivan Fefer2022-09-294-12/+86
| | | | indexes on same key
* SERVER-69387 Debug Selectively Restored Sharded CollectionsMatt Kneiser2022-09-293-14/+68
|
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-293-4/+7
|
* Import wiredtiger: 7e38deff7bff0f2cdad1b8760b123bcf0a476456 from branch ↵Will Korteland2022-09-294-1/+52
| | | | | | | | | mongodb-master ref: 0081d825de..7e38deff7b for: 6.2.0-rc0 WT-8526 test/format should copy all the files it needs to start up into the backup directories (#8297)
* SERVER-70079 Remove optional_util::setOrAddBilly Donahue2022-09-293-16/+5
|
* SERVER-67682 Enable -fdiagnostics-color by default with ninja for all build ↵Juan Gu2022-09-281-0/+1
| | | | types
* SERVER-68767 Make RemoteCommandRunner use owning IDL parserGeorge Wangensteen2022-09-283-5/+35
|
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type ↵Romans Kasperovics2022-09-2810-26/+20
| | | | collection name
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-2816-70/+1279
|
* SERVER-69877 Remove untimestamped writes to the catalog when restarting ↵Gregory Wlodarek2022-09-2823-217/+341
| | | | unfinished index builds during startup recovery
* SERVER-66737 performing reads for retryable writes should not be recorded in ↵Sophia Tan2022-09-282-2/+158
| | | | Operation Metrics
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-2814-145/+278
|