aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
Commit message (Expand)AuthorAge
* 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
* Update nextval() code.Bruce Momjian1999-03-16
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-16
* Allow sequence nextval actions to be case-sensitive.Bruce Momjian1999-03-15
* Do a better job of selecting candidates among functionsThomas G. Lockhart1999-02-23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Fix reference to null pointer when no aggregate function candidatesThomas G. Lockhart1998-12-23
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Fix up error messages when looking up functions and operators to notThomas G. Lockhart1998-12-13
* I have a simple patch about the treatment of functions.Bruce Momjian1998-12-13
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01