summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-112-0/+7
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-2/+0
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-074-0/+116
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-073-5/+68
* SERVER-17659 Add PlanCacheIndexabilityStateJason Rassi2015-05-074-0/+327
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-077-18/+88
* SERVER-17659 Minor reorg/cleanup of plan_cache.h, plan_cache.cppJason Rassi2015-05-072-176/+166
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-072-17/+40
* SERVER-9666 Push serveronly library into db directoryAndrew Morrow2015-05-061-2/+2
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-2/+2
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-5/+5
* SERVER-18203 Delay locking for getMore with AggCursorKaloian Manassiev2015-05-051-6/+8
* SERVER-9666 Push dbtest targets into dbtest directoryAndrew Morrow2015-04-291-2/+2
* SERVER-9666 Push ntservice related targets into utilAndrew Morrow2015-04-291-2/+2
* SERVER-9666 Push server_parameters down into db directoryAndrew Morrow2015-04-291-2/+2
* SERVER-9666 Push index_names and mongohasher into dbAndrew Morrow2015-04-241-3/+3
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-5/+5
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-2212-447/+433
* SERVER-17659 CanonicalQuery::sortTree() shouldn't depend on cache keyJason Rassi2015-04-223-59/+143
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-172-12/+12
* SERVER-15225 Fix leak of 'qs' in prepareExecution() cached plan pathJason Rassi2015-04-161-0/+1
* SERVER-18054 Fix crash when running findAndModify against non-existent collec...Charlie2015-04-151-4/+4
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-143-19/+130
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-144-80/+150
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-1311-222/+72
* SERVER-17332 Add cursorExhausted flag to find/getMore log/profJames Wahlin2015-04-131-2/+5
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-094-28/+29
* Remove unused CanonicalQuery::_isForWriteJason Rassi2015-04-092-3/+0
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-5/+8
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-093-276/+113
* SERVER-17544 remove exhaust option from find command parsingDavid Storch2015-04-092-20/+18
* SERVER-17815 ensure plan ranking tie breaker does not cause an inferior plan ...David Storch2015-04-071-3/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-8/+8
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-1/+1
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-0/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-033-8/+8
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-037-2226/+2252
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-024-2/+26
* SERVER-17284 find command throws stale config if sharding version changes bef...David Storch2015-03-311-3/+3
* SERVER-17283 unit test for GetMoreRequestBenety Goh2015-03-302-0/+167
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-275-51/+302
* SERVER-15176 SERVER-17721 add oplogReplay support to find commandDavid Storch2015-03-273-158/+170
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-17023 separate command and query pathsDavid Storch2015-03-232-62/+1
* SERVER-15176 remove CollectionMetadataPtr from ClientCursorDavid Storch2015-03-231-16/+0
* SERVER-15176 remove dead code from find.cppDavid Storch2015-03-201-10/+0
* SERVER-17158 add delimiter to planCacheKey for sort argsjames.wahlin@10gen.com2015-03-191-0/+5
* SERVER-17282 fix use after free in the case of a database drop during a yieldDavid Storch2015-03-182-9/+12
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+2
* SERVER-17282 implement FindCmd::run()David Storch2015-03-182-80/+155