summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-121-24/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-17/+8
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-8/+17
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-17/+8
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-262/+21
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-0/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-13/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-35/+36
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-1/+1
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-0/+3
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-12/+11
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-15/+14
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-30/+86
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-081-2/+3
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-191-2/+11
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-195/+189
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-081-1/+1
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-081-1/+1
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-081-1/+1
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-5/+5
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-1/+0
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+15
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-16354 Delete the recovery unit in IndexCatalogEntry::setMultikeyKaloian Manassiev2014-12-021-3/+14
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-7/+7
* SERVER-16143 Update multiKey metadata in a separate transactionKaloian Manassiev2014-11-261-33/+48
* Revert "SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index v...Kaloian Manassiev2014-11-241-20/+21
* SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index valueKaloian Manassiev2014-11-241-21/+20
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-16095 Rollback changed to chached DiskLocs in Btree codeMathias Stearn2014-11-111-0/+14
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-1/+1
* Don't check the time more than needed when lockingMathias Stearn2014-11-101-1/+1
* Fix index multikey settingsMathias Stearn2014-11-061-0/+23
* SERVER-14860: fix multi-index build transactionality around setIndexIsMultikeyEliot Horowitz2014-11-041-1/+12
* SERVER-13951 Allow rollback of dropping an indexMathias Stearn2014-10-301-4/+3
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-20/+20
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+6
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-1/+0
* SERVER-13923 BtreeLogic unit-testsKaloian Manassiev2014-05-191-2/+2