summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-031-1/+11
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-22/+25
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+22
* SERVER-23945 make index builds without a collation inherit the collection def...David Storch2016-05-251-3/+24
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-6/+13
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-7/+8
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-0/+5
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-2/+2
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-9/+30
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-30/+9
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-9/+30
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-191-5/+26
* SERVER-23655 invalidate CollectionInfoCache on index buildKyle Suarez2016-04-151-2/+5
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-14/+40
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-40/+14
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+3
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-2/+2
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2015-09-251-4/+10
* SERVER-20260 New indexes should bump their Collection's minimum SnapshotNameMathias Stearn2015-09-171-27/+20
* Revert "Revert "SERVER-19564: Vectorize index write""Ramon Fernandez2015-09-141-13/+31
* Revert "SERVER-19564: Vectorize index write"Ramon Fernandez2015-09-141-31/+13
* SERVER-19564: Vectorize index writeMartin Bligh2015-09-141-13/+31
* SERVER-20384 Add simplified interface to perform an action on commit or rollbackMathias Stearn2015-09-111-31/+6
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-8/+6
* SERVER-19769 Use std::function to back stdx::function on windowsAndrew Morrow2015-08-311-2/+5
* SERVER-17658 Fail to start up with an invalid partial index.Max Hirschhorn2015-08-251-12/+24
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-121-2/+2
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-6/+48
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-990/+915
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-3/+3
* SERVER-18858 IndexCatalog::_dropIndex() reset info cache after dropJason Rassi2015-06-081-4/+4
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-081-5/+5
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-081-5/+5
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-081-5/+5
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-44/+0
* SERVER-17659 Index build: call addedIndex() when in consistent stateJason Rassi2015-05-071-2/+2
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-071-5/+11
* SERVER-18170 Forbid creation of _id index if it's also a sparse indexJason Rassi2015-05-061-0/+4
* SERVER-18170 Forbid creation of _id index if it's also a partial indexJason Rassi2015-05-061-16/+22
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-4/+7
* SERVER-10044: Remove confusing message that is no longer applicable with roll...Geert Bosch2015-04-221-15/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+1
* SERVER-17901 Fix memory leak in IndexCatalog::_isSpecOk()Jason Rassi2015-04-081-1/+2
* SERVER-17657 "filter" and "sparse" index spec options can't be mixedJason Rassi2015-04-081-5/+10
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-1/+65
* SERVER-17521: improve createIndex validation of empty nameEliot Horowitz2015-03-091-0/+3