postgresql/src/include/nodes
Tom Lane 7c579fa12d Further work on making use of new statistics in planner. Adjust APIs
of costsize.c routines to pass Query root, so that costsize can figure
more things out by itself and not be so dependent on its callers to tell
it everything it needs to know.  Use selectivity of hash or merge clause
to estimate number of tuples processed internally in these joins
(this is more useful than it would've been before, since eqjoinsel is
somewhat more accurate than before).
2001-06-05 05:26:05 +00:00
..
execnodes.h Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
makefuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
memnodes.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nodeFuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodes.h Undo pgindent brain damage, so that node type numbers can once again be 2001-04-24 00:08:38 +00:00
params.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parsenodes.h This patch adds support for %TYPE in CREATE FUNCTION argument and return 2001-06-04 23:27:23 +00:00
pg_list.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
plannodes.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
primnodes.h Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
print.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
readfuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
relation.h Further work on making use of new statistics in planner. Adjust APIs 2001-06-05 05:26:05 +00:00