summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-111-46/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-291-4/+12
* Revert "SERVER-21693 generate a summary after rollback via recover to timestamp"Kyle Suarez2018-03-291-12/+4
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-281-4/+12
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-211-0/+8
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-201-8/+0
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-201-0/+8
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+3
* SERVER-32318 Fine grained locking in doTxnSiyuan Zhou2018-01-291-0/+5
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-3/+0
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-23/+0
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-18/+0
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* Revert "SERVER-23445 create LocalClient class for local queries/writes, imple...Dianna Hohensee2016-04-061-14/+11
* SERVER-23445 create LocalClient class for local queries/writes, implement a f...Dianna Hohensee2016-04-051-11/+14
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-27/+0
* SERVER-21404: Add rollback file coverage to ESESpencer Jackson2015-11-131-0/+4
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-1/+0
* SERVER-15929 RemoveSaver::goingToDelete() returns error status if it fails to...Benety Goh2015-09-241-3/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-175/+177
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-1/+2
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-2/+0
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-211-2/+0
* SERVER-17672 Helpers::getSingleton()/getLast() return owned objectJason Rassi2015-03-231-9/+16
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-2/+1
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-251-0/+1
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-1/+0
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-3/+0
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-2/+3
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-3/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-2/+3
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-17/+19
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-3/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+2