summaryrefslogtreecommitdiff
path: root/src/mongo/shell/query.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch2022-08-181-218/+136
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-6/+7
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-2/+2
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-11/+25
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-55/+20
* SERVER-47970: mongo shell changes for snapshot readsLingzhi Deng2020-05-281-2/+28
* SERVER-46567 Update shell methods Mongo.setReadPref and cursor.readPref to su...Cheahuychou Mao2020-03-101-2/+6
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-281-0/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-43/+41
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-18/+3
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-0/+13
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-3/+1
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+0
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2018-12-221-2/+32
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-4/+5
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-10/+1
* SERVER-35403: Don't attempt to close a non-existing cursorDavid Bradford2018-06-051-1/+3
* SERVER-34868 Prohibit legacy queries from running on sessions in shellWilliam Schultz2018-05-171-0/+7
* SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao2018-04-171-0/+1
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-9/+0
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-1/+6
* SERVER-31925 Remove QueryPlan shell objectjannaerin2017-11-271-64/+0
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-161-2/+35
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+1
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-6/+13
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-1/+1
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-131-0/+31
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-16/+5
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-0/+16
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-6/+6
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-164/+172
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-112/+112
* SERVER-21814 Shell correctly processes negative batchSize in commands readMode.Benjamin Murphy2016-02-041-1/+6
* SERVER-22043 attach read preference in count helperAdam Midvidy2016-01-041-1/+1
* SERVER-20257 Support readConcern in count command shell helperJonathan Reams2015-11-121-0/+3
* SERVER-20146 Only allow read concern in shell helper if mongod supports itJonathan Reams2015-11-101-0/+4
* SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams2015-10-291-0/+13
* SERVER-15176 clean up db.coll.find().help()David Storch2015-10-231-19/+20
* SERVER-20810 better error when find, getMore, or killCursors commands issued ...David Storch2015-10-091-3/+10
* Revert "SERVER-20810 better error text when find, getMore, or killCursors com...Max Hirschhorn2015-10-091-10/+3
* SERVER-20810 better error text when find, getMore, or killCursors commands is...David Storch2015-10-081-3/+10
* SERVER-20770 garbage collect every 10 MB in itcount() instead of every 10000 ...David Storch2015-10-061-8/+14
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-181-1/+25
* Revert "SERVER-17792 Kill cursors when query limit is reached in the shell"Jonathan Reams2015-09-151-19/+1
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-151-1/+19
* SERVER-19842 rename 'partial' find command parameter to 'allowPartialResults'David Storch2015-09-031-1/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-11/+15
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-121-2/+8
* SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...David Storch2015-08-101-7/+8