index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
tsvector_op.c
Age
Commit message (
Expand
)
Author
2016-05-05
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-04
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-03
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-04-08
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-07
Phrase full text search.
Teodor Sigaev
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-18
Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b
Teodor Sigaev
2015-09-17
Fix oversight in tsearch type check
Teodor Sigaev
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-25
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-26
Fix potential memory clobber in tsvector_concat().
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-09
Fix up core tsquery GIN support for new extractQuery API.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-14
Cleanup various comparisons with the constant "true".
Robert Haas
2010-10-08
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-10-13
Fix ts_stat's failure on empty tsvector.
Tom Lane
2009-07-16
Make backend header files C++ safe
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-27
Fix compiler warnings on Sun Studio of the sort
Peter Eisentraut
2009-01-07
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-19
Fix compiler warning "res may be used uninitialized in this function".
Teodor Sigaev
2008-11-17
Replace plain-memory ordered array by binary tree in ts_stat() function.
Teodor Sigaev
2008-11-10
Fix a case of string building.
Alvaro Herrera
2008-05-16
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-04-08
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-05
When text search string is too long, in error message report actual and
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-27
Wording improvements
Peter Eisentraut
2007-11-28
Make a cleanup pass over error reports in tsearch code. Use ereport
Tom Lane
2007-11-16
Small comment spacing improvement.
Bruce Momjian
2007-11-15
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-10-24
Set read_only = TRUE while evaluating input queries for ts_rewrite()
Tom Lane
2007-10-23
Fix several bugs in tsvectorin, including crash due to uninitialized field and
Tom Lane
[next]