postgresql/src/backend/utils
Tom Lane b71761d280 Reduce eqsel()'s fudge-factor for estimating the frequency of values
other than the most common value in a column.  We had had 0.5, make it
0.1 to make it more likely that an indexscan will be chosen.  Really
need better statistics instead, but this should stem the bleeding
meanwhile ...
2000-05-26 17:19:15 +00:00
..
adt Reduce eqsel()'s fudge-factor for estimating the frequency of values 2000-05-26 17:19:15 +00:00
cache Repair memory leaks that caused CacheCxt to grow without bound. We 2000-05-21 02:28:55 +00:00
error elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any 2000-04-15 19:13:08 +00:00
fmgr I am attempting to integrate postgres (v 7.0) with an open source 2000-05-22 02:34:23 +00:00
hash Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
init Make the indexes on pg_group be shared system relations. 2000-05-05 03:09:43 +00:00
mb Enhance multibyte support. 2000-05-20 13:12:26 +00:00
misc Fix too long syslog message problem 2000-05-26 12:17:48 +00:00
mmgr Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is 2000-05-21 02:23:30 +00:00
sort Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
time Add: 2000-01-26 05:58:53 +00:00
Gen_fmgrtab.sh.in I am attempting to integrate postgres (v 7.0) with an open source 2000-05-22 02:34:23 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00