summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-181-4/+30
* Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane2020-09-231-2/+29
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-311-25/+32
* Further cleanup of ts_headline code.Tom Lane2020-04-091-7/+10
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-091-74/+99
* Cosmetic improvements for default text search parser's ts_headline code.Tom Lane2020-04-091-97/+176
* Suppress warning from older compilers.Tom Lane2019-11-031-2/+1
* Validate ispell dictionaries more carefully.Tom Lane2019-11-021-3/+22
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-6/+6
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-121-4/+4
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Update copyright for 2019Bruce Momjian2019-01-0217-17/+17
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-0/+2
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane2018-11-031-8/+19
* Hand code string to integer conversion for performance.Andres Freund2018-07-221-4/+4
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+1
* Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane2018-04-135-6/+42
* Fix bogus affix-merging code.Tom Lane2018-04-121-2/+4
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-071-20/+108
* Add websearch_to_tsqueryTeodor Sigaev2018-04-051-3/+35
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-264-9/+9
* Update copyright for 2018Bruce Momjian2018-01-0216-16/+16
* Update typedefs.list and re-run pgindentRobert Haas2017-11-291-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-102-3/+3
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.Tom Lane2017-09-221-85/+28
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-223-54/+0
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-182-5/+5
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-5/+5
* Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane2017-07-181-39/+19
* Fix serious performance problems in json(b) to_tsvector().Tom Lane2017-07-181-62/+58
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-121-4/+17
* Phase 3 of pgindent updates.Tom Lane2017-06-2111-58/+58
* Phase 2 of pgindent updates.Tom Lane2017-06-215-17/+17
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-214-11/+11
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-172-36/+40
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-5/+8
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-131-12/+6
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-312-0/+328
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-123-25/+26
* Fix typos in comments.Heikki Linnakangas2017-02-063-5/+5
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-202-0/+2
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-174-0/+4
* Update copyright via script for 2017Bruce Momjian2017-01-0316-16/+16
* Improve documentation around TS_execute().Tom Lane2016-12-161-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-3/+5
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-071-1/+1