summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-1512-21/+15
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-1511-233/+236
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-41/+33
* SERVER-34531 Ensure KVCatalog _collections is not empty during renameMaria van Keulen2018-05-151-6/+11
* SERVER-34701 Wait for oplog visibily on rollback startLouis Williams2018-05-112-11/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-116-7/+11
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-102-4/+4
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-103-12/+19
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-092-2/+46
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-0517-43/+503
* SERVER-34575: Only downgrade to 3.6 when oplog was replayed on startup.Daniel Gottlieb2018-05-042-10/+47
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-034-4/+4
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-0319-30/+313
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-034-10/+24
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-028-9/+11
* SERVER-34423 Avoid reloading UUID on collMod rollbackGeert Bosch2018-05-012-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-3014-27/+7
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-3014-7/+27
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-2714-27/+7
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-04-263-27/+150
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-34385 Unit tests for secondary reads during oplog applicationLouis Williams2018-04-251-4/+101
* Revert "SERVER-34385 Unit tests for secondary reads during oplog application"Louis Williams2018-04-241-101/+4
* SERVER-34385 Unit tests for secondary reads during oplog applicationLouis Williams2018-04-241-4/+101
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-244-322/+340
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-232-10/+12
* SERVER-34565 oplog reads on secondaries should read at lastApplied timestampEric Milkie2018-04-201-5/+3
* SERVER-34533 killOp available on embedded.Henrik Edin2018-04-191-10/+11
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-11/+11
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-1/+0
* SERVER-33986 always log recovery timestampJudah Schvimer2018-04-181-1/+1
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-3/+3
* Correctly advance BufReader for kNumericPositiveSmallMagnitude type.nehakhatri52018-04-181-0/+1
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-135-23/+96
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-136-23/+43
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-134-29/+60
* SERVER-34317: Check wiredtiger_open return code before accessing the connection.Daniel Gottlieb2018-04-121-9/+8
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-123-4/+30
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-117-34/+66
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-107-12/+51
* SERVER-34264 Use TRACE_INDEX for logging Index KeyStringSulabh Mahajan2018-04-091-1/+1
* SERVER-33488 conditionally update WT size metadata during startup recoveryKyle Suarez2018-04-072-1/+51
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-051-0/+14
* SERVER-34305 add collection name to duplicate wiredtiger record error messageBenety Goh2018-04-042-1/+6
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-0415-81/+69
* SERVER-33834 Initialize isReadOnly fieldXiangyu Yao2018-04-041-1/+2
* SERVER-34303: Log WT recovery messages when storage.recovery is enabled.Daniel Gottlieb2018-04-041-0/+5
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+1