pgsql/contrib Makefile README tsearch/Makefile ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/contrib Makefile README tsearch/Makefile ...
Date
Msg-id 200110122319.f9CNJ9K84188@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/doc/src/sgml plsql.sgml
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/contrib/tsearch/expected