aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch/ts_typanalyze.c
Commit message (Expand)AuthorAge
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-12
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas2012-04-23
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-30
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-15
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas2008-11-27
* Create a selectivity estimation function for the text search @@ operator.Tom Lane2008-09-19
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-14