postgresql/src/include/nodes
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per
pghackers discussion of 5-Jan-2000.  The amopselect and amopnpages
estimators are gone, and in their place is a per-AM amcostestimate
procedure (linked to from pg_am, not pg_amop).
2000-01-22 23:50:30 +00:00
..
execnodes.h Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 1999-11-23 20:07:06 +00:00
makefuncs.h Further planner/optimizer cleanups. Move all set_tlist_references 1999-08-22 20:15:04 +00:00
memnodes.h More cleanup 1999-07-16 17:07:40 +00:00
nodeFuncs.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
nodes.h Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
params.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
parsenodes.h Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
pg_list.h Major planner/optimizer revision: get rid of PathOrder node type, 1999-08-16 02:17:58 +00:00
plannodes.h Another round of planner/optimizer work. This is just restructuring and 2000-01-09 00:26:47 +00:00
primnodes.h aggregate(DISTINCT ...) works, per SQL spec. 1999-12-13 01:27:21 +00:00
print.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
readfuncs.h Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't 2000-01-14 00:53:21 +00:00
relation.h Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00