summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-265-29/+72
|
* SERVER-31543 rollback uses non-system temporary namespaces for working ↵Benety Goh2017-10-252-1/+21
| | | | collections when handling rename conflicts
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+236
|
* SERVER-31543 extract test function _testRollbackRenamingCollectionsToEachOtherBenety Goh2017-10-251-13/+27
|
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog ↵Judah Schvimer2017-10-258-230/+32
| | | | | | entries" This reverts commit 8e69370f5f9b30f3097970c4743ae993c21ed0b3.
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+230
|
* SERVER-31630 getParameter for featureCompatibilityVersion must expose ↵Tess Avitabile2017-10-251-9/+30
| | | | targetVersion
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog ↵Judah Schvimer2017-10-258-230/+32
| | | | | | entries" This reverts commit 080514c9ee36564d8342cd832f3c5f3a199a9845.
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a ↵Judah Schvimer2017-10-258-114/+92
| | | | | | transaction" This reverts commit 0935d7067068b3cb62a802a8696dd39c8d7e1944.
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-2523-97/+135
|
* 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 ↵Benety Goh2017-10-241-4/+7
| | | | allowed' error messages
* SERVER-31047 Rollback properly removes redundant index operationsWilliam Schultz2017-10-243-83/+274
|
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-2411-43/+16
|
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-241-6/+45
|
* SERVER-31572 Fail to complete transition to primary if we've already decided ↵Spencer T Brody2017-10-246-7/+45
| | | | to step down
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-10-243-26/+26
|
* SERVER-31382: Add convertToCapped to restore roleSpencer Jackson2017-10-241-2/+2
|
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-243-55/+43
|
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store ↵Tess Avitabile2017-10-243-41/+47
| | | | FCV=3.4 for shardsvrs
* SERVER-31448 SessionCatalogMigrationDestinationTest with calls to ↵r3.6.0-rc1Randolph Tan2017-10-231-87/+31
| | | | returnOplog & insertDocWithSessionInfo can be executed in undeterministic ordering
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or ↵Kaloian Manassiev2017-10-239-215/+43
| | | | deletes
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-234-7/+89
|
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-2323-91/+310
|
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-233-188/+192
|
* SERVER-31539 applyOps create fails if UUID already exists in different DBGeert Bosch2017-10-231-0/+6
|
* SERVER-31600 Remove unused updateCommitPoint_inlock() functionPavithra Vetriselvan2017-10-232-16/+0
|
* SERVER-31609 fix request synchronization for makeNoopWriteIfNeededMisha Tyulenev2017-10-232-29/+86
|
* SERVER-31514 Move the comment from replication external state impl's header ↵Siyuan Zhou2017-10-232-2/+2
| | | | to cpp file.
* SERVER-30751 Use optimized MatchExpressions in JSON parser test.Justin Seyster2017-10-2311-1119/+967
| | | | | | | | | | | | The JSON Schema parser tests check that the output of the parser matches an expected MatchExpression. The initial output of the parser often includes a lot of unnecessary $and and $or stages that make it confusing to read. Optimizing this output and using that for the check instead makes the test more readable and adds some additional testing for the optimizer. This patch also adds getOptimizer() logic to a few MatchExpression classes that still needed it.
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-211-0/+4
|
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-2010-54/+19
|
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-204-27/+37
|
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-2017-25/+26
|
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-203-5/+198
|
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-2010-11/+149
|
* SERVER-31644 Rename the per-shard filtering information cache collections to ↵Kaloian Manassiev2017-10-202-2/+3
| | | | be prefixed with `config.cache`
* SERVER-31281 Combine computeLatestTransactionTableRecords and ↵Kaloian Manassiev2017-10-204-106/+60
| | | | fillWriterVectorsAndLastestSessionRecords
* SERVER-31295 SERVER-31489 Allow applyOps to rollback without UUIDKatherine Walker2017-10-203-34/+96
|
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-208-89/+418
|
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-10-201-14/+35
|
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-201-15/+42
|
* SERVER-31137 Assert the in-memory fCV is initialized on startupMaria van Keulen2017-10-191-10/+27
|
* SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and ↵Dianna Hohensee2017-10-195-42/+29
| | | | update ShardServerCatalogCacheLoader accordingly
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-10-191-2/+1
|
* SERVER-31347 Remove ↵Randolph Tan2017-10-193-15/+0
| | | | SessionCatalogMigrationDestination::waitUntilReadyToCommit call in MigrationDestinationManager
* SERVER-29448 Disallow removing the admin database in replica set modeMaria van Keulen2017-10-191-5/+6
|
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-192-6/+6
|