summaryrefslogtreecommitdiff
path: root/contrib/tsearch/rewrite.c
AgeCommit message (Collapse)Author
2005-06-22Remove contrib modules that have been agreed to be obsolete.Tom Lane
(There are more that will be removed once they've been copied to pgfoundry.org.)
2004-09-14Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane
Claudio Natoli
2003-07-27elog mop-up.Tom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
PostgreSQL source code. Neil Conway
2002-08-23Patch resolve ERROR problem for non-goog query_txt.Bruce Momjian
Teodor Sigaev
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
initdb/regression tests pass.
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
tests pass.
2001-10-12txtidx datatype for full text indexing with GiST.Tom Lane
From Oleg Bartunov and Teodor Sigaev.