aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Comment additions in parser.Bruce Momjian2001-05-19
* Move ParserFuncOrColumn function higher in the file.Bruce Momjian2001-05-19
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-19
* Undo \dT change. Not worth it.Bruce Momjian2001-05-18
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-18
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* Further tweaking of error messages for cases involving attributes &Tom Lane2001-04-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Give a more reasonable error message for a bad attribute name appliedTom Lane2001-03-14
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove no-longer-needed restriction against referencing systemTom Lane2001-01-23
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Make algorithm for resolving UNKNOWN function/operator inputs beTom Lane2000-12-15
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart2000-11-11
* 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