summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_info_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-118/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-2/+11
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-11/+2
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-2/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-171-95/+12
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-6/+6
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-6/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-6/+6
* SERVER-28832 Slice `catalog/collection_info_cache`ADAM David Alan Martin2017-04-201-73/+120
* SERVER-28723 Fix `nullptr` crash with `CollectionInfoCache`ADAM David Alan Martin2017-04-101-11/+10
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-24631: Add TTL collection namespace cacheKevin Albertson2016-07-191-0/+4
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-1/+2
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-22/+47
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-54/+54
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+2
* SERVER-16502: create CollectionInfoCache on Collection constructionScott Hernandez2015-01-021-5/+1
* CollectionInfoCache::reset should reset index keys under X lockEliot Horowitz2014-10-311-2/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-4/+4
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+4
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-1/+1
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+10
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-0/+102