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