index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_func.c
Commit message (
Expand
)
Author
Age
*
Remove no-longer-necessary restriction against uplevel correlation vars
Tom Lane
2000-03-23
*
Another go-round with resolution of ambiguous functions and operators.
Tom Lane
2000-03-19
*
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-16
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
*
Further fixes for bogus list-slinging, scribbling on input, etc in type
Tom Lane
2000-03-11
*
Further cleanups for type coercion: treat the locution typename(argument)
Tom Lane
2000-02-20
*
Create a new expression node type RelabelType, which exists solely to
Tom Lane
2000-02-20
*
Fix broken list-slinging logic in func_select_candidate and
Tom Lane
2000-02-20
*
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-02-15
*
Add:
Bruce Momjian
2000-01-26
*
Made abstime/reltime use int4 instead of time_t (TODO item)
Peter Eisentraut
2000-01-24
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
Teach grammar and parser about aggregate(DISTINCT ...). No implementation
Tom Lane
1999-12-10
*
Clean up memory leakage in find_inheritors() by using pg_list lists
Tom Lane
1999-12-07
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
*
Disable new FROM-clause warning.
Bruce Momjian
1999-09-29
*
Add subquery mention in auto-create table entry.
Bruce Momjian
1999-09-28
*
Reverse out last scan.l patch for minus handling.\
Bruce Momjian
1999-09-28
*
Emit warning on SELECT pg_language.*
Bruce Momjian
1999-09-27
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
*
Move funcid_get_rettype() to lsyscache.
Tom Lane
1999-08-16
*
Revise parse_coerce() to handle coercion of int and float
Tom Lane
1999-08-05
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Defend against function calls with more than 8 arguments (code
Tom Lane
1999-06-17
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
*
Change resjunk to a boolean.
Bruce Momjian
1999-05-17
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Update nextval() code.
Bruce Momjian
1999-03-16
*
Fix snprintf with strings, and nextval('"Aa"');
Bruce Momjian
1999-03-16
*
Allow sequence nextval actions to be case-sensitive.
Bruce Momjian
1999-03-15
*
Do a better job of selecting candidates among functions
Thomas G. Lockhart
1999-02-23
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Fix reference to null pointer when no aggregate function candidates
Thomas G. Lockhart
1998-12-23
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
Fix up error messages when looking up functions and operators to not
Thomas G. Lockhart
1998-12-13
*
I have a simple patch about the treatment of functions.
Bruce Momjian
1998-12-13
*
Define routines and catalog entries for string min()/max() functions.
Thomas G. Lockhart
1998-12-08
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Clean up code in analyze.c for SERIAL data type.
Thomas G. Lockhart
1998-09-25
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
[next]