summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31507 add option to specify oplog application mode in applyOpsr3.6.0-rc2Judah Schvimer2017-10-312-9/+124
* SERVER-31765 Move dagger to a non-patch-queue builder because it is slowAndrew Morrow2017-10-311-3/+3
* SERVER-31081 Fix Lint again.ADAM David Alan Martin2017-10-311-1/+2
* SERVER-31061 Fix Lint.ADAM David Alan Martin2017-10-311-1/+1
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-3131-163/+1428
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-315-4/+24
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-306-106/+346
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-3011-128/+291
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-304-45/+156
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-304-72/+101
* SERVER-24344 Calls to take resource lock unnecessarily check for null Locker ...Xiangyu Yao2017-10-301-4/+2
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-3011-22/+147
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-2711-31/+252
* SERVER-31641: Blacklist sharding/kill_sessions.jsSpencer Jackson2017-10-272-0/+2
* SERVER-31633 If the featureCompatibilityVersion is 3.6, upgrading, or downgra...Tess Avitabile2017-10-275-19/+69
* SERVER-31736 Fix Windows build when --dynamic-windows is on but not --sslMark Benvenuto2017-10-272-0/+11
* SERVER-31721 invalid $expr within $and/$or can segfault on call to optimizeJames Wahlin2017-10-273-2/+41
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-2711-67/+112
* SERVER-31254 Fail initial sync if fCV targetVersion is set or if there is no ...Judah Schvimer2017-10-278-78/+505
* SERVER-31744 Only ignore UUIDs in dbhash check for master/slave.Max Hirschhorn2017-10-271-1/+6
* SERVER-31611: Perform a clean shutdown and downgrade on an interpreted FCV 3.2.Daniel Gottlieb2017-10-275-32/+89
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-2610-7/+69
* SERVER-20432 allow some escaped | chars in regexes to use tight index boundsKyle Suarez2017-10-263-14/+198
* SERVER-31699 synchronize oplog writes at the end of initial syncEric Milkie2017-10-261-5/+5
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-2610-89/+149
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-263-3/+3
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-2635-73/+107
* SERVER-31674 Rename misleading functions and structs in cluster_aggregate.cppBernard Gorman2017-10-261-46/+45
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-269-238/+386
* SERVER-31682 Use AWS EC2 force-stop in powercycle testsJonathan Abrahams2017-10-253-53/+175
* SERVER-31543 rollback uses non-system temporary namespaces for working collec...Benety Goh2017-10-252-1/+21
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+236
* SERVER-30802 Add "with_external_server" to excluded executor_only set in resm...Jonathan Abrahams2017-10-251-2/+2
* SERVER-31543 extract test function _testRollbackRenamingCollectionsToEachOtherBenety Goh2017-10-251-13/+27
* SERVER-30802 Add CRUD & FSM clients to powertest.pyJonathan Abrahams2017-10-258-133/+672
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-258-230/+32
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+230
* SERVER-31630 getParameter for featureCompatibilityVersion must expose targetV...Tess Avitabile2017-10-258-94/+149
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-258-230/+32
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-258-114/+92
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-2526-100/+138
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-258-92/+114
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+230
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-2513-57/+541
* SERVER-31543 add collection name and UUID to 'Document validators not allowed...Benety Goh2017-10-241-4/+7
* SERVER-29074 Avoid `AsyncOp::_request` in log text.ADAM David Alan Martin2017-10-242-16/+26
* SERVER-31047 Rollback properly removes redundant index operationsWilliam Schultz2017-10-243-83/+274
* Import tools: 75f2d994ce4bdcfca79d1b5e50c7d5125a6ab092 from branch masterRamon Fernandez2017-10-2411-456/+10
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-2411-43/+16
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-243-11/+80