aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
...
* Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart2000-11-06
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* 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
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Final #include cleanup.Bruce Momjian2000-06-15
* Clean up #include's.Bruce Momjian2000-06-15
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* New warning code about auto-created range table entries.Bruce Momjian2000-06-03
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Generate a reasonable error message when an aggregate function is appliedTom Lane2000-05-26
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Remove no-longer-necessary restriction against uplevel correlation varsTom Lane2000-03-23
* Another go-round with resolution of ambiguous functions and operators.Tom Lane2000-03-19
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane2000-03-11
* Further cleanups for type coercion: treat the locution typename(argument)Tom Lane2000-02-20
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* Fix broken list-slinging logic in func_select_candidate andTom Lane2000-02-20
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-24
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane1999-12-07
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Disable new FROM-clause warning.Bruce Momjian1999-09-29
* Add subquery mention in auto-create table entry.Bruce Momjian1999-09-28
* Reverse out last scan.l patch for minus handling.\Bruce Momjian1999-09-28
* Emit warning on SELECT pg_language.*Bruce Momjian1999-09-27
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Move funcid_get_rettype() to lsyscache.Tom Lane1999-08-16
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-05
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.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
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10