summaryrefslogtreecommitdiff
path: root/contrib/tsearch
AgeCommit message (Expand)Author
2005-06-22Remove contrib modules that have been agreed to be obsolete.Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-11-09This patch makes some cleanups to contrib/ to silence some sparseNeil Conway
2004-10-25Fix some more 'old-style parameter declaration' warnings.Tom Lane
2004-10-25Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-14Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-06-12Now needs to include <ctype.h>.Tom Lane
2004-06-07Remove asymetrical word processing in query and textTeodor Sigaev
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-14Persuade tsearch/tsearch2 to work (or at least pass their regressionTom Lane
2003-08-15Eliminate function start_parse_fh and macro YY_INPUTTeodor Sigaev
2003-08-04pgindent run.Bruce Momjian
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-27elog mop-up.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-22Remove link of tarballTeodor Sigaev
2003-07-22Mark tsearch v1 as deprecatedTeodor Sigaev
2003-05-29Ensure that in all flex lexers that are part of the backend, aTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-12-13This patch fixes minor bugs in dictionary generator in contrib/tsearchBruce Momjian
2002-12-06Thank you very much, you catch it :). This bug had a long life, because itBruce Momjian
2002-11-14Improve warning messages from tsearch trigger function; clean up someTom Lane
2002-11-01Need -I. to build outside source tree.Tom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-05Fix compile errors.Tom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-29please apply small patch for README.tsearch.Bruce Momjian
2002-08-23Patch resolve ERROR problem for non-goog query_txt.Bruce Momjian
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-15August 13, 2002Bruce Momjian
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-03-19> > Users of contrib/tsearch needs after upgrading of module (compiling, inst...Bruce Momjian
2002-03-19> > Users of contrib/tsearch needs after upgrading of module (compiling, inst...Bruce Momjian