summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+8
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-2/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-169/+203
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-19/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* 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-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-0/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+4
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-5/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-6/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-2/+3
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-1/+6
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-3/+13
* SERVER-13208: dropDups should be ignored for index comparisonEliot Horowitz2014-03-171-0/+4
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-8/+15
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: cache IndexCatalogEntry in IndexDescriptor for performanceEliot Horowitz2014-01-091-1/+10
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-17/+3
* SERVER-12213: remove IndexDescriptor::setMultikeyEliot Horowitz2014-01-091-5/+0
* SERVER-12213: remove IndexDescriptor::cloneEliot Horowitz2013-12-301-5/+0
* SERVER-12213: IndexDescriptor no longer knows about IndexDetailsEliot Horowitz2013-12-301-20/+3
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* SERVER-11611: dbcommand ported to new collection interfaceAmalia Hawkins2013-12-131-1/+1
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-11/+26
* SERVER-11178: remove more CatalogHack uses for IndexCatalogEliot Horowitz2013-10-291-7/+14
* SERVER-11178: prep to make IndexDetails hidden behind IndexCatalog and IndexD...Eliot Horowitz2013-10-281-24/+41
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-0/+5
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-5/+12
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-1/+1
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-0/+13
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-4/+15
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+2
* interfaces for index API -- SERVER-8791 SERVER-9151Hari Khalsa2013-04-021-0/+137