postgresql/src/backend
Tom Lane dbaec70c15 Rename and slightly redefine the default text search parser's "word"
categories, as per discussion.  asciiword (formerly lword) is still
ASCII-letters-only, and numword (formerly word) is still the most general
mixed-alpha-and-digits case.  But word (formerly nlword) is now
any-group-of-letters-with-at-least-one-non-ASCII, rather than all-non-ASCII as
before.  This is no worse than before for parsing mixed Russian/English text,
which seems to have been the design center for the original coding; and it
should simplify matters for parsing most European languages.  In particular
it will not be necessary for any language to accept strings containing digits
as being regular "words".  The hyphenated-word categories are adjusted
similarly.
2007-10-23 20:46:12 +00:00
..
access Tweak toast-related logic in heapam.c so that the toaster is only invoked 2007-10-16 17:05:26 +00:00
bootstrap
catalog Adjust ts_debug's output as per my proposal of yesterday: show the 2007-10-22 20:13:37 +00:00
commands Re-allow UTF8 encodings on win32. Since UTF8 is converted to 2007-10-16 11:30:16 +00:00
executor HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
lib
libpq Fix GSS API pointer checking. 2007-09-14 15:58:02 +00:00
main
nodes Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
optimizer Remove an Assert that's been obsoleted by recent changes in the parsetree 2007-10-22 17:04:35 +00:00
parser Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't 2007-09-27 17:42:03 +00:00
po
port Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 2007-10-23 17:58:01 +00:00
postmaster Change Assert() to a plain test and elog, just to see if that works 2007-10-04 15:37:44 +00:00
regex Add a useless return statement to suppress a warning seen with some 2007-10-22 01:02:22 +00:00
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 2007-09-06 17:31:58 +00:00
snowball Rename and slightly redefine the default text search parser's "word" 2007-10-23 20:46:12 +00:00
storage Dept. of second thoughts: fix loop in BgBufferSync so that the exit when 2007-09-25 22:11:48 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Rename and slightly redefine the default text search parser's "word" 2007-10-23 20:46:12 +00:00
utils Fix two-argument form of ts_rewrite() so it actually works for cases where 2007-10-23 01:44:40 +00:00
Makefile
nls.mk