postgresql/src/backend/utils
Tom Lane 51db6455ea Repair error noticed by Roberto Cornacchia: selectivity code
was rejecting negative attnums as bogus, which of course they are not.
Add code to get_attdisbursion to produce a useful value for OID attribute,
since VACUUM does not store stats for system attributes.
Also, repair bug that's been in eqjoinsel for a long time: it was taking
the max of the two columns' disbursions, whereas it should use the min.
1999-09-09 02:36:04 +00:00
..
adt Repair error noticed by Roberto Cornacchia: selectivity code 1999-09-09 02:36:04 +00:00
cache Repair error noticed by Roberto Cornacchia: selectivity code 1999-09-09 02:36:04 +00:00
error Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
fmgr Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
hash Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
init Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
mb Enable WIN32 compilation of libpq. 1999-07-19 06:25:40 +00:00
misc Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
mmgr Alter AllocSet routines so that requests larger than 1999-08-24 20:11:19 +00:00
sort Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
time Remove unused #includes in *.c files. 1999-07-15 22:40:16 +00:00
Gen_fmgrtab.sh.in Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00