index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tsearch
/
ts_typanalyze.c
Commit message (
Expand
)
Author
Age
*
Reduce memory usage of tsvector type analyze function.
Heikki Linnakangas
2017-07-12
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas
2012-04-23
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
Tom Lane
2010-05-30
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Reduce the scaling factor for attstattarget to number-of-lexemes from 100
Tom Lane
2008-12-15
*
Increase the default value of default_statistics_target from 10 to 100,
Tom Lane
2008-12-13
*
Fix bug in the tsvector stats collection function, which caused a crash if
Heikki Linnakangas
2008-11-27
*
Create a selectivity estimation function for the text search @@ operator.
Tom Lane
2008-09-19
*
Create a type-specific typanalyze routine for tsvector, which collects stats
Tom Lane
2008-07-14