summaryrefslogtreecommitdiff
path: root/contrib/fulltextindex
AgeCommit message (Expand)Author
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
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
2003-01-15This patch fixes an incorrect statement and makes a few cleanups toBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-20This grants execute privileges to public for the fti() function. ShouldBruce Momjian
2002-09-02In case Florian and I don't finish his changes to this contrib beforeBruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-15Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-04This patch adds the following to the FTI module:Bruce Momjian
2001-08-01The fti.pl supplied with the fulltextindex module generate ALL possibleBruce Momjian
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-09Add fulltextindex TODO list.Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-04Makefile cleanup from Karel.Bruce Momjian
2000-07-04Now that I look at it, is_stopword() is broken and always has been.Tom Lane
2000-07-04Result of strcmp() is a signed int. Per bug reportTom Lane
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-16Cleanup README Makefile installs.Bruce Momjian
2000-06-15Add missing /contrib files to CVS.Bruce Momjian
2000-06-15/contrib patch from Karel.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-01-17Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-08-22fulltext copy script.Bruce Momjian
1998-07-20Add contributor name to fulltextindex, and clean up contrib/README.Bruce Momjian
1998-07-20Update fti README and stopwords.Bruce Momjian
1998-07-19I finally got the time to put together some stuff for fti forBruce Momjian