summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-59629 Enable lock-free reads on GetIndexSpecsByUUID dbtest that was pr...Dianna Hohensee2021-09-171-6/+0
* SERVER-58162 Remove `ReplicationCoordinator::canAcceptWritesFor` condition in...Gregory Noma2021-09-131-0/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-087-51/+51
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+1
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-6/+15
* SERVER-59600 merge validate_results library into collection_validationBenety Goh2021-08-271-1/+0
* SERVER-59600 move StorageDebugUtil to dbtestsBenety Goh2021-08-274-2/+176
* SERVER-59245 Enable lock-free reads on dbtests where they were previously tem...Dianna Hohensee2021-08-262-12/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-2312-376/+444
* SERVER-58586: Improve ClientCursor on mongoD to store and restore the…Hana Pearlman2021-08-201-0/+13
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+1
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-192-6/+6
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-1/+1
* SERVER-59310 clean up db/index/SConscript LIBDEPSBenety Goh2021-08-151-0/+1
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-148-39/+31
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-043-3/+0
* SERVER-58612 Add Column as BSON Binary Subtype 7Henrik Edin2021-08-031-0/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-317-207/+15
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-0/+225
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-223-29/+9
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-2/+2
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-15/+15
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-30/+0