postgresql/src/include/executor
Tom Lane 25442d8d2f Correct oversight in hashjoin cost estimation: nodeHash sizes its hash
table for an average of NTUP_PER_BUCKET tuples/bucket, but cost_hashjoin
was assuming a target load of one tuple/bucket.  This was causing a
noticeable underestimate of hashjoin costs.
2000-04-18 05:43:02 +00:00
..
execdebug.h Add: 2000-01-26 05:58:53 +00:00
execdefs.h Add: 2000-01-26 05:58:53 +00:00
execdesc.h Add: 2000-01-26 05:58:53 +00:00
execFlatten.h Add: 2000-01-26 05:58:53 +00:00
executor.h Add: 2000-01-26 05:58:53 +00:00
functions.h Add: 2000-01-26 05:58:53 +00:00
hashjoin.h Add: 2000-01-26 05:58:53 +00:00
nodeAgg.h Add: 2000-01-26 05:58:53 +00:00
nodeAppend.h Add: 2000-01-26 05:58:53 +00:00
nodeGroup.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeHash.h Correct oversight in hashjoin cost estimation: nodeHash sizes its hash 2000-04-18 05:43:02 +00:00
nodeHashjoin.h Add: 2000-01-26 05:58:53 +00:00
nodeIndexscan.h Add: 2000-01-26 05:58:53 +00:00
nodeMaterial.h Add: 2000-01-26 05:58:53 +00:00
nodeMergejoin.h Add: 2000-01-26 05:58:53 +00:00
nodeNestloop.h Add: 2000-01-26 05:58:53 +00:00
nodeResult.h Add: 2000-01-26 05:58:53 +00:00
nodeSeqscan.h Add: 2000-01-26 05:58:53 +00:00
nodeSort.h Add: 2000-01-26 05:58:53 +00:00
nodeSubplan.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeTidscan.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeUnique.h Add: 2000-01-26 05:58:53 +00:00
spi.h Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
spi_priv.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
tuptable.h Add: 2000-01-26 05:58:53 +00:00