summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_relation.c
Commit message (Expand)AuthorAgeFilesLines
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-4/+4
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-271-1/+2
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-271-1/+11
* Support domains over composite types.Tom Lane2017-10-261-9/+9
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-161-7/+1
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-061-32/+66
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-16/+16
* Phase 3 of pgindent updates.Tom Lane2017-06-211-20/+20
* Phase 2 of pgindent updates.Tom Lane2017-06-211-6/+6
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+2
* Sync addRangeTableEntryForENR() with its peer functions.Tom Lane2017-04-161-5/+5
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner2017-04-061-4/+4
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-3/+140
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-1/+1
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-3/+76
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-081-70/+24
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+1
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-1/+1
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-221-5/+8
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message improvementsPeter Eisentraut2015-11-161-2/+2
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-031-2/+5
* pgindent run for 9.5Bruce Momjian2015-05-231-28/+28
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-7/+14
* Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas2015-03-111-12/+18
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-111-33/+233
* Remove residual NULL-pstate handling in addRangeTableEntry.Robert Haas2015-03-031-5/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+13
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-111-25/+37
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-071-0/+4
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-362/+474
* Re-allow duplicate aliases within aliased JOINs.Tom Lane2013-11-111-2/+13
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-231-0/+10
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-30/+146
* Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane2013-07-231-1/+0
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-231-9/+20
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Clean up references to SQL92Peter Eisentraut2013-04-201-3/+3
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-0/+49
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-191-1/+2