postgresql/src/backend
Tom Lane e4de635a2b Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.
This shouldn't affect simple indexscans much, while for bitmap scans that
are touching a lot of index rows, this seems to bring the estimates more
in line with reality.  Per recent discussion.
2006-06-05 03:03:42 +00:00
..
access Som improve page split in multicolumn GiST index. 2006-05-29 12:50:06 +00:00
bootstrap Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
catalog Move conversion dependency patch to the proper branch, out of 8.1.X, 2006-05-30 13:36:30 +00:00
commands Make EXPLAIN sampling smarter, to avoid excessive sampling delay. 2006-05-30 14:01:58 +00:00
executor Code review for EXPLAIN patch. Fix some typos, make it behave sanely 2006-05-30 19:24:25 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Fix the sense of the test on DH_check()'s return value. This was preventing 2006-05-12 22:44:36 +00:00
main Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
optimizer Add a GUC parameter seq_page_cost, and use that everywhere we formerly 2006-06-05 02:49:58 +00:00
parser Re-introduce the yylex filter function formerly used to support UNION 2006-05-27 17:38:46 +00:00
po Fix copy-and-pasteo in Russian translation: message complaining about 2006-06-03 16:48:59 +00:00
port Allow sparcv8plus to use "cas". 2006-05-18 18:51:50 +00:00
postmaster PostmasterIsAlive test really ought to be in the inner loop for safety. 2006-05-30 17:08:14 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
storage Fix printf mask for SizeVfdCache 2006-05-30 13:04:59 +00:00
tcop Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
utils Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. 2006-06-05 03:03:42 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00