aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Limit to_tsvector_byid's initial array allocation to something sane.Tom Lane2023-09-25
* Take pg_attribute out of VacAttrStatsPeter Eisentraut2023-07-03
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Update tsearch regex memory management.Thomas Munro2023-04-08
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-06
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-27
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-06
* Rename shadowed local variablesDavid Rowley2022-10-05
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Invent qsort_interruptible().Tom Lane2022-07-12
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Clean up more code using "(expr) ? true : false"Michael Paquier2021-10-11
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Improve various places that double the size of a bufferDavid Rowley2021-07-01
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Fix parsing of complex morphs to tsqueryAlexander Korotkov2021-01-31
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane2020-09-23
* Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane2020-09-23
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Remove some more useless assignments.Tom Lane2020-09-04
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* Further cleanup of ts_headline code.Tom Lane2020-04-09