summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-031-3/+1
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-291-1/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-151-2/+3
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-6/+7
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-121-3/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+3
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-2/+3
* Default values for function argumentsPeter Eisentraut2008-12-041-2/+3
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-5/+5
* 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-2/+2
* Support the syntaxTom Lane2006-04-151-3/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-2/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* 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
* pgindent run.Bruce Momjian2003-08-041-16/+16
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-1/+3
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-9/+9
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-1/+11
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-2/+4
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+5
* pgindent run.Bruce Momjian2002-09-041-7/+7
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-11/+1
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+6
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-4/+8
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+4
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-5/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+7
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-041-4/+14
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-191-2/+2
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-181-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-5/+5
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-201-1/+5
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-161-1/+3
* Add:Bruce Momjian2000-01-261-2/+3