]> granicus.if.org Git - postgresql/history - src/include/tsearch
Stamp HEAD as 9.6devel.
[postgresql] / src / include / tsearch /
2015-02-20 Tom LaneFix statically allocated struct with FLEXIBLE_ARRAY_MEM...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-02 Heikki LinnakangasRemove duplicate words in comments.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-03 Tom LaneImprove comments for TSLexeme data structure.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Tom LaneImprove comments describing tsvector data structure.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-01-09 Tom LaneFix up core tsquery GIN support for new extractQuery...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-06 Tom LaneReduce the memory requirement for large ispell dictiona...
2010-10-06 Tom LaneClean up temporary-memory management during ispell...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-15 Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-17 Teodor SigaevImprove headeline generation. Now headline can contain
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-06-18 Tom LaneImprove error reporting for problems in text search...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-06-10 Heikki LinnakangasComment fix, should say TSQuery instead of TSVector.
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-21 Tom LaneFix RS_isRegis() to agree exactly with RS_compile(...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-09 Tom LaneClean up ts_locale.h/.c. Fix broken and not-consistent...
2007-10-24 Tom LaneRemove the aggregate form of ts_rewrite(), since it...
2007-10-23 Tom LaneFix two-argument form of ts_rewrite() so it actually...
2007-10-21 Tom LaneFix shared tsvector/tsquery input code so that we don...
2007-10-19 Tom LaneFound another small glitch in tsearch API: the two...
2007-09-11 Teodor SigaevRemove QueryOperand->istrue flag, it was used only...
2007-09-11 Teodor SigaevFix header's size of structs defines in ispell.
2007-09-11 Teodor SigaevRefactor from Heikki Linnakangas <heikki@enterprisedb...
2007-09-10 Teodor SigaevChange void* opaque argument to Datum type, add argument's
2007-09-07 Teodor SigaevImprovements from Heikki Linnakangas <heikki@enterpris...
2007-09-07 Teodor SigaevImproving various checks by Heikki Linnakangas <heikki...
2007-09-07 Teodor SigaevRefactoring by Heikki Linnakangas <heikki@enterprisedb...
2007-08-25 Tom LaneCleanup for some problems in tsearch patch:
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...