summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_relation.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-5/+2
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-3/+8
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-4/+4
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-4/+11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Fix foreign keys on system columns.Tom Lane2001-10-231-1/+2
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-17/+17
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-8/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-3/+7