summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-0/+13
* SERVER-74796 Update the description of the 'fromMigrate' op entry fieldPaolo Polato2023-04-171-1/+5
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-3/+0
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+1
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-191-1/+1
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-0/+3
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ...Antonio Fuschetto2022-05-061-4/+4
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+6
* SERVER-61191 Add postImage and needsRetryImage to ReplOperationCheahuychou Mao2021-11-201-10/+10
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-9/+9
* SERVER-56374: Add ability to write retryable findAndModify updates to `config...Daniel Gottlieb2021-05-071-1/+0
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-0/+13
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-3/+7
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-3/+4
* SERVER-49904 Add pre-image and post-image oplog entries to OplogEntry.Max Hirschhorn2020-12-241-4/+0
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-291-0/+4
* SERVER-49891: Create and test the resharding oplog fetching aggregation pipel...Daniel Gottlieb2020-09-161-2/+2
* SERVER-50117 Add resumeToken and pre/post image oplog tests for createAggForR...Randolph Tan2020-08-261-2/+5
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+5
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-0/+7
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-5/+5
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-131-13/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+0
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-131-1/+4
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-1/+1
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-1/+0
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-2/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-4/+0
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-6/+0
* SERVER-40350 Create a ReplOperation/Durable class delineation to indicate fie...Blake Oler2019-04-051-3/+4
* SERVER-39430 Change IDL of oplog to add a new "inTxn" fieldMatthew Russotto2019-02-141-0/+6
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-0/+1
* 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-19/+25
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-0/+4
* SERVER-32913 added 'b' (upsert) field to ReplOperation IDLBenety Goh2018-02-161-0/+6
* SERVER-32918 Extract operation fields of OplogEntryBase into chained ReplOper...Siyuan Zhou2018-02-061-22/+27
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+1
* SERVER-31356 make OplogEntry immutableBenety Goh2017-11-071-0/+1
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-10/+11
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-1/+10
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-1/+7
* SERVER-29863 Add optional sessionId, txnNum, stmtId fields to oplog entry idlJack Mulrow2017-07-051-0/+11
* SERVER-29695 change oplog entry timestamp logging from wc to wallMisha Tyulenev2017-06-201-1/+1
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-061-0/+4