summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-12/+13
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-161-2/+21
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-9/+10
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+6
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-3/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-2/+4
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-10/+26
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-2/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+4
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-128/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-5/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+0
* SERVER-34644 Assert that ShardKeyPattern is always constructed with a valid keyKaloian Manassiev2018-04-261-2/+0
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-2/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-2/+1
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-9/+1
* SERVER-33105 Fix use-after-move bug in Helpers::findOne()Ian Boros2018-02-081-1/+1
* SERVER-32318 Fine grained locking in doTxnSiyuan Zhou2018-01-291-3/+13
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-1/+2
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+8
* SERVER-27699 Capture actual error from getExecutorNatalia Jacobowitz2017-07-061-6/+2
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-04-211-11/+11
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-189/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-21/+16
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-28/+0
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-5/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+3
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-3/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-52/+61
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-16/+16