aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAge
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-17
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart1998-05-29
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier1998-02-05
* Fix up this so that it also doesn't use a caller variable...Marc G. Fournier1998-02-05
* Parser cleanup.Bruce Momjian1998-01-20
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25