summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-90/+0
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-0/+90
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-91/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-147/+0
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-6/+0
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-6/+0
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-0/+70
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-0/+4
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-4/+0
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-0/+4
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-271-0/+2
* SERVER-35134 Remove UUID fixup code, instead fail fast for collectionsBen Judd2018-06-181-6/+0
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+5
* SERVER-33928 Don't assert system.indexes or system.namespaces have UUIDsMaria van Keulen2018-03-181-2/+2
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-8/+3
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-1/+3
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-291-0/+3
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-291-0/+6
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-0/+17
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-051-0/+5
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+3
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-3/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-23514 remove code and tests from SERVER-23299Eric Milkie2016-11-211-5/+0
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-081-2/+25
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-041-0/+5
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-1/+1
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-1/+1
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-1/+1
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-58/+49
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-081-0/+7
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-0/+7
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-10/+10
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-7/+12
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-1/+1
* SERVER-14378: remove Database::_namespacesNameEliot Horowitz2014-06-301-0/+3
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+97