summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-151-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-10/+12
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+2
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-24/+24
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-4/+15
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-2/+3
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+10
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-3/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-44453 Address several orphaned TODOs.David Storch2019-11-061-3/+3
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-1/+4
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-171-0/+57
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+3
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-17/+82
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-0/+11
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-2/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-31/+7
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-85/+127
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-4/+5
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-5/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-4/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-26/+33
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-8/+14
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-18/+15
* SERVER-39231 Remove $nExtents from testsGregory Wlodarek2019-04-021-6/+6
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-6/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-8/+7
* SERVER-37643 fix dbtests to avoid creating indexes using DBClient while holdi...Benety Goh2019-01-241-3/+21
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-5/+2
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-12/+13
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-1/+1
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-3/+0
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-0/+30
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-66/+118
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+1