index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
query.js
Age
Commit message (
Expand
)
Author
2024-07-30
SERVER-93005 Avoid duplicating read preference when running an exhaust query ...
vstojkovic-mongodb
2024-06-27
SERVER-91778 Do not close cursor in shell when batch is filled till l… (#23...
Adityavardhan Agrawal
2022-08-18
SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style format
David Storch
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-04-12
SERVER-63208 Make allowDiskUse opt-out rather than opt-in
Romans Kasperovics
2021-07-15
SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...
Yoonsoo Kim
2021-06-30
SERVER-58103 Remove test cases which test legacy op behaviors
Yoonsoo Kim
2020-05-28
SERVER-47970: mongo shell changes for snapshot reads
Lingzhi Deng
2020-03-10
SERVER-46567 Update shell methods Mongo.setReadPref and cursor.readPref to su...
Cheahuychou Mao
2020-02-28
SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...
Cheahuychou Mao
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-07-24
SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...
Xin Hao Zhang
2019-07-12
SERVER-42077 Add 'allowDiskUse' option to find command
Misha Ivkov
2019-06-03
SERVER-23923 Track writeConcern through getMores
Charlie Swanson
2019-04-25
SERVER-40253 Implement count command in IDL
Ted Tuckman
2018-12-22
SERVER-38530 Add getResumeToken shell helper
Bernard Gorman
2018-06-13
SERVER-32064 Requests from the shell should use an implicit session by default
Jack Mulrow
2018-06-11
SERVER-35044 Remove maxScan query option
James Wahlin
2018-06-05
SERVER-35403: Don't attempt to close a non-existing cursor
David Bradford
2018-05-17
SERVER-34868 Prohibit legacy queries from running on sessions in shell
William Schultz
2018-04-17
SERVER-34094 Change snapshot read tests to use multi-statement transactions
Xiangyu Yao
2018-03-16
SERVER-32174: Remove old snapshot query option
Nick Zolnierz
2018-03-06
SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...
Tess Avitabile
2017-11-27
SERVER-31925 Remove QueryPlan shell object
jannaerin
2017-11-16
SERVER-31354 Support driver API for changeStreams in the shell.
Siyuan Zhou
2017-11-13
SERVER-31610 Add timestamp to plan cache entries
jannaerin
2017-10-03
SERVER-30848 make shell getMores use sessions
Jason Carey
2017-07-26
SERVER-28509 DBClient::killCursor() now uses command
Mathias Stearn
2016-09-13
SERVER-24081 fixed explainable count to respect hint
Maria van Keulen
2016-08-29
SERVER-23219 DBCommandCursor should route getMore operations to original server
Jonathan Reams
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-10
SERVER-23791 extend shell helpers to pass collation parameter to server
David Storch
2016-03-18
SERVER-23067 Final round of JS linting and formatting
Mike Grundy
2016-03-09
SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...
Jonathan Abrahams
2016-02-05
SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fix
Mike Grundy
2016-02-04
SERVER-21814 Shell correctly processes negative batchSize in commands readMode.
Benjamin Murphy
2016-01-04
SERVER-22043 attach read preference in count helper
Adam Midvidy
2015-11-12
SERVER-20257 Support readConcern in count command shell helper
Jonathan Reams
2015-11-10
SERVER-20146 Only allow read concern in shell helper if mongod supports it
Jonathan Reams
2015-10-29
SERVER-20146 add readConcern to DBQuery shell helpers
Jonathan Reams
2015-10-23
SERVER-15176 clean up db.coll.find().help()
David Storch
2015-10-09
SERVER-20810 better error when find, getMore, or killCursors commands issued ...
David Storch
2015-10-09
Revert "SERVER-20810 better error text when find, getMore, or killCursors com...
Max Hirschhorn
2015-10-08
SERVER-20810 better error text when find, getMore, or killCursors commands is...
David Storch
2015-10-06
SERVER-20770 garbage collect every 10 MB in itcount() instead of every 10000 ...
David Storch
2015-09-18
SERVER-17792 Kill cursors when query limit is reached in the shell
Jonathan Reams
2015-09-15
Revert "SERVER-17792 Kill cursors when query limit is reached in the shell"
Jonathan Reams
2015-09-15
SERVER-17792 Kill cursors when query limit is reached in the shell
Jonathan Reams
2015-09-03
SERVER-19842 rename 'partial' find command parameter to 'allowPartialResults'
David Storch
2015-09-01
SERVER-19341 fix read preference and slaveOk handling for the find command
David Storch
[next]