summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05SERVER-12878 Delete ClientCursor in agg unless returning a cursor to user.r2.6.0-rc1Mathias Stearn
2014-03-05BUMP 2.6.0-rc1Dan Pasette
2014-03-05fix single-db restores without the --restoreDbUsersAndRoles flagSpencer T Brody
2014-03-05SERVER-12854 Prevent mongorestore from restoring user data to a 2.6 system wi...Spencer T Brody
2014-03-05SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody
2014-03-05SERVER-13048 progress printouts added to upgradeCheck()matt dannenberg
2014-03-05SERVER-13003 SERVER-13030 make upgradeChecker a function of DB and improve it...matt dannenberg
2014-03-05SERVER-12939 prefer non-blocking sort plans when no plans produce or hit EOFDavid Storch
2014-03-05SERVER-12918 fixed skip() with equality queries on _idBenety Goh
2014-03-05SERVER-12964 updated plan cache and index filter commands to return empty res...Benety Goh
2014-03-05SERVER-12964 accept query shape object in plan cache shell helpersBenety Goh
2014-03-05SERVER-12901 make maxSyncSourceLagSecs configurableDan Pasette
2014-03-05Revert "SERVER-12820 Parse connection string to handle replica set connection...Dan Pasette
2014-03-04SERVER-13007 added delimiters to plan cache keyBenety Goh
2014-03-04SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer
2014-03-04SERVER-3071 penalize fetches during rankingDavid Storch
2014-03-04SERVER-12820 Parse connection string to handle replica set connections in cop...Shaun Verch
2014-03-04SERVER-13016 Change dbpath from /var/lib/mongodb to /var/lib/mongoErnie Hershey
2014-03-04SERVER-13016 Change rpm username from mongodb to mongodErnie Hershey
2014-03-04remove case-check test for master/slaveEric Milkie
2014-03-04SERVER-12969: db.eval should not support load()Mark Benvenuto
2014-03-04SERVER-12910 release conns back to pool after every mongos operationGreg Studer
2014-03-04SERVER-12262 re-enable test for negation of in queryDavid Storch
2014-03-04dropdb_race.js: switch to use fsync instead of j writeConcernScott Hernandez
2014-03-04SERVER-12993: drop db in test until fixedScott Hernandez
2014-03-04SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow
2014-03-03SERVER-12127 Temporarily put back jstest in order not to lose test coverage.Siyuan Zhou
2014-03-03SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou
2014-03-03SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer
2014-03-03SERVER-12529 fix explain output for nscannedObjects on $orSamantha Ritter
2014-03-03SERVER-12985 fix display index nameAsya Kamsky
2014-03-03SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie
2014-03-03SERVER-12935 override OR child indexOnly when explaining non-covered queriesBenety Goh
2014-03-03SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan
2014-03-03SERVER-8391 upgradechecker now supports database or collection as argumentmatt dannenberg
2014-03-03SERVER-12809 fix upgradechecker's index key size checkmatt dannenberg
2014-03-03SERVER-12841 upgrade checker gives better errmsg for documents with unindexab...matt dannenberg
2014-03-03SERVER-12952 do less work for non-matching index docsHari Khalsa
2014-03-03SERVER-12950 break ordered batches at first multi-shard opGreg Studer
2014-03-03SERVER-10026 limit number of self-intersectionsHari Khalsa
2014-03-03SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody
2014-03-03SERVER-12908 don't aggressively retry when config inconsistency detected in b...Greg Studer
2014-03-03SERVER-12980 Index spec equality check: don't consider 'background'Jason Rassi
2014-03-03SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan
2014-03-03SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan
2014-03-03SERVER-12848 Don't validate field names of array childrenAndrew Morrow
2014-03-02SERVER-12870 Better error message when prividing a pwd arg when creating an e...Spencer T Brody
2014-03-01SERVER-12968: downcast createIndexes on 2.6 mongos -> insertEliot Horowitz
2014-02-28SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz
2014-02-28SERVER-12903: Fix MSI UpgradeMark Benvenuto