summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+13
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-3/+16
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-212-3/+5
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-143-5/+4
* SERVER-32806 retried FindAndModify not using oplogHack when querying for pre/...Randolph Tan2018-02-131-1/+4
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-081-4/+9
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-11/+0
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-3/+3
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+22
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-6/+3
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-172-29/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-2/+2
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-1440-12506/+5
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-0615-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