pgsql-server/contrib/tsearch2 Makefile README. ...

From: teodor(at)svr1(dot)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib/tsearch2 Makefile README. ...
Date: 2003-07-21 10:27:50
Message-ID: 20030721102750.98592D1C4C9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: teodor(at)svr1(dot)postgresql(dot)org 03/07/21 07:27:44

Added files:
contrib/tsearch2: Makefile README.tsearch2 common.c common.h
crc32.c crc32.h dict.c dict.h dict_ex.c
dict_ispell.c dict_snowball.c dict_syn.c
gistidx.c gistidx.h prs_dcfg.c query.c query.h
rank.c rewrite.c rewrite.h snmap.c snmap.h
stopword.c ts_cfg.c ts_cfg.h ts_stat.c
ts_stat.h tsearch.sql._in tsvector.c
tsvector.h tsvector_op.c untsearch.sql.in
wparser.c wparser.h wparser_def.c
contrib/tsearch2/data: test_tsearch.data
contrib/tsearch2/docs: tsearch-V2-intro.html tsearch2-guide.html
tsearch2-ref.html
contrib/tsearch2/expected: tsearch2.out
contrib/tsearch2/gendict: Makefile.IN README.gendict config.sh
dict_snowball.c.IN dict_tmpl.c.IN
sql.IN
contrib/tsearch2/ispell: spell.c spell.h
contrib/tsearch2/snowball: api.c api.h english_stem.c
english_stem.h header.h
russian_stem.c russian_stem.h
utilities.c
contrib/tsearch2/sql: tsearch2.sql
contrib/tsearch2/stopword: english.stop russian.stop
contrib/tsearch2/wordparser: deflex.c deflex.h parser.h parser.l

Log message:
tsearch2 module

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2003-07-21 15:15:19 pgsql-server/contrib/tsearch2/expected tsearch ...
Previous Message Teodor Sigaev 2003-07-21 10:21:56 pgsql-server/contrib/tsearch2/wordparser