summaryrefslogtreecommitdiff
path: root/contrib/fulltextindex
Commit message (Expand)AuthorAgeFilesLines
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-13/+36
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-143-5/+0
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* This patch fixes an incorrect statement and makes a few cleanups toBruce Momjian2003-01-151-4/+3
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-2/+12
* This grants execute privileges to public for the fti() function. ShouldBruce Momjian2002-09-201-0/+2
* In case Florian and I don't finish his changes to this contrib beforeBruce Momjian2002-09-025-5/+31
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-1/+1
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-224-4/+4
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-57/+51
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-4/+8
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-37/+7
* This patch adds the following to the FTI module:Bruce Momjian2001-08-043-142/+190
* The fti.pl supplied with the fulltextindex module generate ALL possibleBruce Momjian2001-08-011-12/+13
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* Add fulltextindex TODO list.Bruce Momjian2000-12-091-0/+1
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-8/+7
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-204-4/+6
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+3
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-092-39/+21
* Makefile cleanup from Karel.Bruce Momjian2000-07-041-2/+2
* Now that I look at it, is_stopword() is broken and always has been.Tom Lane2000-07-041-4/+3
* Result of strcmp() is a signed int. Per bug reportTom Lane2000-07-041-1/+1
* Remove old README files.Bruce Momjian2000-06-191-0/+0
* Add missing /contrib filesBruce Momjian2000-06-191-0/+197
* Update to /contrib from Karel.Bruce Momjian2000-06-194-201/+4
* Cleanup README Makefile installs.Bruce Momjian2000-06-161-3/+3
* Add missing /contrib files to CVS.Bruce Momjian2000-06-152-0/+207
* /contrib patch from Karel.Bruce Momjian2000-06-154-317/+150
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-1/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-293-26/+25
* pgindent run over code.Bruce Momjian1999-05-251-119/+139
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-171-1/+1
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-1/+1
* fulltext copy script.Bruce Momjian1998-08-221-0/+204
* Add contributor name to fulltextindex, and clean up contrib/README.Bruce Momjian1998-07-201-3/+1
* Update fti README and stopwords.Bruce Momjian1998-07-202-0/+8
* I finally got the time to put together some stuff for fti forBruce Momjian1998-07-195-0/+947