aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAge
* Reduce variable scope and possibly useless pallocDavid Rowley2024-10-30
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane2022-02-15
* Update copyright for 2022Bruce Momjian2022-01-07
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-21
* Implement table partitioning.Robert Haas2016-12-07
* Add location field to DefElemPeter Eisentraut2016-09-06
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas2015-03-11
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03