summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
AgeCommit message (Expand)Author
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-05-19Comment additions in parser.Bruce Momjian
2001-05-19Move ParserFuncOrColumn function higher in the file.Bruce Momjian
2001-05-19New comment. This func/column things has always confused me.Bruce Momjian
2001-05-18Undo \dT change. Not worth it.Bruce Momjian
2001-05-18Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-04-18Further tweaking of error messages for cases involving attributes &Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-14Give a more reasonable error message for a bad attribute name appliedTom Lane
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Remove no-longer-needed restriction against referencing systemTom Lane
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-15Make algorithm for resolving UNKNOWN function/operator inputs beTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-11Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart
2000-11-06Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-20Make functional indexes accept binary-compatible functions, for exampleTom Lane
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-08-03Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-03New warning code about auto-created range table entries.Bruce Momjian
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-26Generate a reasonable error message when an aggregate function is appliedTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-23Remove no-longer-necessary restriction against uplevel correlation varsTom Lane
2000-03-19Another go-round with resolution of ambiguous functions and operators.Tom Lane
2000-03-16Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-11Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane
2000-02-20Further cleanups for type coercion: treat the locution typename(argument)Tom Lane
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-20Fix broken list-slinging logic in func_select_candidate andTom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-01-26Add:Bruce Momjian
2000-01-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-10Make number of args to a function configurable.Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-10Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane
1999-12-07Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane