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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
*
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
*
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
*
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
*
Phrase full text search.
Teodor Sigaev
2016-04-07
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
*
Tsvector editing functions
Teodor Sigaev
2016-03-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b
Teodor Sigaev
2015-09-18
*
Fix oversight in tsearch type check
Teodor Sigaev
2015-09-17
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
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
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix potential memory clobber in tsvector_concat().
Tom Lane
2011-08-26
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix up core tsquery GIN support for new extractQuery API.
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 sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-10-08
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
[next]