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
/
tsrank.c
Commit message (
Expand
)
Author
Age
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Phrase full text search.
Teodor Sigaev
2016-04-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2014-03-24
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Minor spelling fixes
Stephen Frost
2013-06-01
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Use correct sizeof operand in qsort call
Peter Eisentraut
2012-03-12
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
2011-01-09
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness
Tom Lane
2007-11-14
*
Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net>
Teodor Sigaev
2007-09-20
*
Fix typo in typecasting.
Teodor Sigaev
2007-09-13
*
Remove QueryOperand->istrue flag, it was used only in cover ranking
Teodor Sigaev
2007-09-11
*
Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:
Teodor Sigaev
2007-09-11
*
Improvements from Heikki Linnakangas <heikki@enterprisedb.com>
Teodor Sigaev
2007-09-07
*
Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>
Teodor Sigaev
2007-09-07
*
Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with
Teodor Sigaev
2007-09-07
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21