summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-3/+2
* SERVER-63684: Rollback SERVER-62101, changes not required after SERVER-57250Yu Jin Kang Park2022-03-142-3/+2
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-268-1256/+389
* SERVER-63230 Skip time-series buckets collection lookup for a view during res...Gregory Wlodarek2022-02-181-0/+6
* SERVER-62895 Remove `const` from `DurableViewCatalog::belongsTo` return typeGregory Noma2022-02-092-3/+3
* SERVER-63354 make multitenancy library dependency private in collection_catal...Benety Goh2022-02-081-0/+1
* SERVER-63137 Change CollectionCatalog::_views to be keyed by TenantDatabaseNameSophia Tan2022-02-041-2/+5
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-033-6/+9
* SERVER-63224 Fix dangling pointer when creating view concurrently with databaseHenrik Edin2022-02-031-18/+22
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-225-158/+269
* SERVER-58716 Rewrite index spec hint for time-series collectionDan Larkin-York2022-01-074-85/+121
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-3/+3
* SERVER-62101 Check whether the database was dropped before accessing the View...Dianna Hohensee2022-01-041-1/+4
* SERVER-62169 ViewCatalog::resolveView should handle when time-series bucket c...Dan Larkin-York2021-12-211-5/+4
* SERVER-60672 Simpler pushdown when timeseries collection has no mixed-schema ...samontea2021-12-144-4/+56
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-013-28/+8
* SERVER-54597: Allow users to specify non-default collation on TSMaddie Zechar2021-09-283-10/+24
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-3/+3
* SERVER-58219 Investigate ViewCatalog::reload() lock acquisitionDan Larkin-York2021-08-161-7/+2
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-132-3/+6
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-233-22/+25
* SERVER-57061 Make CollectionCatalog aware of namespaces used by ViewCatalog.Henrik Edin2021-05-282-16/+45
* SERVER-55784 Add catalog statistics to serverStatusLouis Williams2021-05-262-6/+39
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-171-2/+3
* SERVER-50286 Indicate in logs whether an operation involves a viewIrina Yatsenko2021-05-121-0/+11
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-4/+4
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-083-4/+4
* 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