summaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-107/+0
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-0/+107
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-107/+0
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-4/+29
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-081-1/+15
* Parse/analyze function renamingPeter Eisentraut2022-03-041-1/+1
* Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane2022-02-151-2/+18
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-4/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-151-0/+4
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-021-8/+12
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-211-1/+2
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Support reloptions of enum typeAlvaro Herrera2019-09-251-18/+0
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+1
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-171-5/+0
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+0
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-061-0/+4
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-1/+3
* Fix set of NLS translation issuesMichael Paquier2018-08-211-1/+1
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-261-3/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-8/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-1/+1
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-1/+1
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-2/+1
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-5/+10
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-211-29/+49
* Implement table partitioning.Robert Haas2016-12-071-1/+2
* Add location field to DefElemPeter Eisentraut2016-09-061-2/+2
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-271-17/+5
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas2015-03-111-2/+6
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-11/+14
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Message improvementsPeter Eisentraut2014-10-121-1/+1
* Assorted message improvementsPeter Eisentraut2014-08-291-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-7/+7
* Make security barrier views automatically updatableStephen Frost2014-04-121-5/+1