summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2212 Add mongod query option $maxTimeMS, shell helperJason Rassi2013-07-261-0/+1
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-0/+13
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-221-2/+7
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-0/+1
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-1/+9
* SERVER-10134 Report errors during GetMore processingMathias Stearn2013-07-101-0/+7
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-4/+6
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-15/+16
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-171-4/+4
* SERVER-8598 ConfigVersion is *not* the same as ChunkVersion, cleanupGreg Studer2013-06-041-2/+2
* SERVER-8598 push key expression evaluation out of ShardChunkManagerGreg Studer2013-06-041-9/+15
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+0
* SERVER-8790 Move ParsedQuery out of queryutil and clean some includes.aaron2013-03-211-1/+2
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-8/+8
* SERVER-8790 Rename queryoptimizer to query_optimizer_internal.aaron2013-03-151-1/+1
* SERVER-8790 Move QueryPlan to a new file.aaron2013-03-151-0/+1
* SERVER-8790 Move QueryPlanSummary to a new file.aaron2013-03-151-5/+5
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-3/+3
* SERVER-7772 repl_reads_okEric Milkie2013-03-111-0/+1
* SERVER-7772 separate out finding_start_cursorEric Milkie2013-03-111-0/+1
* SERVER-7952 Kill an authorized ClientCursor after processGetMore throws.aaron2013-02-101-1/+9
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-13/+16
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-7/+3
* SERVER-1752 Optimize simple indexed counts by counting the number of btree ke...Aaron2012-11-191-2/+7
* SERVER-6625 Log commands as commands instead of queries in top statsShaun Verch2012-11-071-1/+1
* take buffer allocation for getMore out of lockEliot Horowitz2012-10-241-2/+8
* SERVER-1752 Improve performance of simple counts by avoiding use of a matcher...Aaron2012-10-231-1/+1
* SERVER-4161 Report nscannedObjects properly when covered indexes are used.Aaron2012-09-271-21/+20
* SERVER-4161 Add ResultDetails struct for candidate result document retrieval ...Aaron2012-09-271-34/+48
* SERVER-4161 Convert ResponseBuildStrategy::handleMatch() arguments to meet co...Aaron2012-09-201-9/+9
* SERVER-4045 display original query for getmores in currentOpKevin Matulef2012-09-041-0/+1
* SERVER-5475 SERVER-6249 don't check minor version when determining if a query...Greg Studer2012-07-171-1/+1
* SERVER-828: implement positional operator ($) and for query projectionsBen Becker2012-06-141-13/+30
* SERVER-6053 - make sure not to point to memory in a query MessageEliot Horowitz2012-06-131-23/+24
* SERVER-6053 don't allow page faults after we create a ClientCursorEliot Horowitz2012-06-121-1/+6
* SERVER-6053 - don't allow page faults after we handoff buffer or ClientCursorEliot Horowitz2012-06-121-4/+10
* SERVER-6053 handle recursive case for idhackEliot Horowitz2012-06-121-4/+6
* SERVER-6053 - start making PageFaultRetryableSection blocking tighterEliot Horowitz2012-06-121-45/+75
* SERVER-6053 - query pieces need to not rely on the original message buffer ha...Eliot Horowitz2012-06-101-11/+11
* Revert "SERVER-6053 - make a const copier for Message, not ideal, but correct"Eliot Horowitz2012-06-101-2/+2
* SERVER-6053 - make a const copier for Message, not ideal, but correctEliot Horowitz2012-06-101-2/+2
* SERVER-6021 Move complex initialization out of HybridBuildStrategy's construc...Aaron2012-06-071-4/+16
* SERVER-6021 Move complex initialization out of ReorderBuildStrategy's constru...Aaron2012-06-071-9/+20
* SERVER-6021 Remove unused 'queryPlan' constructor arguments from ResponseBuil...Aaron2012-06-071-9/+8
* make query error checking earlierEliot Horowitz2012-06-071-0/+2
* SERVER-6023 Add an explicit requireOrder argument to NamespaceDetailsTransien...Aaron2012-06-071-1/+1
* SERVER-5924 Move explain yield count recording from the plan level to the cla...Aaron2012-06-061-0/+4
* clean query retry loopEliot Horowitz2012-06-061-11/+8
* SERVER-3356 can't put PageFaultRetryableSection on stack in query since it ca...Eliot Horowitz2012-06-061-2/+4