summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsrank.c
AgeCommit message (Expand)Author
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-07-30Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-07-24Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-05-03Fix typo in commentAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-06-09pgindent run for 9.6Robert Haas
2016-04-07Phrase full text search.Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-25Centralize definition of integer limits.Andres Freund
2015-02-20Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-24Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-01Minor spelling fixesStephen Frost
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2012-03-12Use correct sizeof operand in qsort callPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander