postgresql/src/backend/optimizer
Vadim B. Mikheev f4161503e6 if ( rel->size <= 0 )
rel->size = compute_rel_size(rel);
1997-06-10 07:55:47 +00:00
..
geqo if ( new_rel->size <= 0 ) 1997-06-10 07:53:55 +00:00
path if ( rel->size <= 0 ) 1997-06-10 07:55:47 +00:00
plan Fix GroupBy: enable functions over aggregates and GroupBy-ed fields 1997-04-29 04:32:50 +00:00
prep Cast constants to the type of the other binary operand. 1997-01-22 01:44:02 +00:00
util * Hack for non-functional btree npages estimation: 1997-04-24 16:07:14 +00:00
Makefile Merge in GEQO Optimizer 1997-02-19 12:59:07 +00:00