postgresql/src/include/nodes
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ...
for example, an SQL function can be used in a functional index.  (I make
no promises about speed, but it'll work ;-).)  Clean up and simplify
handling of functions returning sets.
2000-08-24 03:29:15 +00:00
..
execnodes.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
makefuncs.h Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
memnodes.h Here is the patch with memory leak checker. This checker allow detect 2000-07-11 14:30:37 +00:00
nodeFuncs.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
nodes.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Update comments for some parse node types. 2000-08-11 23:46:54 +00:00
pg_list.h Inheritance overhaul by Chris Bitmead <chris@bitmead.com> 2000-06-09 01:44:34 +00:00
plannodes.h First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
primnodes.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Add: 2000-01-26 05:58:53 +00:00
relation.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00