summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-68788 Coverity analysis defect 122654: Using a moved objectWill Buerger2022-08-301-1/+2
|
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-3024-29/+29
|
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-3010-24/+11
|
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-305-5/+5
|
* SERVER-69020 Update sbe_stage_builder_expression.cpp to use traversePDrew Paroski2022-08-3010-152/+175
|
* SERVER-65413 Remove stale TODO in TaskExecutorMatthew Saltz2022-08-301-2/+0
|
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-308-32/+107
|
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-3079-545/+735
|
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-3010-25/+298
|
* SERVER-69032: Fix message raised for ClientMetadataDocumentTooLargeAlex Bevilacqua2022-08-301-1/+1
|
* Revert "SERVER-68745 implement stats histogram parsing from BSON"auto-revert-processor2022-08-305-417/+0
| | | | This reverts commit 7e5986a0748c6d12a2381779ecc2d0115249cfe8.
* SERVER-69039 Fix histogram selection for dotted pathsAlya Berciu2022-08-302-1/+61
|
* SERVER-66786 Add V2Compact explain format for BonsaiDavid Percy2022-08-308-10/+123
|
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-3011-25/+186
|
* SERVER-68980 Update CE unit-testing to match optimizerAlya Berciu2022-08-303-195/+286
|
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the ↵Svilen Mihaylov2022-08-303-52/+116
| | | | accumulator uses meta field
* SERVER-67223 Optimize writing to MongoDB data generatorRuoxin Xu2022-08-306-86/+103
|
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ↵auto-revert-processor2022-08-303-116/+52
| | | | | | the accumulator uses meta field" This reverts commit ccb0d93033900be8cead29d3cdd414d8a85f2b03.
* SERVER-69175 transport::SocketOption class templateBilly Donahue2022-08-302-10/+94
| | | | | | This reverts commit 0fbba9495da3c621deddbee47cff3fda00b07bec. ifdef TCP_USER_TIMEOUT
* SERVER-69089: Add ability to define indexes in configAlexander Ignatyev2022-08-303-22/+46
|
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-3038-2/+668
| | | | Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>
* SERVER-69180 Split and Merge commands need to refresh filtering metadata ↵Allison Easton2022-08-302-0/+3
| | | | before checking preconditions
* SERVER-68745 implement stats histogram parsing from BSONMisha Tyulenev2022-08-305-0/+417
|
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ↵Benety Goh2022-08-304-2/+68
| | | | index build
* Import wiredtiger: 064bbe0878ef559d76339d7812ef141e89436eaa from branch ↵Etienne Petrel2022-08-293-4/+235
| | | | | | | | | mongodb-master ref: dd3f4cb274..064bbe0878 for: 6.2.0-rc0 WT-9772 Fix RTS to abort the updates using the recovered checkpoint snapshot (#8229)
* Import wiredtiger: dd3f4cb2749cfd33551d66762a49063bb19459fd from branch ↵Etienne Petrel2022-08-293-5/+28
| | | | | | | | | mongodb-master ref: fbae1a2989..dd3f4cb274 for: 6.2.0-rc0 WT-9776 Opening checkpoint cursor on column store table fails (#8234)
* SERVER-66699 Add statistics about bucket state management to serverStatusDan Larkin-York2022-08-293-0/+133
|
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the ↵Svilen Mihaylov2022-08-293-52/+116
| | | | accumulator uses meta field
* SERVER-69133 remove redundant setting of hardlink install action.Daniel Moody2022-08-294-33/+12
|
* SERVER-67638 [CQF] Error when projection has >10k fieldsSvilen Mihaylov2022-08-296-46/+62
|
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-2922-174/+150
|
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-297-2/+49
|
* SERVER-69226 [CQF] Restore check for active rewritesSvilen Mihaylov2022-08-292-5/+7
|
* SERVER-69146 Mark 'loadBalanced' and 'serviceId' fields with 'stability:stable'Vesselina Ratcheva2022-08-291-2/+2
|
* SERVER-66845: Comment and polish ABT operator typesHana Pearlman2022-08-298-211/+331
|
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded ↵Antonio Fuschetto2022-08-292-8/+4
| | | | collections
* SERVER-68945 Add TSBS finance queries workloadsGregory Noma2022-08-291-2/+31
|
* SERVER-66783 Explain improvement add triggering rules to memoMatt Boros2022-08-2919-115/+371
|
* Revert "SERVER-69175 transport::SocketOption class template"Uladzimir Makouski2022-08-292-92/+10
| | | | This reverts commit a52ef30f9b84fa7b77a85e8bd14f6e54721b9085.
* SERVER-68475 only use custom configure check with gcc and clang.Daniel Moody2022-08-291-1/+2
|
* SERVER-68215 add ↵Benety Goh2022-08-294-17/+40
| | | | MongoDSessionCatalogTransactionInterface::makeSessionWorkerFnForStepUp()
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ↵Yuhong Zhang2022-08-293-23/+29
| | | | invalid UTF-8 characters
* SERVER-69021 Use traverseF() for $size in "sbe_stage_builder_filter.cpp"Drew Paroski2022-08-291-66/+22
|
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during ↵Benety Goh2022-08-293-1/+102
| | | | step up
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-2910-76/+323
|
* SERVER-68215 add ↵Benety Goh2022-08-294-11/+26
| | | | MongoDSessionCatalogTransactionInterface::refreshLocksForPreparedTransaction()
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-2959-476/+293
|
* SERVER-69108 SCCL can immediately return config and admin metadata without ↵Antonio Fuschetto2022-08-294-5/+54
| | | | triggering a refresh
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded ↵Antonio Fuschetto2022-08-298-64/+299
| | | | collections
* SERVER-67102 Complete the removal of unnecessary string copies in ↵Alberto Massari2022-08-292-6/+6
| | | | MetricsCollector