summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-112-9/+2
* SERVER-49650 Execution Architecture Guide: Resumable Index BuildsBenety Goh2020-09-111-0/+44
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-1/+3
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-045-31/+72
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-039-14/+14
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-3/+0
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0239-229/+248
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-311-3/+17
* SERVER-50602 remove DBDirectClient and enableIndexBuildCommitQuorum reference...Benety Goh2020-08-291-35/+14
* SERVER-49646 Architecture Guide Updates for Make Validate more resilientLouis Williams2020-08-281-10/+35
* SERVER-50378 Complete TODO listed in SERVER-49450Samy Lanka2020-08-271-2/+0
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-271-0/+5
* SERVER-50586 Collection validation should append the collection's namespace t...Gregory Wlodarek2020-08-271-2/+2
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-28/+28
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-269-119/+199
* SERVER-44145 Validate throttle cursor should wait longer when data limit is e...Louis Williams2020-08-262-6/+76