aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_func.h
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* pgindent run.Bruce Momjian2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-19
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-20
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Add:Bruce Momjian2000-01-26
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* 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