summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-12878 Delete ClientCursor in agg unless returning a cursor to user.r2.6.0-rc1Mathias Stearn2014-03-051-0/+7
|
* BUMP 2.6.0-rc1Dan Pasette2014-03-057-7/+7
|
* fix single-db restores without the --restoreDbUsersAndRoles flagSpencer T Brody2014-03-051-4/+7
|
* SERVER-12854 Prevent mongorestore from restoring user data to a 2.6 system ↵Spencer T Brody2014-03-052-28/+39
| | | | with 2.4 schema users
* SERVER-12539 Make mongorestore not interfere with ongoing user or role ↵Spencer T Brody2014-03-0513-95/+815
| | | | | | | | modifications This is done by making mongorestore insert the users/roles from the dump files into temporary collections that are later merged into the real admin.system.users and admin.system.roles collections using a new command: _mergeAuthzCollections.
* SERVER-13048 progress printouts added to upgradeCheck()matt dannenberg2014-03-051-0/+11
|
* SERVER-13003 SERVER-13030 make upgradeChecker a function of DB and improve ↵matt dannenberg2014-03-051-65/+74
| | | | its messaging
* SERVER-12939 prefer non-blocking sort plans when no plans produce or hit EOFDavid Storch2014-03-052-10/+62
|
* SERVER-12918 fixed skip() with equality queries on _idBenety Goh2014-03-053-0/+11
|
* SERVER-12964 updated plan cache and index filter commands to return empty ↵Benety Goh2014-03-057-88/+199
| | | | results on non-existent collection or query shape
* SERVER-12964 accept query shape object in plan cache shell helpersBenety Goh2014-03-052-0/+57
|
* SERVER-12901 make maxSyncSourceLagSecs configurableDan Pasette2014-03-053-4/+50
|
* Revert "SERVER-12820 Parse connection string to handle replica set ↵Dan Pasette2014-03-051-18/+6
| | | | | | connections in copydb command" This reverts commit db6f4c6227581996ecba987be21912ed0824592c.
* SERVER-13007 added delimiters to plan cache keyBenety Goh2014-03-042-20/+100
|
* SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer2014-03-043-3/+21
|
* SERVER-3071 penalize fetches during rankingDavid Storch2014-03-043-16/+278
|
* SERVER-12820 Parse connection string to handle replica set connections in ↵Shaun Verch2014-03-041-6/+18
| | | | copydb command
* SERVER-13016 Change dbpath from /var/lib/mongodb to /var/lib/mongoErnie Hershey2014-03-045-13/+13
|
* SERVER-13016 Change rpm username from mongodb to mongodErnie Hershey2014-03-045-42/+44
|
* remove case-check test for master/slaveEric Milkie2014-03-041-98/+0
|
* SERVER-12969: db.eval should not support load()Mark Benvenuto2014-03-041-3/+0
|
* SERVER-12910 release conns back to pool after every mongos operationGreg Studer2014-03-041-6/+3
|
* SERVER-12262 re-enable test for negation of in queryDavid Storch2014-03-042-10/+12
|
* dropdb_race.js: switch to use fsync instead of j writeConcernScott Hernandez2014-03-041-1/+1
|
* SERVER-12993: drop db in test until fixedScott Hernandez2014-03-042-0/+7
|
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-046-438/+76
| | | | | | | The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation.
* SERVER-12127 Temporarily put back jstest in order not to lose test coverage.Siyuan Zhou2014-03-03287-0/+11572
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-03300-766/+578
| | | | | | | Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer2014-03-033-1/+23
|
* SERVER-12529 fix explain output for nscannedObjects on $orSamantha Ritter2014-03-031-4/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12985 fix display index nameAsya Kamsky2014-03-031-1/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-037-19/+35
|
* SERVER-12935 override OR child indexOnly when explaining non-covered queriesBenety Goh2014-03-031-0/+12
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-03450-0/+19437
| | | | Temporarily put back jstest in order not to lose test coverage
* SERVER-8391 upgradechecker now supports database or collection as argumentmatt dannenberg2014-03-031-2/+41
|
* SERVER-12809 fix upgradechecker's index key size checkmatt dannenberg2014-03-031-1/+2
|
* SERVER-12841 upgrade checker gives better errmsg for documents with ↵matt dannenberg2014-03-031-1/+8
| | | | unindexable _ids
* SERVER-12952 do less work for non-matching index docsHari Khalsa2014-03-032-11/+73
|
* SERVER-12950 break ordered batches at first multi-shard opGreg Studer2014-03-032-22/+354
|
* SERVER-10026 limit number of self-intersectionsHari Khalsa2014-03-033-7/+27
|
* SERVER-12116 Return better messages to the user when the authz version field ↵Spencer T Brody2014-03-037-19/+56
| | | | is the wrong type
* SERVER-12908 don't aggressively retry when config inconsistency detected in ↵Greg Studer2014-03-031-0/+1
| | | | balancer
* SERVER-12980 Index spec equality check: don't consider 'background'Jason Rassi2014-03-032-0/+4
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-032-25/+3
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-3/+3
| | | | Fix path name in smoke.py
* SERVER-12848 Don't validate field names of array childrenAndrew Morrow2014-03-033-53/+113
|
* SERVER-12870 Better error message when prividing a pwd arg when creating an ↵Spencer T Brody2014-03-021-0/+16
| | | | external user
* SERVER-12968: downcast createIndexes on 2.6 mongos -> insertEliot Horowitz2014-03-012-19/+179
|
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-282-3/+2
|
* SERVER-12903: Fix MSI UpgradeMark Benvenuto2014-02-283-5/+31
| | | | | | | 1. Each version of mongo is installed to a unique directory, ie 2.6.0, and 2.6.1, changed it to be the major version instead 2.6 2. Added a MajorUpgrade element to prevent downgrade, and do the proper thing on upgrade Minor: The Wix uses the same upgrade code for each MSI, these should be unique per flavor