ispell stated - Search results in mailing lists

2021-03-18 21:51:28 | Re: Getting better results from valgrind leak tracking (Tom Lane)

ispell dictionary cache entry is dropped. I fixed this by adding a memory context reset callback to release the regex. This is potentially a rather large leak, if the regex is complex (though typically

2019-11-06 08:29:27 | Re: [HACKERS] WAL logging problem in 9.4.3? (Kyotaro Horiguchi)

restating the issue and summarizing this patch. All of the description match my understanding. Thanks. It would need some benchmarking as mentioned upthread. My new machine became to work steadily so I will do that

2019-04-05 16:21:31 | Re: [PROPOSAL] Shared Ispell dictionaries (Arthur Zakirov)

Hello hackers, On 25.02.2019 14:33, Arthur Zakirov wrote: I've attached new version of

2019-02-15 08:29:00 | Re: shared-memory based stats collector (Kyotaro HORIGUCHI)

ispell on it. regards. -- Kyotaro Horiguchi NTT Open Source Software Center From e303d4de0604790aabf7a57266457e0822c9e3af Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Fri, 29 Jun 2018 16:41:04 +0900 Subject: [PATCH

2018-03-02 07:34:11 | Re: 2018-03 Commitfest Summary (Andres #3) (Andres Freund)

state of what's being discussed. I'm not really certain why this in this CF. - Checksums for slru files WOA. Patch clearly not close to commit, and there's not much activity. Proposed

2017-10-19 17:24:09 | [HACKERS] Flexible configuration for full-text search (Aleksandr Parfenov)

state of FTS. 4) Special stopword processing allows us to discard stopwords even if the main dictionary doesn't support such feature (in example pl_ispell

2016-12-20 23:22:12 | Re: [HACKERS] Rethinking our fulltext phrase-search implementation (Tom Lane)

state initialized by the caller); but the ! * "width" output in such cases is undefined. */ static bool TS_phrase_execute(QueryItem *curitem, void *arg, uint32 flags, ! TSExecuteCallback chkcond, ! ExecPhraseData *data) { + int Loffset, + Roffset, + maxwidth; + /* since this

2016-01-09 17:32:11 | Re: [PROPOSAL] Improvements of Hunspell dictionaries support (Artur Zakirov)

states: * spell.c* Normalizing word with ISpell which is, err, somewhat laconic. I will provide comments

2011-01-22 23:30:58 | 转发: postgresql-9.0.2-1-windows_x64 from EnterpriseDB can't install on Win 7 home (XiaoboGu)

States SpanishxxCOMMAxxxxSPxxUruguay=Spanish, Uruguay SwedishxxCOMMAxxxxSPxxFinland=Swedish, Finland SwedishxxCOMMAxxxxSPxxSweden=Swedish, Sweden SyriacxxCOMMAxxxxSPxxSyria=Syriac, Syria TajikxxSPxxxxOBxxCyrillicxxCBxxxxCOMMAxxxxSPxxTajikistan=Tajik (Cyrillic), Tajikistan TamazightxxSPxxxxOBxxLatinxxCBxxxxCOMMAxxxxSPxxAlgeria=Tamazight (Latin), Algeria TamilxxCOMMAxxxxSPxxIndia=Tamil, India TatarxxCOMMAxxxxSPxxRussia=Tatar, Russia TeluguxxCOMMAxxxxSPxxIndia=Telugu, India ThaixxCOMMAxxxxSPxxThailand=Thai, Thailand TurkishxxCOMMAxxxxSPxxTurkey=Turkish

2008-10-09 19:08:50 | Re: head's linking problem (Grzegorz Jaskiewicz)

statement -Wendif-labels -fno-strict-aliasing -fwrapv -L../../src/port -Wl,-dead_strip_dylibs access/common/heaptuple.o access/common/ indextuple.o access/common/printtup.o access/common/reloptions.o access/common/scankey.o access/common/tupdesc.o access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o access/hash/hash.o access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o access/hash/hashpage.o access/hash/hashscan.o access/hash/hashsearch.o

2008-05-09 15:18:05 | gsoc08, text search selectivity, pg_statistics holding an array of a different type (Jan Urbański)

ispell.o regis.o spell.o \ ! to_tsany.o ts_utils.o ts_typanalyze.o include $(top_srcdir)/src/backend/common.mk *** src/backend/tsearch/ts_typanalyze.c --- /tmp/.diff_yh1vAu 2008-05-09 19:38:06.000000000 +0200 *************** *** 0 **** --- 1,313 ---- + /*------------------------------------------------------------------------- + * + * ts_typanalyze.c + * functions for gathering

2007-09-09 01:38:52 | Re: tsearch filenames unlikes special symbols and numbers (Oleg Bartunov)

STATEMENT: CREATE TEXT SEARCH DICTIONARY en_ispell ( TEMPLATE = ispell, DictFile = englishDict, AffFile = englishAff, StopWords = englishStop

2007-09-07 16:13:59 | integrated tsearch doesn't work with non utf8 database (Pavel Stehule)

ispell, afffile=czech, dictfile=czech); CREATE TEXT SEARCH DICTIONARY postgres=# alter text search configuration cs alter mapping for word, lword with cspell2, simple; ALTER TEXT SEARCH CONFIGURATION postgres=# select ts_debug('cs','Příliš žluťoučký kůň

2007-06-14 15:45:29 | Re: tsearch_core patch: permissions and security issues (Teodor Sigaev)

ispell dictionary requires some configuration action before using. Next, INTERNAL arguments parser's and dictionary's APIs are used because if performance reason. During creation of tsvector from text, there are a lot of calls