summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77018 Remove in-progress index builds from getIndexFreeStorageBytesYu Jin Kang Park2023-05-161-2/+11
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-7/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-6/+7
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-3/+3
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+1
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-1/+0
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+1
* SERVER-72069 Rebuild CollectionQueryInfo for point-in-time readsGregory Wlodarek2023-03-041-1/+1
* SERVER-73528 Remove unnecessary string copies when instantiating collectionsHenrik Edin2023-03-031-1/+1
* SERVER-74270 Allow changeStreamPreAndPostImages collection option on config s...Jack Mulrow2023-02-271-1/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-7/+6
* SERVER-73125: Set built-in variables on ExpressionContext of the validatorNaama Bareket2023-02-251-0/+2
* SERVER-74163 Instantiate a new collection instance from durable storage when ...Gregory Wlodarek2023-02-251-4/+4
* SERVER-46870 Generalize OplogStones into a reusable generic classJordi Olivares Provencio2023-02-241-1/+1
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-8/+10
* SERVER-74046 Init collator when Collection is created at PIT without existing...Henrik Edin2023-02-161-2/+7
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-11/+19
* SERVER-73243 Remove IndexCatalogEntry weak_ptr in AllIndicesRequiredCheckerGregory Wlodarek2023-01-261-2/+1
* SERVER-68271 Integrate point-in-time catalog lookups into the lock-free read ...Matthew Saltz2023-01-261-6/+7
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-13/+0
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-1/+81
* SERVER-71955 Only re-use the shared_ptr<Ident> for index entries in Collectio...Matthew Saltz2022-12-141-63/+50
* SERVER-71913 Fix nullptr dereference in CollectionImpl::initFromExisting()Gregory Wlodarek2022-12-131-3/+2
* SERVER-71644: Avoid parsing durable catalog entry when we only need to compar...Will Buerger2022-12-051-3/+2
* SERVER-71208: Handle namespaces pendingCommit in openCollectionWill Buerger2022-11-231-0/+5
* SERVER-70981: Handle index build ready transition when instantiating collecti...Will Buerger2022-11-171-0/+3
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-141-1/+3
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2022-11-081-54/+111
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-071-2/+6
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-98/+0
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-041-3/+23
* Revert "SERVER-70424: Provide way to create collection instance from untimest...Will Buerger2022-11-031-6/+2
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-021-2/+6
* SERVER-70589: Coverity analysis defect 133990: Dereference null return valueWill Buerger2022-11-011-0/+1
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-206/+1
* SERVER-69914 Track document IDs for time series deletions without recording p...Dan Larkin-York2022-10-181-6/+1
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-1/+1
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-1/+1
* SERVER-69704 clean up one recent use of .transformBilly Donahue2022-09-301-35/+34
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-30/+27
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-9/+39
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-1/+7
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-28/+64
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-4/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-61/+8
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-22/+98
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-3/+3