summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-12851 correct help text for compact commandDan Pasette2014-02-251-1/+1
* SERVER-12796 SERVER-12829 SERVER-12830 better plan ranking in the case of EOF...David Storch2014-02-252-2/+43
* SERVER-12724 fixed index bounds for 2dBenety Goh2014-02-247-13/+77
* SERVER-12843 Encoding of projection for query plan cache should be order-inse...Benety Goh2014-02-242-0/+15
* SERVER-12852: validate update+upsert->insert docScott Hernandez2014-02-241-0/+4
* SERVER-12398 uassert instead of log warning on getMore runner errorBenety Goh2014-02-241-2/+3
* SERVER-12791 interrupt checking is done a layer above stages, some dbtest nitsHari Khalsa2014-02-241-92/+41
* SERVER-10026 QLOG the stats not the plans when rankingHari Khalsa2014-02-243-1/+11
* SERVER-12795 penalize ixisect while breaking ties during plan scoringDavid Storch2014-02-241-14/+19
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-2422-222/+309
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-2414-28/+53
* SERVER-12838: return status reasonScott Hernandez2014-02-242-5/+6
* SERVER-12834: failIndexKeyTooLong option to ignore "index too long" errorsEliot Horowitz2014-02-242-9/+25
* REVERT 'SERVER-12774 - added nscanned and nscannedObjects to slow query log'Benety Goh2014-02-225-28/+4
* SERVER-12660: clean up error codes for parallelCollectionScanEliot Horowitz2014-02-221-9/+11
* SERVER-12766 extended plan cache key to include geo coordinate typesBenety Goh2014-02-215-45/+193
* SERVER-12774 added nscannedObjects to OpDebugBenety Goh2014-02-215-1/+18
* SERVER-12774 added nscanned to slow query logBenety Goh2014-02-211-4/+11
* SERVER-12824: slow log at level 0Scott Hernandez2014-02-211-1/+1
* SERVER-12744 port tests for count stage of query executionSamantha Ritter2014-02-211-0/+694
* SERVER-10026 remove most remaining QUERY_MIGRATION tagsDavid Storch2014-02-212-1/+165
* post 2.6.0-rc0Ernie Hershey2014-02-211-1/+1
* BUMP 2.6.0-rc0r2.6.0-rc0Dan Pasette2014-02-201-1/+1
* SERVER-12650 locking to protect the fallback oplogreadermatt dannenberg2014-02-202-1/+17
* Revert "SERVER-12650 make syncSourceFeedback's oplogreader effectively single...matt dannenberg2014-02-201-0/+1
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-198-3/+174
* SERVER-8391 made a library for validateIndexKey()matt dannenberg2014-02-198-78/+165
* SERVER-8391 include correct hash key generation fileHari Khalsa2014-02-191-5/+5
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-1916-381/+623
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-196-23/+314
* Revert "SERVER-8391 mongoadmin initial commit"matt dannenberg2014-02-195-352/+1
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-194-8/+21
* SERVER-8412 clean up intmax_tEric Milkie2014-02-195-13/+12
* SERVER-12748 Prevent invalid sslMode and clusterAuthMode combinationsAndreas Nilsson2014-02-192-2/+15
* SERVER-12476 Set internalAuth params when changing clusterAuthModeAndreas Nilsson2014-02-194-15/+33
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-196-75/+104
* SERVER-12516 Update assert code.Andy Schwerin2014-02-191-1/+1
* SERVER-12516 Check for change in primary state when recovering from yield in ...Andy Schwerin2014-02-195-18/+52
* SERVER-12037 Show parsed text query for text stage explainJason Rassi2014-02-195-9/+20
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-1911-94/+177
* SERVER-12760 Handle sharded agg explain better during upgradeMathias Stearn2014-02-191-0/+18
* SERVER-12782 Don't look in an empty containerMathias Stearn2014-02-191-1/+1
* SERVER-8412: fix repair database failure cleanupEliot Horowitz2014-02-191-7/+35
* SERVER-8412: fix ~IndexBuildBlock, make sure Context is correctEliot Horowitz2014-02-191-0/+3
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-1914-360/+587
* SERVER-12723 geo queries should not be cacheable.Benety Goh2014-02-195-80/+129
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-1833-542/+955
* SERVER-12089 Query planner: test exactly one text index for TEXTJason Rassi2014-02-183-19/+13
* SERVER-12668 shell reporting of w:0 write results is uglySiyuan Zhou2014-02-181-9/+17
* SERVER-7937 Additional ReplicaSetMonitor TestsTyler Brock2014-02-181-0/+422