index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tsearch
Age
Commit message (
Expand
)
Author
2007-10-23
Rename and slightly redefine the default text search parser's "word"
Tom Lane
2007-10-23
Fix several bugs in tsvectorin, including crash due to uninitialized field and
Tom Lane
2007-10-19
Found another small glitch in tsearch API: the two versions of ts_lexize()
Tom Lane
2007-09-26
Fix crash of to_tsvector() function on huge input: compareWORD()
Teodor Sigaev
2007-09-23
Temporarily modify tsearch regression tests to suppress notice that comes
Tom Lane
2007-09-18
Avoid possibly-unportable initializer, per buildfarm warning
Teodor Sigaev
2007-09-11
Fix header's size of structs defines in ispell.
Teodor Sigaev
2007-09-11
Add regression tests for ispell, synonym and thesaurus dictionaries.
Teodor Sigaev
2007-09-10
Fix recently introduced bugs about parsing ispell/hunspell files.
Teodor Sigaev
2007-09-10
Change void* opaque argument to Datum type, add argument's
Teodor Sigaev
2007-09-10
Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Teodor Sigaev
2007-09-07
Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with
Teodor Sigaev
2007-09-04
Restrict tsearch config file base names to contain a-z, 0-9, and underscore,
Tom Lane
2007-08-25
Fix synonym-dict breakage introduced in last patch :-(.
Tom Lane
2007-08-25
Cleanup for some problems in tsearch patch:
Tom Lane
2007-08-22
Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.
Tom Lane
2007-08-22
Whoops, missed updating dsynonym_init for new dictionary parameter method.
Tom Lane
2007-08-22
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane