summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_relation.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-2/+3
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-0/+1
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-121-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-191-0/+1
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-0/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-181-0/+1
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-111-0/+1
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-311-6/+1
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-271-1/+2
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-211-5/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-061-2/+3
* Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, asTom Lane2008-10-061-1/+4
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+7
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-5/+7
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+5
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-5/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-051-4/+5
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-4/+3
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-131-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-4/+7
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-181-2/+2
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-021-1/+6
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add add_missing_from GUC variable.Bruce Momjian2003-06-111-1/+3
* pgindent run.Bruce Momjian2002-09-041-16/+16
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-4/+8
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-051-2/+1
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-2/+3
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+6