summaryrefslogtreecommitdiff
path: root/src/mongo/shell/query.js
AgeCommit message (Expand)Author
2024-07-30SERVER-93005 Avoid duplicating read preference when running an exhaust query ...vstojkovic-mongodb
2024-06-27SERVER-91778 Do not close cursor in shell when batch is filled till l… (#23...Adityavardhan Agrawal
2022-08-18SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch
2022-06-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-04-12SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics
2021-07-15SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim
2021-06-30SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim
2020-05-28SERVER-47970: mongo shell changes for snapshot readsLingzhi Deng
2020-03-10SERVER-46567 Update shell methods Mongo.setReadPref and cursor.readPref to su...Cheahuychou Mao
2020-02-28SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-24SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang
2019-07-12SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov
2019-06-03SERVER-23923 Track writeConcern through getMoresCharlie Swanson
2019-04-25SERVER-40253 Implement count command in IDLTed Tuckman
2018-12-22SERVER-38530 Add getResumeToken shell helperBernard Gorman
2018-06-13SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow
2018-06-11SERVER-35044 Remove maxScan query optionJames Wahlin
2018-06-05SERVER-35403: Don't attempt to close a non-existing cursorDavid Bradford
2018-05-17SERVER-34868 Prohibit legacy queries from running on sessions in shellWilliam Schultz
2018-04-17SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao
2018-03-16SERVER-32174: Remove old snapshot query optionNick Zolnierz
2018-03-06SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile
2017-11-27SERVER-31925 Remove QueryPlan shell objectjannaerin
2017-11-16SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou
2017-11-13SERVER-31610 Add timestamp to plan cache entriesjannaerin
2017-10-03SERVER-30848 make shell getMores use sessionsJason Carey
2017-07-26SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn
2016-09-13SERVER-24081 fixed explainable count to respect hintMaria van Keulen
2016-08-29SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-10SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch
2016-03-18SERVER-23067 Final round of JS linting and formattingMike Grundy
2016-03-09SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams
2016-02-05SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy
2016-02-04SERVER-21814 Shell correctly processes negative batchSize in commands readMode.Benjamin Murphy
2016-01-04SERVER-22043 attach read preference in count helperAdam Midvidy
2015-11-12SERVER-20257 Support readConcern in count command shell helperJonathan Reams
2015-11-10SERVER-20146 Only allow read concern in shell helper if mongod supports itJonathan Reams
2015-10-29SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams
2015-10-23SERVER-15176 clean up db.coll.find().help()David Storch
2015-10-09SERVER-20810 better error when find, getMore, or killCursors commands issued ...David Storch
2015-10-09Revert "SERVER-20810 better error text when find, getMore, or killCursors com...Max Hirschhorn
2015-10-08SERVER-20810 better error text when find, getMore, or killCursors commands is...David Storch
2015-10-06SERVER-20770 garbage collect every 10 MB in itcount() instead of every 10000 ...David Storch
2015-09-18SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams
2015-09-15Revert "SERVER-17792 Kill cursors when query limit is reached in the shell"Jonathan Reams
2015-09-15SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams
2015-09-03SERVER-19842 rename 'partial' find command parameter to 'allowPartialResults'David Storch
2015-09-01SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch