index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_relation.h
Commit message (
Expand
)
Author
Age
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor parser's generation of Var nodes.
Tom Lane
2019-12-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my
Tom Lane
2009-10-31
*
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-27
*
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-10-21
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came
Tom Lane
2008-10-06
*
Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as
Tom Lane
2008-10-06
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
[next]