summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-4/+6
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-1/+2
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-281-2/+1
* SERVER-62393 Apply CRUD ops using correct tenant namespace during oplog appli...Hugh Tong2022-09-091-0/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-6/+6
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-1/+0
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-14/+10
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb2021-06-221-0/+9
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-2/+2
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-13/+15
* SERVER-53122 Create findAndNoopUpdate method in Helpersjannaerin2020-12-021-0/+13
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-10/+11
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+5
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-161-0/+12
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+6
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+12
* 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