pgsql: Introduce filtering dictionary support to tsearch.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Introduce filtering dictionary support to tsearch.
Date: 2009-08-18 10:30:41
Message-ID: 20090818103041.F308A75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Introduce filtering dictionary support to tsearch. Propagate --nolocale option
to CREATE DATABASE command in pg_regress to allow correct checking of
locale-sensitive contrib modules.

Modified Files:
--------------
pgsql/src/backend/tsearch:
ts_parse.c (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_parse.c?r1=1.13&r2=1.14)
pgsql/src/include/tsearch:
ts_public.h (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_public.h?r1=1.15&r2=1.16)
pgsql/src/test/regress:
pg_regress.c (r1.63 -> r1.64)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.63&r2=1.64)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-08-18 10:33:35 pgsql: New Directory
Previous Message User Kasahara 2009-08-18 08:58:06 pgstatsinfo - pg_statsinfo: - Fix compile warning for MemSet in