summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 delete some dead codeHari Khalsa2013-12-111-1021/+0
* SERVER-10026 remove query spigot and old find implHari Khalsa2013-12-051-172/+13
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-0/+1
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-10/+8
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-091-21/+21
* SERVER-11337 Make error reporting for exceptions thrown in commands consistentSpencer T Brody2013-10-231-3/+1
* SERVER-10026 new vs old system spigotHari Khalsa2013-10-081-2/+23
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-10/+3
* SERVER-10650 Add new fail point maxTimeAlwaysTimeOutJason Rassi2013-09-121-0/+10
* SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS"Jason Rassi2013-09-121-1/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-1/+7
* SERVER-10026 use server parameter for triggering query systemHari Khalsa2013-08-121-7/+2
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-5/+12
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-5/+25
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+9
* 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