summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68183 Change ViewDefinition constructor to take in DatabaseNamejannaerin2022-07-261-1/+1
* SERVER-63126 Prevent creating view on system.buckets namespaceDan Larkin-York2022-05-051-1/+2
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-011-1/+1
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-7/+5
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-3/+8
* SERVER-51872 allow inserts on time-series viewBenety Goh2020-11-031-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-26022 collMod should copy ViewDefinition before modifyingJames Wahlin2016-09-081-0/+1
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-9/+19
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-0/+7
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-141-0/+8
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+79