summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane2020-09-232-55/+28
* Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane2020-09-231-2/+29
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-1/+1
* Remove some more useless assignments.Tom Lane2020-09-041-2/+2
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-311-25/+32
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-241-4/+4
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-291-7/+0
* 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
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-161-9/+0
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-303-16/+7
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-292-2/+2
* Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas2020-01-242-0/+2
* Update copyrights for 2020Bruce Momjian2020-01-0116-16/+16
* Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier2019-12-181-6/+6
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-4/+16
* Suppress warning from older compilers.Tom Lane2019-11-031-2/+1
* Validate ispell dictionaries more carefully.Tom Lane2019-11-021-3/+22
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-192-2/+2
* 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