summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.6.2-rc1r2.6.2-rc1Dan Pasette2014-06-071-1/+1
* SERVER-14186 check for ismaster under write lockEric Milkie2014-06-062-12/+41
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-06-066-72/+147
* SERVER-14174 enforce ntoreturn during plan rankingDavid Storch2014-06-062-8/+29
* SERVER-14176 query planner should obey $natural sortDavid Storch2014-06-063-11/+98
* SERVER-14180 fix double free in access planning for $elemMatchDavid Storch2014-06-062-20/+22
* SERVER-14138 mongos incorrectly targets multiple shards for nested field shar...Greg Studer2014-06-056-24/+92
* post 2.6.2-rc0Ernie Hershey2014-06-031-1/+1
* BUMP 2.6.2-rc0r2.6.2-rc0Ernie Hershey2014-06-021-1/+1
* SERVER-14082: freelist scan does not short circuit in MaxBucketDan Pasette2014-06-011-1/+1
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-06-014-7/+94
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-06-013-8/+28
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-06-014-337/+522
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-306-8/+55
* SERVER-14092 ignore local.replset.minvalid in upgradeCheckermatt dannenberg2014-05-301-4/+16
* SERVER-14064 provide planSummary for slow count commandsDavid Storch2014-05-301-0/+54
* SERVER-14073 allow planSummary string to be longerDavid Storch2014-05-291-1/+1
* SERVER-14056 Cross-DB renameCollection needs to call commitIfNeededJason Rassi2014-05-281-0/+1
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-279-2/+1433
* SERVER-13737 CollectionOptions parser skip size/max if non-numericDan Pasette2014-05-242-4/+60
* SERVER-13993 log the decision to change sync targetsmatt dannenberg2014-05-241-0/+4
* SERVER-13587 ndeleted in system.profile documents reports 1 too few documents...Randolph Tan2014-05-241-0/+2
* SERVER-13612 Send list of allowed SSL CAs to clientsAndreas Nilsson2014-05-241-0/+9
* SERVER-13675 do not cache plans if there is a tieDan Pasette2014-05-243-9/+26
* SERVER-13976 Cloner::go() fail fast if any collection has bad optionsJason Rassi2014-05-241-0/+10
* SERVER-13976 Cloner::go() should check return value of userCreateNSJason Rassi2014-05-241-1/+7
* SERVER-13945 Match x.509 cluster certs per attributeAndreas Nilsson2014-05-232-11/+39
* SERVER-13981 MR inc collection should not be replicatedMathias Stearn2014-05-211-13/+5
* SERVER-13954 Add scriptingEnabled option to YAML configShaun Verch2014-05-201-2/+19
* SERVER-14000 fix debian 7.1 by adding new lsb file locationEric Milkie2014-05-201-0/+1
* SERVER-10464 allow mongodump to dump oplog without a query containing a ts fieldmatt dannenberg2014-05-161-1/+1
* SERVER-13972 Make connections_opened.js test retry any connections that fail ...Spencer T Brody2014-05-161-2/+4
* SERVER-13812 Catch exception thrown by getShardsForQuery for geo querySiyuan Zhou2014-05-161-1/+5
* SERVER-13890 index bounds builder should not pass already-constructed interva...David Storch2014-05-153-1/+38
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-153-3/+73
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-151-0/+2
* SERVER-13794 - only start snapshot thread on isHttpInterfaceEnabledJames Wahlin2014-05-151-1/+5
* SERVER-13754 explode OR solutions for sortDavid Storch2014-05-152-23/+134
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-05-153-3/+3
* SERVER-13752 do not attempt to explode for sort with empty boundsDavid Storch2014-05-152-0/+30
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-153-9/+131
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-153-80/+462
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-05-151-1/+5
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-151-9/+9
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-05-153-26/+131
* SERVER-13750 prevent invariant failure when ConvertToCappeding a nonexistent ...matt dannenberg2014-05-151-3/+7
* SERVER-13731 make depth limit in parsing work for deep trees other than AND a...David Storch2014-05-154-19/+77
* SERVER-13588 Fix regression in supression of startup warning when unauthorizedSpencer T Brody2014-05-151-1/+3
* SERVER-13368: Expose microsecs_running in currentOpScott Hernandez2014-05-151-0/+1
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-152-1/+32