summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_param.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas2010-08-191-84/+2
* Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas2010-08-181-2/+84
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Make fixed_paramref_hook behave properly when there are 'unused' slotsTom Lane2010-01-131-3/+4
* 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-0/+307