summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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