aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_relation.h
Commit message (Expand)AuthorAge
* 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
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-05
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-04
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19