postgresql/src
Tom Lane 52b60530f2 Fix tsmatchsel() to account properly for null rows.
ts_typanalyze.c computes MCE statistics as fractions of the non-null rows,
which seems fairly reasonable, and anyway changing it in released versions
wouldn't be a good idea.  But then ts_selfuncs.c has to account for that.
Failure to do so results in overestimates in columns with a significant
fraction of null documents.  Back-patch to 8.4 where this stuff was
introduced.

Jesper Krogh
2011-02-17 19:00:49 -05:00
..
backend Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
bin Also process psqlrc when running psql -l 2011-02-16 23:15:54 +02:00
include Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
interfaces Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 2011-02-15 15:50:48 -05:00
makefiles Allow make check in PL directories 2011-02-15 06:52:12 +02:00
pl Fix for warnings-free compilation with Python 3.2 2011-02-16 23:15:53 +02:00
port Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 2011-02-13 00:14:47 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Add client_hostname field to pg_stat_activity. 2011-02-17 16:03:28 -05:00
timezone Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tools Fix MSVC build scripts for recent extension-related changes. 2011-02-14 19:45:46 -05:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
Makefile.global.in Allow make check in PL directories 2011-02-15 06:52:12 +02:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00