summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_node.c
Commit message (Expand)AuthorAgeFilesLines
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-191-3/+4
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-171-10/+3
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-3/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-9/+9
* Change some mallocs to palloc.Bruce Momjian1997-12-291-2/+2
* Make parser functions static where possible.Bruce Momjian1997-11-261-3/+9
* Cleanup up include files.Bruce Momjian1997-11-261-17/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-0/+513