aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAge
* Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane2014-11-06
* Improve ispell dictionary's defenses against bad affix files.Tom Lane2014-10-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-07
* Another round of Coverity fixesStephen Frost2014-03-03
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-23
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-10
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-01
* Make various variables const (read-only).Tom Lane2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-11
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Remove unreachable codePeter Eisentraut2012-07-16
* 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
* Fix bug in to_tsquery().Heikki Linnakangas2012-05-15
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-02
* 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 many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix tsmatchsel() to account properly for null rows.Tom Lane2011-02-17
* Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is notBruce Momjian2011-02-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian2011-02-06
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-06
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-06
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Add some knowledge about prefix matches to tsmatchsel(). It's not terriblyTom Lane2010-08-01
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-31
* 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
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08