summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-241-3/+15
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-221-10/+6
* SERVER-13674 fix whitespace in MultiPlanStageDavid Storch2014-05-211-40/+39
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-7/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-195-19/+33
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1913-35/+35
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-138-3/+870
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-15/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-097-11/+24
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-014-34/+76
* SERVER-13638: remove NamespaceDetails from deprecated queryutilEliot Horowitz2014-05-011-2/+0
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-012-3/+0
* SERVER-13638: remove unused NamespaceDetails referenceEliot Horowitz2014-05-012-3/+0
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-294-157/+10
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-291-1/+0
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-2622-65/+127
* SERVER-13634 Get rid of all external callers of DiskLoc::rec()Mathias Stearn2014-04-251-2/+3
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-245-8/+26
* SERVER-13632 clean up stagedebug cmd so passing collection around is easlierHari Khalsa2014-04-241-30/+55
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-232-75/+30
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-17/+14
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-1716-57/+63
* SERVER-13540 take CRS into account for output distances as well as inputGreg Studer2014-04-161-2/+9
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+4
* SERVER-13562 limit and skip stages no longer return eof without calling work(...David Storch2014-04-142-4/+4
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-142-5/+4
* SERVER-13084: move compact details down into RecordStore layerEliot Horowitz2014-04-141-2/+2
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-2/+2
* SERVER-13084: remove some DiskLoc::ref referencesEliot Horowitz2014-04-114-4/+2
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-102-5/+3
* SERVER-13489 move disk reading out of index scan ctorHari Khalsa2014-04-092-18/+20
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-032-3/+3
* SERVER-11643: remove BSONObj::makeEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-034-0/+7
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-032-3/+8
* SERVER-13406 add debugging for OR sub-plannerHari Khalsa2014-03-311-0/+2
* SERVER-10026 fix size accounting in sortHari Khalsa2014-03-281-2/+2
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-272-2/+2
* SERVER-13349 collection scan should make fetch requestsHari Khalsa2014-03-272-3/+66
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-213-27/+202
* SERVER-13293 fixed geo filter memory leak when creating index scan/fetch stagesBenety Goh2014-03-202-3/+9
* SERVER-13135 use key information to filter docs in s2nearHari Khalsa2014-03-132-10/+91
* SERVER-13139 lazily fill in index scan specific statsBenety Goh2014-03-131-6/+10
* SERVER-13139 replaced index descriptor field with key pattern to eliminate de...Benety Goh2014-03-132-13/+19
* SERVER-13122 if we must use the raw obj to sort with ensure it's well formattedHari Khalsa2014-03-112-20/+43
* SERVER-12037 Text query stage correctly track various stage statsJason Rassi2014-03-111-6/+27
* SERVER-13041 remove some slow leftover ixscan junk from fast count stageHari Khalsa2014-03-062-32/+41
* SERVER-12952 do less work for non-matching index docsHari Khalsa2014-03-032-11/+73