summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-021-1/+1
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-08-082-8/+18
* SERVER-27534 All writing operations must fail if the term changesJustin Seyster2018-05-081-4/+13
* SERVER-33475 Make retried findAndModify correctly wait for writeConcernRandolph Tan2018-04-161-1/+3
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-151-0/+1
* SERVER-32806 retried FindAndModify not using oplogHack when querying for pre/...Randolph Tan2018-02-141-1/+4
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-191-0/+22
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1115-0/+320
* SERVER-31243 Make no-op retry of findAndModify upsert of new document return ...Kaloian Manassiev2017-11-092-2/+30
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-143/+196
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-6/+7
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-234-146/+16
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-177-191/+296
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+6
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-8/+18
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-054-13/+35
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-042-39/+39
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-2924-287/+302
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-282-27/+0
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-282-0/+27
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-272-27/+0
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-272-0/+27
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-262-27/+0
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-2/+4
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-4/+2
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-2/+4
* SERVER-30894 Handle nested oplog entries in retry pathRandolph Tan2017-09-202-42/+341
* SERVER-30206 Error if retryable write request has multi update or deleteJack Mulrow2017-09-191-0/+8
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-144-9/+22
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-132-5/+4
* SERVER-30639 change getNextOpTimes interface to return a valueEric Milkie2017-09-131-3/+2
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-15/+15
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-122-3/+42
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-5/+2
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-0/+3
* SERVER-30581 Remove repeated string constants related to featureCompatibility...Tess Avitabile2017-08-301-2/+5
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-4/+9
* SERVER-28914 Create a test fixture with mock replication coordinator and ephe...Randolph Tan2017-08-262-65/+10
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-254-15/+77
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+2
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-4/+4
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-174-0/+437
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-17/+18
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-3/+3
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-3/+3
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-103-178/+10
* SERVER-28772 PushNodeJustin Seyster2017-08-084-288/+1
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-081-1/+1