summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-6/+7
* func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier1998-02-051-2/+2
* Fix up this so that it also doesn't use a caller variable...Marc G. Fournier1998-02-051-2/+2
* Parser cleanup.Bruce Momjian1998-01-201-2/+4
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-041-2/+2
* Make parser functions static where possible.Bruce Momjian1997-11-261-31/+1
* Cleanup up include files.Bruce Momjian1997-11-261-32/+16
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-0/+97