summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAgeFilesLines
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-3/+24
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove no-longer-needed restriction against referencing systemTom Lane2001-01-231-6/+1
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-4/+10
* Make algorithm for resolving UNKNOWN function/operator inputs beTom Lane2000-12-151-77/+113
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-31/+33
* Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart2000-11-111-1/+3
* Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart2000-11-061-3/+21
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-4/+7
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-102/+15
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-8/+8
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-201-30/+12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-162/+64
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-22/+15
* Final #include cleanup.Bruce Momjian2000-06-151-4/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-50/+8
* New warning code about auto-created range table entries.Bruce Momjian2000-06-031-11/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Generate a reasonable error message when an aggregate function is appliedTom Lane2000-05-261-21/+34
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-95/+113
* Remove no-longer-necessary restriction against uplevel correlation varsTom Lane2000-03-231-3/+5
* Another go-round with resolution of ambiguous functions and operators.Tom Lane2000-03-191-129/+245
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-161-2/+35
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-4/+4
* Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane2000-03-111-19/+32
* Further cleanups for type coercion: treat the locution typename(argument)Tom Lane2000-02-201-34/+34
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-22/+36
* Fix broken list-slinging logic in func_select_candidate andTom Lane2000-02-201-24/+42
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-6/+52
* Add:Bruce Momjian2000-01-261-2/+3
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-241-4/+22
* Make number of args to a function configurable.Bruce Momjian2000-01-101-15/+15
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+3
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-74/+96
* Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane1999-12-071-63/+44
* Add system indexes to match all caches.Bruce Momjian1999-11-221-6/+6
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-3/+5
* Disable new FROM-clause warning.Bruce Momjian1999-09-291-1/+5
* Add subquery mention in auto-create table entry.Bruce Momjian1999-09-281-3/+7
* Reverse out last scan.l patch for minus handling.\Bruce Momjian1999-09-281-3/+3
* Emit warning on SELECT pg_language.*Bruce Momjian1999-09-271-4/+10
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-25/+22
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-4/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-3/+2
* Move funcid_get_rettype() to lsyscache.Tom Lane1999-08-161-23/+3
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-051-15/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1