index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
fulltextindex
/
fti.c
Age
Commit message (
Expand
)
Author
2006-09-05
Remove contrib modules that have been migrated to pgfoundry: adddepend,
Tom Lane
2006-05-30
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-02-27
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2002-09-02
In case Florian and I don't finish his changes to this contrib before
Bruce Momjian
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-07-20
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-15
Fix some portability problems (get it to compile, at least, on HP's cc)
Tom Lane
2001-08-04
This patch adds the following to the FTI module:
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-12-03
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-07-04
Now that I look at it, is_stopword() is broken and always has been.
Tom Lane
2000-07-04
Result of strcmp() is a signed int. Per bug report
Tom Lane
2000-05-29
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
1999-05-25
pgindent run over code.
Bruce Momjian
1999-01-17
Replace direct inclusions of c.h with inclusion of postgres.h,
Tom Lane
1998-11-27
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-07-20
Update fti README and stopwords.
Bruce Momjian
1998-07-19
I finally got the time to put together some stuff for fti for
Bruce Momjian