summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26488 BSONObj buffer size used by _id index keys should match object sizeTess Avitabile2016-10-061-1/+9
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-232-0/+22
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-222-24/+24
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-202-5/+6
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-7/+8
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-142-17/+47
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-077-19/+130
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-026-31/+7
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+16
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2310-132/+143
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-7/+64
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-08-021-4/+13
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-122-7/+1
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+27
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-2/+9
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-223-10/+9
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-152-5/+4
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-036-63/+267
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-036-21/+33
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2814-32/+62