index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_func.h
Commit message (
Expand
)
Author
Age
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-16
*
Add:
Bruce Momjian
2000-01-26
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
*
Teach grammar and parser about aggregate(DISTINCT ...). No implementation
Tom Lane
1999-12-10
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Defend against function calls with more than 8 arguments (code
Tom Lane
1999-06-17
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Define routines and catalog entries for string min()/max() functions.
Thomas G. Lockhart
1998-12-08
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Add func_select_candidate() to allow use in unary operator parsing.
Thomas G. Lockhart
1998-05-29
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
func_error() changed so that if caller is passed with NULL value, its
Marc G. Fournier
1998-02-05
*
Fix up this so that it also doesn't use a caller variable...
Marc G. Fournier
1998-02-05
*
Parser cleanup.
Bruce Momjian
1998-01-20
*
Fix for count(*), aggs with views and multiple tables and sum(3).
Bruce Momjian
1998-01-04
*
Make parser functions static where possible.
Bruce Momjian
1997-11-26
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25