aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_relation.h
Commit message (Expand)AuthorAge
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor parser's generation of Var nodes.Tom Lane2019-12-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-08
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-11
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-06
* Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, asTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04