summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-154-80/+534
* 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-152-9/+31
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-05-154-26/+156
* SERVER-13750 prevent invariant failure when ConvertToCappeding a nonexistent ...matt dannenberg2014-05-152-3/+16
* 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
* SERVER-13714 fix enumeration of non-top-level indexed negationsHari Khalsa2014-05-153-10/+78
* SERVER-13852 initialize IndexBounds::endKeyInclusive in constructorDavid Storch2014-05-151-1/+1
* SERVER-13868 Mark V1 users as probed on databases that they do not have surro...Spencer T Brody2014-05-152-2/+5
* SERVER-13804 add necessary privilege to the built-in restore roleAmalia Hawkins2014-05-152-40/+86
* SERVER-13727 add collStats permission to builtin backup roleAmalia Hawkins2014-05-152-1/+6
* SERVER-13948 improve stability of replsettest.awaitReplication() while gettin...matt dannenberg2014-05-151-1/+9
* SERVER-13850 Make sure cache entry is up to date before using it to update a ...Spencer T Brody2014-05-153-8/+33
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-152-0/+60
* SERVER-13769 geo_distinct.js: rewrite, add test casesJason Rassi2014-05-151-8/+42
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-156-3/+399
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-156-16/+1534
* SERVER-11332 minor cleanup of SCC and chunk diff timeoutGreg Studer2014-05-152-4/+10
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-05-153-12/+8
* SERVER-13573 Fix x.509 auth exceptionAndreas Nilsson2014-05-081-4/+8
* SERVER-13724 Add --disable-warnings-as-errors scons optionErnie Hershey2014-05-081-1/+5
* SERVER-13712 fix fedora8 builders (python 2.5.1)Matt Kangas2014-05-081-1/+2
* SERVER-13712 cleanbb should clean entire /data/db dirMatt Kangas2014-05-081-13/+23
* SERVER-13712 smoke.py --clean-every=N optionMatt Kangas2014-05-081-11/+14
* SERVER-13723 fix flakiness in tags.js by increasing timeoutmatt dannenberg2014-05-051-1/+1
* post 2.6.1Ernie Hershey2014-05-057-7/+7
* BUMP 2.6.1r2.6.1Dan Pasette2014-05-047-7/+7
* post 2.6.1-rc1Ernie Hershey2014-04-307-7/+7
* BUMP 2.6.1-rc1r2.6.1-rc1Ernie Hershey2014-04-307-7/+7
* SERVER-13677 traverse through ALL when finding predicates inside elemMatch ob...David Storch2014-04-302-1/+36
* SERVER-13777 migrated ranges waiting for deletion do not report cursors still...Randolph Tan2014-04-301-0/+8
* SERVER-13766 SubplanRunner::kill() needs to clear _collectionJason Rassi2014-04-302-0/+4
* SERVER-13739: don't delete new files until as late as possible during repairEliot Horowitz2014-04-301-6/+17
* move tests from noPassthrough to slow2Mark Benvenuto2014-04-223-0/+0
* post 2.6.1-rc0Ernie Hershey2014-04-227-7/+7
* BUMP 2.6.1-rc0r2.6.1-rc0Ernie Hershey2014-04-217-7/+7
* SERVER-13666 check that lat/lng are in bounds for near queries even if point ...Hari Khalsa2014-04-212-0/+10
* SERVER-13661 increase the maximum allowed depth for query objectsDavid Storch2014-04-213-43/+36
* SERVER-13664 never detach filters from inside elemMatch objectDavid Storch2014-04-213-2/+81
* SERVER-13620 update fassert codeEric Milkie2014-04-211-1/+1
* Revert "SERVER-13582 increase stability of server6733.js by retrying replSetS...Eric Milkie2014-04-211-3/+3
* SERVER-13620 When applying operations from the oplog, wait for background ope...Andy Schwerin2014-04-183-4/+36
* SERVER-13620 Refactor background.h/cpp; add awaitNoBgOp methods.Andy Schwerin2014-04-182-35/+123