index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
tsvector_op.c
Commit message (
Expand
)
Author
Age
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
*
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
Tom Lane
2008-04-08
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
When text search string is too long, in error message report actual and
Bruce Momjian
2008-03-05
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Wording improvements
Peter Eisentraut
2007-12-27
*
Make a cleanup pass over error reports in tsearch code. Use ereport
Tom Lane
2007-11-28
*
Small comment spacing improvement.
Bruce Momjian
2007-11-16
*
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-11-15
*
Set read_only = TRUE while evaluating input queries for ts_rewrite()
Tom Lane
2007-10-24
*
Fix several bugs in tsvectorin, including crash due to uninitialized field and
Tom Lane
2007-10-23
*
Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:
Teodor Sigaev
2007-09-11
*
Improvements from Heikki Linnakangas <heikki@enterprisedb.com>
Teodor Sigaev
2007-09-07
*
Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with
Teodor Sigaev
2007-09-07
*
Install check_stack_depth() protection in two recursive tsquery
Tom Lane
2007-08-31
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21