summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-1724-112/+156
|
* SERVER-67657 Change mongod commands that override CommandInvocation to use ↵Fernando Lisboa2022-08-179-35/+66
| | | | tenantId in request
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to ↵Fernando Lisboa2022-08-174-59/+63
| | | | _forgetMigrationDurablePromise
* SERVER-66688 Build aggregation pipeline to identify candidate buckets given ↵Faustoleyva542022-08-166-47/+355
| | | | a time-series measurement
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-1641-58/+78
|
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-1613-49/+266
|
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-169-14/+99
| | | | | It is the timestamp of the most recent DDL operation on the collection. Has different semantics from minVisibleSnapshot and will eventually replace it.
* SERVER-68238 Coverity analysis defect 123341: Pointer to local outside scopeSanika Phanse2022-08-161-4/+3
|
* SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fieldsCharlie Swanson2022-08-168-20/+199
|
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ↵Matthew Russotto2022-08-1610-7/+167
| | | | before trying slow path
* SERVER-67724 Document recommended set of bonsai testsCharlie Swanson2022-08-161-0/+71
|
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-167-49/+259
|
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-167-23/+23
|
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-164-9/+11
|
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2022-08-161-1/+4
|
* SERVER-68432 Improve SBE plan for SORT->IXSCANDrew Paroski2022-08-161-33/+105
|
* SERVER-67753 Clear payload counts on each passMark Benvenuto2022-08-161-0/+1
|
* SERVER-68129 Add the field `control.count` to the schema validation for ↵Yuhong Zhang2022-08-161-2/+4
| | | | bucket collections
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering ↵Jordi Serra Torrens2022-08-162-8/+17
| | | | shard key fields
* SERVER-67753 Modify FLE2InsertUpdatePayload to support edgesMark Benvenuto2022-08-161-1/+1
|
* SERVER-64964 small ServerStatusMetric docs and fixesBilly Donahue2022-08-162-32/+25
|
* SERVER-67049: Feature flag check for global index server statusnandinibhartiyaMDB2022-08-151-2/+3
|
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-1515-198/+202
|
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-1513-218/+198
|
* SERVER-68311 get/setClusterParameter invocations use tenant collectionGabriel Marks2022-08-156-15/+32
|
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-1576-577/+502
|
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ↵Jason Chan2022-08-151-20/+0
| | | | | | their data" This reverts commit de251a83a41566723a895bf1106c66d9f19d1540.
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-154-201/+31
|
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-145-5/+44
|
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-139-437/+649
|
* SERVER-65684 Fix stack usage with ASAN and gcovRyan Egesdahl2022-08-121-1/+1
|
* SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang2022-08-122-11/+12
|
* SERVER-68459 Implement StatsCacheLoaderMisha Tyulenev2022-08-1212-26/+483
|
* SERVER-68241 index_tag invalid comparatorHenri Nikku2022-08-121-11/+16
|
* SERVER-66630 Implement computation of timestamp high-water mark for ↵Mindaugas Malinauskas2022-08-125-10/+41
| | | | multi-tenant change streams
* SERVER-61998 Oplog MatchExpression rewrite for FullDocumentBeforeChangeNaomie Gao2022-08-122-0/+143
|
* SERVER-68006 Investigate plan changes due to changes in heuristic estimationSvilen Mihaylov2022-08-125-106/+63
|
* SERVER-68708 Stop acquiring dist locks for chunk migrationsTommaso Tocci2022-08-126-273/+10
|
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ↵Pierlauro Sciarelli2022-08-123-9/+64
| | | | ongoing queries finish
* SERVER-68485 Merge and Split commands should not use the CSR to check the ↵Allison Easton2022-08-128-171/+328
| | | | shard version
* SERVER-68778 Range deleter observers must ignore "not yet initialized" ↵Pierlauro Sciarelli2022-08-121-4/+27
| | | | exceptions
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-115-53/+401
|
* SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test frameworkJess Balint2022-08-1111-269/+402
|
* SERVER-68658 Unit test fixture for IndexBuildInterceptorJustin Seyster2022-08-116-10/+137
|
* SERVER-68644 Update Stable API READMEHuayu Ouyang2022-08-111-3/+52
|
* SERVER-67551: Asymmetric Key classAdhishree Abhyankar2022-08-111-0/+1
|
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-112-56/+85
|
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-1124-39/+1244
|
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-111-5/+51
|
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-1119-204/+295
|