index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
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
Files
Lines
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
1
-1
/
+1
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
1
-9
/
+6
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
1
-0
/
+3
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-12
/
+7
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Ensure that length argument of memcmp() isn't seen as negative.
Tom Lane
2022-02-15
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Disallow making an empty lexeme via array_to_tsvector().
Tom Lane
2021-11-06
1
-7
/
+13
*
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-16
1
-0
/
+12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
1
-0
/
+3
*
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
1
-4
/
+4
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
1
-49
/
+98
*
Fix YA text phrase search bug.
Tom Lane
2020-05-07
1
-1
/
+7
*
Fix full text search to handle NOT above a phrase search correctly.
Tom Lane
2020-04-27
1
-89
/
+180
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
1
-1
/
+0
*
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
1
-8
/
+21
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-7
/
+7
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-13
/
+9
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
1
-51
/
+8
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
1
-0
/
+1
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
1
-1
/
+1
*
Remove unused macro
Peter Eisentraut
2019-03-11
1
-2
/
+0
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-18
1
-22
/
+9
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-4
/
+4
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-9
/
+9
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
1
-6
/
+6
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
1
-1
/
+2
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
1
-117
/
+360
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
1
-42
/
+50
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
1
-8
/
+8
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
1
-0
/
+1
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
1
-7
/
+42
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
1
-31
/
+46
*
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
1
-12
/
+13
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
1
-16
/
+19
*
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-27
1
-29
/
+38
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-104
/
+124
*
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
1
-8
/
+9
*
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
1
-2
/
+2
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
1
-1
/
+2
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
1
-1
/
+1
[next]