Tom Lane 44878506d8 First step in fixing selectivity-estimation code. eqsel and
neqsel now behave as per my suggestions in pghackers a few days ago.
selectivity for < > <= >= should work OK for integral types as well, but
still need work for nonintegral types.  Since these routines have never
actually executed before :-(, this may result in some significant changes
in the optimizer's choices of execution plans.  Let me know if you see
any serious misbehavior.
CAUTION: THESE CHANGES REQUIRE INITDB.  pg_statistic table has changed.
1999-08-01 04:54:25 +00:00
..
1998-11-19 02:39:51 +00:00
1999-07-19 12:37:48 +00:00
1999-07-17 15:37:30 +00:00
Hi,
1999-06-11 15:01:29 +00:00
1999-07-20 02:45:44 +00:00
1999-07-30 03:45:57 +00:00