summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_param.c
AgeCommit message (Expand)Author
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-18Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-13Make fixed_paramref_hook behave properly when there are 'unused' slotsTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-31Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane