summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51461 Support building indexes from existing indexes guarded by featur...Vishnu Kaushik2020-10-164-0/+238
* SERVER-47642 Ensure no active snapshot before acquiring collection X lockBrian DeLeonardis2020-10-151-4/+4
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-154-58/+42
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-33/+18
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-143-11/+8
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-141-8/+16
* SERVER-51525 Allow dropping the temporary resharding collection to enable tes...jannaerin2020-10-141-1/+2
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-2/+3
* SERVER-49959 Fix unitialized scalar field in collection catalogBrian DeLeonardis2020-10-131-1/+1
* SERVER-51180 Fix uninitialized variables in CollectionCatalog::iterator when ...Henrik Edin2020-10-132-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-135-35/+24
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-0/+3
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to val...Huayu Ouyang2020-10-102-5/+5
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-0/+9
* SERVER-51444 BSONElement's buffer in IndexEntryInfo used for validation is un...Gregory Wlodarek2020-10-082-12/+14
* SERVER-51133 should consider index visibility in relation to its snapshotLouis Williams2020-10-083-11/+27
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-0819-252/+531
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-085-6/+34
* SERVER-51392 Include recipientConnectionString in TenantMigrationCommitted errorCheahuychou Mao2020-10-071-0/+4
* SERVER-51349: Have UncommittedCollections release its resources when stashing...Daniel Gottlieb2020-10-071-2/+4
* SERVER-51357 Use CollectionWriter in DatabaseImpl::init to manage writable co...Henrik Edin2020-10-061-4/+8
* SERVER-51255 clean up log message in MultiIndexBlock::_writeStateToDisk()Benety Goh2020-10-051-1/+1
* SERVER-51192 IndexCatalog::numIndexesTotal and numIndexesReady should not ass...Louis Williams2020-10-051-45/+1
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+2
* SERVER-51228 emptycapped should set the collection minimumVisibleSnapshot to ...Louis Williams2020-10-033-3/+11
* SERVER-50992 Include viewOn and pipeline in createView auditSara Golemon2020-10-021-7/+11
* Revert "SERVER-51228 dbHash should return SnapshotUnavailable if the _id inde...Louis Williams2020-10-023-27/+11
* SERVER-48771 Fix multi timestamp constraint violations on storage transactionsGregory Wlodarek2020-10-023-132/+132
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-022-0/+70
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-013-11/+27
* SERVER-51238 fix index build phase when aborting index build for rollbackBenety Goh2020-10-011-1/+2
* SERVER-51238 log resumable info when persisting index build state to diskBenety Goh2020-09-301-1/+9
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-305-118/+29
* SERVER-51187 Fix crash when calling yield() on CollectionPtr after restore le...Henrik Edin2020-09-301-2/+5
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-295-0/+31
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-2648-261/+436
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-254-20/+86
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-242-56/+65
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-235-32/+29
* SERVER-51007 add invariant for aborting resumable index builds during bulk lo...Benety Goh2020-09-221-1/+7
* SERVER-48419 Execution Architecture Guide: update Resumable Index Builds for ...Benety Goh2020-09-181-3/+5
* SERVER-48419 resume index builds after rollback (collection scan only)Benety Goh2020-09-181-12/+3
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-172-2/+4
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-173-5/+4
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-1/+1
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-153-27/+26
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-153-14/+4
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-1511-100/+119
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-1519-113/+192
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-129-33/+55