pgsql/contrib Makefile README tsearch/Makefile ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib Makefile README tsearch/Makefile ...
Date: 2001-10-12 23:19:09
Message-ID: 200110122319.f9CNJ9K84188@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/12 19:19:09

Modified files:
contrib : Makefile README
Added files:
contrib/tsearch: Makefile README.tsearch crc32.c crc32.h
deflex.h dict.h gistidx.c gistidx.h morph.c
morph.h parser.h parser.l query.c query.h
rewrite.c rewrite.h tsearch.sql.in txtidx.c
txtidx.h
contrib/tsearch/data: test_tsearch.data
contrib/tsearch/dict: porter_english.dct russian_stemming.dct
contrib/tsearch/expected: tsearch.out
contrib/tsearch/makedict: makedict.pl
contrib/tsearch/sql: tsearch.sql

Log message:
txtidx datatype for full text indexing with GiST.
From Oleg Bartunov and Teodor Sigaev.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-12 23:32:34 pgsql/doc/src/sgml gist.sgml jdbc.sgml libpgtc ...
Previous Message tgl 2001-10-12 23:15:49 pgsql/contrib/tsearch/sql