postgresql/src/backend/optimizer/util
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
..
clauses.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
indexnode.c Add: 2000-01-26 05:58:53 +00:00
joininfo.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
pathnode.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
plancat.c Make planner safe for recursive calls --- needed for cases where 2000-07-27 23:16:04 +00:00
relnode.c Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
restrictinfo.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
tlist.c Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
var.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00