postgresql/src/backend
Tom Lane 301194f8ea Reduce the scaling factor for attstattarget to number-of-lexemes from 100
to 10, to compensate for the recent change in default statistics target.
The original number was pulled out of the air anyway :-(, but it was picked
in the context of the old default, so holding the default size of the
MCELEM array constant seems the best thing.  Per discussion.
2008-12-15 15:06:31 +00:00
..
access To reduce confusion over whether VACUUM FULL is needed for anti-wraparound 2008-12-11 18:16:18 +00:00
bootstrap Add %expect 0 to all parser input files to prevent conflicts slipping by. 2008-11-26 08:45:12 +00:00
catalog Default values for function arguments 2008-12-04 17:51:28 +00:00
commands Increase the default value of default_statistics_target from 10 to 100, 2008-12-13 19:13:44 +00:00
executor Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 2008-12-13 02:29:22 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Replace both send and receive BIO routines in the SSL code with our own, 2008-12-14 19:39:37 +00:00
main Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
nodes Default values for function arguments 2008-12-04 17:51:28 +00:00
optimizer Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to 2008-12-08 00:16:09 +00:00
parser Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an 2008-12-14 19:45:52 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Revert previous patch to put the shared memory segment on win32 2008-10-30 17:04:09 +00:00
postmaster The macros NULL_DEV and DEVNULL were both used to work around 2008-12-11 10:25:17 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Rethink the way FSM truncation works. Instead of WAL-logging FSM 2008-11-19 10:34:52 +00:00
snowball pg_do_encoding_conversion cannot return NULL (at least not unless the input 2008-11-10 15:18:40 +00:00
storage Tweak the tree descent loop in fsm_search_avail to not look at the 2008-12-10 17:11:18 +00:00
tcop Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 2008-12-13 02:29:22 +00:00
tsearch Reduce the scaling factor for attstattarget to number-of-lexemes from 100 2008-12-15 15:06:31 +00:00
utils Remove our dependencies on MB_CUR_MAX in favor of believing that 2008-12-15 14:55:50 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00