index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_func.c
Age
Commit message (
Expand
)
Author
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-23
Remove no-longer-needed restriction against referencing system
Tom Lane
2000-12-27
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-15
Make algorithm for resolving UNKNOWN function/operator inputs be
Tom Lane
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-11
Fix bug in recent improvement to type resolution code. Forgot to retain
Thomas G. Lockhart
2000-11-06
Allow type resolution for UNKNOWN arguments to functions to fall back to
Thomas G. Lockhart
2000-09-29
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-12
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-08-24
SQL-language functions are now callable in ordinary fmgr contexts ...
Tom Lane
2000-08-20
Make functional indexes accept binary-compatible functions, for example
Tom Lane
2000-08-08
Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'
Tom Lane
2000-08-03
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-06-15
Final #include cleanup.
Bruce Momjian
2000-06-15
Clean up #include's.
Bruce Momjian
2000-06-11
Update sequence-related functions to new fmgr style. Remove downcasing,
Tom Lane
2000-06-03
New warning code about auto-created range table entries.
Bruce Momjian
2000-05-30
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-28
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-26
Generate a reasonable error message when an aggregate function is applied
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-03-23
Remove no-longer-necessary restriction against uplevel correlation vars
Tom Lane
2000-03-19
Another go-round with resolution of ambiguous functions and operators.
Tom Lane
2000-03-16
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-14
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-11
Further fixes for bogus list-slinging, scribbling on input, etc in type
Tom Lane
2000-02-20
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-15
Carry column aliases from the parser frontend. Enables queries like
Thomas G. Lockhart
2000-01-26
Add:
Bruce Momjian
2000-01-24
Made abstime/reltime use int4 instead of time_t (TODO item)
Peter Eisentraut
2000-01-10
Make number of args to a function configurable.
Bruce Momjian
1999-12-16
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-10
Teach grammar and parser about aggregate(DISTINCT ...). No implementation
Tom Lane
1999-12-07
Clean up memory leakage in find_inheritors() by using pg_list lists
Tom Lane
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-11-07
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-10-07
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-09-29
Disable new FROM-clause warning.
Bruce Momjian
1999-09-28
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-27
Emit warning on SELECT pg_language.*
Bruce Momjian
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-08-22
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-21
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-16
Move funcid_get_rettype() to lsyscache.
Tom Lane
1999-08-05
Revise parse_coerce() to handle coercion of int and float
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
[next]