summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/view.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-011-6/+4
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-9/+3
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-8/+9
* 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/+9
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-2/+11
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-0/+14
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+46