summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-065-15/+15
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-071-5/+4
* Another round of Coverity fixesStephen Frost2014-03-031-1/+1
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-231-4/+1
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-1/+1
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-101-1/+6
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-011-8/+12
* Make various variables const (read-only).Tom Lane2014-01-181-2/+2
* Update copyright for 2014Bruce Momjian2014-01-0716-16/+16
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-0116-16/+16
* Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-111-16/+28
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Make new event trigger facility actually do something.Robert Haas2012-07-201-8/+2
* Remove unreachable codePeter Eisentraut2012-07-161-2/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-253-19/+19
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-104-7/+7
* Fix bug in to_tsquery().Heikki Linnakangas2012-05-151-1/+6
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-021-1/+1
* Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas2012-04-231-1/+1
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-032-0/+9
* Update copyright notices for year 2012.Bruce Momjian2012-01-0116-16/+16
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-115-14/+14
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-019-21/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-092-6/+6
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-021-1/+1
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-232-8/+15
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+1
* Teach regular expression operators to honor collations.Tom Lane2011-04-101-1/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-104-358/+372
* Fix tsmatchsel() to account properly for null rows.Tom Lane2011-02-171-0/+6
* Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is notBruce Momjian2011-02-102-1/+4
* Per-column collation supportPeter Eisentraut2011-02-082-13/+21
* Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian2011-02-061-6/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0116-16/+16
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-38/+38
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-2/+2
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-061-12/+70
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-062-43/+48
* Remove cvs keywords from all files.Magnus Hagander2010-09-2016-16/+16
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-192-3/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-052-5/+5
* Add some knowledge about prefix matches to tsmatchsel(). It's not terriblyTom Lane2010-08-011-54/+108
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-311-16/+25
* pgindent run for 9.0, second runBruce Momjian2010-07-061-13/+13
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-301-45/+97
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-091-5/+4
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-1/+8
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-281-11/+34
* Add missing newlines in WPARSER_TRACE output.Tom Lane2010-04-261-3/+3