summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-024-15/+17
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-1/+0
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-318-80/+32
* SERVER-54800 support $indexStats on time-series collectionsBenety Goh2021-03-261-0/+30
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-1/+1
* SERVER-54611 Conditionally validate timeseries create collection's internal p...Rishab Joshi2021-02-261-1/+8
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-2/+1
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-234-3/+17
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-8/+2
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-173-13/+17
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-202-3/+7
* SERVER-51618 Disallow pipeline stages that are not part of API version 1 with...Ruoxin Xu2021-01-121-0/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-075-40/+41
* SERVER-53322 clean up collection_options_idl dependenciesBenety Goh2020-12-101-0/+1
* SERVER-52559 Remove collection lock in aggregation resolve namespacesHenrik Edin2020-12-101-1/+5
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-095-197/+285
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-258-32/+84
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-133-30/+39
* SERVER-52698 Protect ViewCatalog with mutex also in rollback handlersHenrik Edin2020-11-091-3/+11
* SERVER-51872 allow inserts on time-series viewBenety Goh2020-11-032-0/+10
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+9
* SERVER-51320 Remove CollectionLock to system.views from functions in ViewCata...Henrik Edin2020-10-131-16/+0
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to val...Huayu Ouyang2020-10-101-2/+2
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-083-3/+12
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-271-5/+0
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-202-8/+1
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-181-1/+0
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-5/+4
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-4/+4
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-1/+1
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-1/+1
* SERVER-46116 Add integration tests for let variablesKatherine Wu2020-06-111-0/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-082-10/+13
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-3/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-3/+3
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-012-5/+7
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-302-7/+5
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-242-5/+7
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-1/+0
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-192-23/+44
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-5/+20