summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
Commit message (Expand)AuthorAgeFilesLines
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-3/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-12/+12
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-231-3/+5
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-231-0/+3
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-27/+50
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-081-13/+27
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-1/+5
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-011-0/+42
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-6/+7
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Adjust collation determination rules as per discussion.Tom Lane2011-04-091-1/+1
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-261-4/+27
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-251-1/+2
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-3/+3
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-111-1/+1
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-8/+2
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-221-2/+0
* Per-column collation supportPeter Eisentraut2011-02-081-0/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Improve handling of domains over arrays.Tom Lane2010-10-211-32/+95
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-37/+38
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-2/+29
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-311-99/+213
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-211-6/+4
* Make backend header files C++ safePeter Eisentraut2009-07-161-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-11/+11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-7/+25
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve parser error location for cases where an INSERT or UPDATE commandTom Lane2008-10-071-3/+10
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-061-4/+6
* Fix markTargetListOrigin() to not fail on a simple-Var reference to aTom Lane2008-10-051-4/+13
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+57
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-17/+25
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-301-22/+20
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-5/+8
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-1/+2
* Remove typename from A_Const.Alvaro Herrera2008-04-291-8/+1
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-201-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Fix Assert failure in ExpandColumnRefStar --- what I thought was a can'tTom Lane2007-09-271-3/+6
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-061-2/+2