summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-6/+0
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-7/+0
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-0/+2
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+1
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+4
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-10/+12
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+7
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-121-161/+27
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-0/+8
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-8/+0
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-0/+8
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-161-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-11/+9
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-9/+11
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-11/+9
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-5/+5
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+7
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-7/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+7
* SERVER-28552 Slice deps on `Database` in Catalog.ADAM David Alan Martin2017-04-041-0/+3
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-301-18/+25
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-103/+139
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-8/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-1/+1
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-5/+6
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-3/+58
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-0/+4
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-191-0/+2
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-0/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-86/+111
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16143 Update multiKey metadata in a separate transactionKaloian Manassiev2014-11-261-5/+1
* Revert "SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index v...Kaloian Manassiev2014-11-241-0/+4
* SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index valueKaloian Manassiev2014-11-241-4/+0
* SERVER-16095 Rollback changed to chached DiskLocs in Btree codeMathias Stearn2014-11-111-0/+1
* Fix index multikey settingsMathias Stearn2014-11-061-0/+2
* SERVER-14860: fix multi-index build transactionality around setIndexIsMultikeyEliot Horowitz2014-11-041-0/+4
* SERVER-13951 Allow rollback of dropping an indexMathias Stearn2014-10-301-1/+10