summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-03-19Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane
2021-01-31Fix parsing of complex morphs to tsqueryAlexander Korotkov
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-09-24Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane
2020-09-23Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-09-04Remove some more useless assignments.Tom Lane
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-04-09Further cleanup of ts_headline code.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Cosmetic improvements for default text search parser's ts_headline code.Tom Lane
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-24Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-03Suppress warning from older compilers.Tom Lane
2019-11-02Validate ispell dictionaries more carefully.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-03Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-13Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-22Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.Tom Lane
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane