aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsrank.c
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Fix typo in commentAlexander Korotkov2020-05-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27
* pgindent run for 9.6Robert Haas2016-06-09
* Phrase full text search.Teodor Sigaev2016-04-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-24
* Make various variables const (read-only).Tom Lane2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Minor spelling fixesStephen Frost2013-06-01
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Use correct sizeof operand in qsort callPeter Eisentraut2012-03-12
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane2007-11-14
* Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net>Teodor Sigaev2007-09-20
* Fix typo in typecasting.Teodor Sigaev2007-09-13