summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-11/+11
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-035-6/+9
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-17/+598
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-1/+1
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-262-1/+4
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-2/+2
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-12/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+12
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-1/+1
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-2/+96
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-3/+3
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-66/+5
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-134-10/+11
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-27/+34
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-20/+15
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-057-24/+24
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-052-3/+3
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-2110-269/+283
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-16/+9
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-60621 Avoid global lock upgrade in some C++ testsDan Larkin-York2021-12-011-0/+1
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-28/+14
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-191-0/+33
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-182-2/+2
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-152-2/+20
* Revert "SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_inse...Yuhong Zhang2021-11-111-33/+0
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-111-9/+324
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-107-225/+318
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-051-13/+22
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-041-0/+33
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-042-2/+3
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-17/+9
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-033-13/+20
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-28/+34
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-21/+0
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-202-20/+2
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-192-2/+20
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-143-20/+13
* SERVER-60646 remove ThreadSafeStringBilly Donahue2021-10-141-26/+1
* SERVER-60515 Add local.replset.election namespace as a constant to namespace_...ali-mir2021-10-121-1/+1
* SERVER-60099 validate RecordId's on clustered collectionsJosef Ahmad2021-10-121-8/+130
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-12/+225
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-2/+0
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+1
* SERVER-60325 Remove extraneous call to exec->saveState() in documentsourcetes...Jennifer Peshansky2021-09-301-1/+0
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-283-2/+6
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-2410-30/+57
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-222-2/+7
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-1/+0