index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
tsearch
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-17
Remove ts_locale.c's lowerstr()
Peter Eisentraut
2024-12-17
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-08-06
Constify fields and parameters in spell.c
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-25
Pack struct ParsedWord more tightly.
Tom Lane
2023-04-08
Update tsearch regex memory management.
Thomas Munro
2023-01-19
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-27
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-11-21
Replace link to Hunspell with the current homepage
Daniel Gustafsson
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-10-06
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-12
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-07-23
Remove configure probe for wctype.h.
Thomas Munro
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-04-13
Add missing spaces after single-line comments
David Rowley
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-19
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-02-16
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-24
Improve behavior of tsearch_readline(), and remove t_readline().
Tom Lane
2020-07-24
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-02-21
Assume that we have <wchar.h>.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-05
Add websearch_to_tsquery
Teodor Sigaev
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-07-18
Fix serious performance problems in json(b) to_tsvector().
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-16
Improve documentation around TS_execute().
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
[next]