summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsrank.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+1
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-2/+2
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-241-1/+1
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-241-4/+8
* Fix typo in commentAlexander Korotkov2020-05-031-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Fix inconsistencies in the codeMichael Paquier2019-07-081-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-2/+2
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-271-2/+4
* pgindent run for 9.6Robert Haas2016-06-091-37/+41
* Phrase full text search.Teodor Sigaev2016-04-071-78/+185
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Centralize definition of integer limits.Andres Freund2015-03-251-1/+2
* Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.Tom Lane2015-02-201-11/+17
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-241-2/+3
* Make various variables const (read-only).Tom Lane2014-01-181-8/+8
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Minor spelling fixesStephen Frost2013-06-011-4/+4
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-6/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Use correct sizeof operand in qsort callPeter Eisentraut2012-03-121-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-4/+4
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane2011-01-091-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-1/+1
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-5/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-20/+20
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-127/+159
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2