summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-14/+16
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-7/+3
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-1/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-7/+6
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+2
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-2/+8
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-1/+1
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-1/+3
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-301-7/+6
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-281-2/+1
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-9/+7
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-0/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-19/+16
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-3/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-15/+7
* SERVER-62899 Fix coverity defect in dbhelpers.cppHaley Connelly2022-02-151-13/+18
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-3/+3
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-3/+4
* SERVER-62828 Allow Helpers::findById to search by clustered indexHaley Connelly2022-01-211-8/+14
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-1/+1
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-2/+6
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-2/+19
* SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb2021-06-221-0/+15
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-1/+0
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-031-4/+6
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-3/+9
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-2/+6
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+6
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-0/+1
* SERVER-53122 Create findAndNoopUpdate method in Helpersjannaerin2020-12-021-0/+31
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-12/+11
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* 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