postgresql/src/include/nodes
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc
entries, per pghackers discussion.  This fixes aggregates to live in
namespaces, and also simplifies/speeds up lookup in parse_func.c.
Also, add a 'proimplicit' flag to pg_proc that controls whether a type
coercion function may be invoked implicitly, or only explicitly.  The
current settings of these flags are more permissive than I would like,
but we will need to debate and refine the behavior; for now, I avoided
breaking regression tests as much as I could.
2002-04-11 20:00:18 +00:00
..
execnodes.h Spell 'precedes', 'preceding' correctly in various places. 2001-11-21 22:57:01 +00:00
makefuncs.h pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
memnodes.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodeFuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes.h Add INSERT(..., DEFAULT, ). 2002-04-05 11:56:55 +00:00
params.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parsenodes.h Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
pg_list.h Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
plannodes.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
primnodes.h Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
print.h EXPLAIN output now comes out as a query result, not a NOTICE message. 2002-03-24 04:31:09 +00:00
readfuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
relation.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00