summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-021-0/+15
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-1/+1
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-241-0/+4
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-62/+62
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+8
* SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersionKaloian Manassiev2022-06-241-1/+0
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-131-0/+1
* SERVER-64821 Change unstable to true for fields that are not meant to be incl...Huayu Ouyang2022-03-311-1/+1
* SERVER-64040 Add encryptionInformation to findAndModify IDLNicholas Zolnierz2022-03-091-0/+5
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-1/+7
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-4/+11
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+12
* SERVER-63016 Change isTimeseriesNamespace type back to optionalBoolHuayu Ouyang2022-01-271-2/+1
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-151-0/+5
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-091-1/+6
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+51
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+4
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-201-2/+2
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-0/+5
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-17/+20
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-2/+23
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-191-1/+1
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-13/+112
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-071-3/+71
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-1/+19
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+3
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-021-1/+1
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-7/+9
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+3
* SERVER-46709 Support 'let' variables in the delete commandJacob Evans2020-05-041-0/+9
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+5
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-291-0/+4
* Revert "SERVER-44367 Allow hinting the delete command"Eric Milkie2020-02-271-4/+0
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-271-0/+4
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-0/+5
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+6
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-0/+5
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-0/+6
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+9
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-2/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+25
* SERVER-33338 Allow bulk writes to specify only the stmtId of the first statem...Matthew Russotto2018-03-071-1/+11
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-0/+146