summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make number of args to a function configurable.Bruce Momjian2000-01-101-4/+1
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-3/+5
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-1/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-6/+1
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+6
* pgindent run over code.Bruce Momjian1999-05-251-6/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-5/+7
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-4/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+6
* Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart1998-05-291-2/+6
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-2/+2