summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_insert_listener.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76987 Make sure local awaitData notifications are robust to WriteConfl...Matthew Russotto2023-05-161-0/+1
* SERVER-74555 Re-introduce majority commit point advancement notification mech...Denis Grebennicov2023-04-211-18/+22
* SERVER-74526 Fix high CPU utilization for a change streams opened against sec...David Storch2023-03-031-24/+18
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-69959 Introduce majority committed point advancement notification mech...Denis Grebennicov2022-11-291-16/+24
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+1
* SERVER-51707 Remove some lock asserts in query utilitiesDianna Hohensee2020-10-191-4/+0
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-0/+123