summaryrefslogtreecommitdiff
path: root/src/mongo/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-131-28/+3
* SERVER-25551 Pass batchSize through to DBCommandCursor in aggregation helperJonathan Reams2016-09-121-1/+4
* SERVER-7295 check arguments to rename collection helperMatt Cotter2016-09-021-0/+13
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-3/+3
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-2/+3
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-121-0/+5
* SERVER-21088 convert to objectid in massage objectMatt Cotter2016-08-091-2/+4
* SERVER-25300 Incorrect syntax in for loop in collection.jsWaley Chen2016-08-081-1/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-11/+30
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-30/+11
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-11/+30
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-241-0/+6
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-241-6/+0
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-231-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-79/+29
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-3/+41
* SERVER-23109 Typo in src/mongo/shell/collection.jsWaley Chen2016-03-221-1/+1
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-549/+656
* SERVER-22948 Assert that starting/stopping the balancer is successfulKaloian Manassiev2016-03-081-2/+3
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-291-1/+1
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-162/+162
* SERVER-20257 Support readConcern in count command shell helperJonathan Reams2015-11-121-35/+17
* SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams2015-10-291-2/+6
* SERVER-19841: Fix unsafe global loop vars in jsKevin Pulo2015-09-101-1/+1
* SERVER-12856 Add createIndexes shell helperMargaret Stephenson2015-08-141-13/+24
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-103/+233
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-221-127/+0
* SERVER-19474 Improve validation for createIndex array options in shellJ Delaney2015-07-221-1/+5
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-8/+8
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-151-1/+3
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-15/+48
* SERVER-17708 Include createIndex method in DBCollection help() outputJason Rassi2015-03-241-1/+2
* SERVER-17347 add help text for DBCollection's explain methodDavid Storch2015-02-231-0/+1
* SERVER-16628: upgrade checker cleanupScott Hernandez2015-02-181-7/+10
* SERVER-16870 db.collectons.stats() supports indexDetails on sharded collectionsBenety Goh2015-01-161-0/+6
* SERVER-16782 SERVER-16870 refactor db.collection.stats()Benety Goh2015-01-161-20/+26
* SERVER-16848 fixed db.collections.totalSize() so that it uses totalIndexSize ...Benety Goh2015-01-151-10/+4
* SERVER-16782 db.collection.stats() supports toggling of indexDetails and disp...Benety Goh2015-01-151-3/+52
* SERVER-16782 fixed db.collection shell helper test to work with sharding pass...Benety Goh2015-01-151-8/+0
* SERVER-16659 listColls/listIndexes: empty cursor obj no longer neededJason Rassi2015-01-151-2/+2
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-2/+2
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-3/+4
* SERVER-16171: fix repairIterator releasing under WTEliot Horowitz2014-11-171-1/+9
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-21/+69
* SERVER-13635: use listCollections so repl works with non-mmapv1Eliot Horowitz2014-10-061-1/+13
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-29/+1
* SERVER-14378 SERVER-12517: make shell use listIndexes when available and star...Eliot Horowitz2014-07-231-1/+35
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7
* Revert "SERVER-12642 validates input to the distinct command"Benety Goh2014-06-171-7/+4
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7