summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-243-22/+3
* SERVER-33607 Use kV2Unique version for new Unique indexes onlySulabh Mahajan2018-03-122-3/+12
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-1/+1
* SERVER-32859 Improve error message when sorting parallel arrays“Dandan2018-03-041-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-212-50/+24
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-133-2/+24
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-082-4/+24
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-073-1/+9
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-022-1/+2
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-022-0/+18
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-10/+21
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+11
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-32315 Remove IndexObserverGeert Bosch2017-12-141-21/+0
* SERVER-31418 Delete dead key gen code.David Storch2017-10-098-294/+6
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-163-12/+12
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-162-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0912-10/+63
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-2/+3
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-252-7/+4
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-214-2/+497
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-0/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-31/+1
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-4/+5
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+7
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-0/+1
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-301-5/+0
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-282-1/+2
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-1/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-075-84/+85
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-28071 add missing FTS indexing error codes to replication whitelistDavid Storch2017-02-231-0/+2
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-275-67/+196
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-052-2/+2
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-1/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-0814-43/+117
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-072-6/+13
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-0614-117/+43
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-0414-43/+117
* SERVER-26429 Optimize IndexAccessMethod::findSingle to only call getKeys() if...Marko Vojvodic2016-10-241-8/+15
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-202-0/+11
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-182-4/+10