summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
AgeCommit message (Expand)Author
2024-09-12SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)William L Qian
2024-06-14SERVER-88750 Add "bypassEmptyTsReplacement" param to insert/update/findAndMod...Drew Paroski
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-04-23SERVER-87868 Make oplog collection copy-on-write (#21118)Josef Ahmad
2024-04-21SERVER-89034 Always preserve 0-valued timestamps when migrating documents, ad...Drew Paroski
2024-04-12Revert "SERVER-87868 Make oplog collection copy-on-write (#20317)"Josef Ahmad
2024-03-28SERVER-87868 Make oplog collection copy-on-write (#20317)Josef Ahmad
2024-02-06SERVER-83758: Aggressive IDHACK for find() (#17589)Colin Stolley
2024-01-09SERVER-84562 Refactor getExecutor stack for find (#17880)Irina Yatsenko
2023-11-06SERVER-76238 replace NO_YIELD with INTERRUPT_ONLYRushan Chen
2023-10-31SERVER-82183 Refactor CanonicalQuery to use designated initializersDenis Grebennicov
2023-10-31Revert "SERVER-82183 Refactor CanonicalQuery to use designated initializers"auto-revert-processor
2023-10-31SERVER-82183 Refactor CanonicalQuery to use designated initializersDenis Grebennicov
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-07-04SERVER-78204 Refactor acquisitions to be a smart pointerJordi Olivares Provencio
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-06-21SERVER-77026 Use acquisitons on internal insert pathsJordi Serra Torrens
2023-05-23SERVER-77327: replace verify() with MONGO_verify()Colin Stolley
2023-05-23SERVER-77062 Perform copy-on-write of index catalog entries when cloning a co...Gregory Wlodarek
2023-05-09SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens
2023-04-25SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens
2023-04-21SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko
2023-02-15SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin
2023-02-13SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin
2022-12-21SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari
2022-11-18SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu
2022-10-28SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro
2022-09-30SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari
2022-09-28SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics
2022-09-10SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov
2022-08-25SERVER-62407 Translate find queries directly to ABTBen Shteinfeld
2022-07-08SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan
2022-07-06SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan
2022-06-20SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-05-04SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch
2022-02-15SERVER-62899 Fix coverity defect in dbhelpers.cppHaley Connelly
2022-02-11SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn
2022-02-07SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro
2022-01-21SERVER-62828 Allow Helpers::findById to search by clustered indexHaley Connelly
2021-11-23SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas
2021-09-22SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim
2021-08-31SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala
2021-06-22SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb
2021-06-15SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch
2021-06-03SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh
2021-04-06SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams
2021-04-02SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman
2021-04-02SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York
2021-02-17SERVER-53060 Remove QueryRequest classRuoxin Xu