]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/tsvector.c
Update copyright for the year 2010.
[postgresql] / src / backend / utils / adt / tsvector.c
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-21 Teodor SigaevResort tsvector's lexemes in tsvectorrecv instead of...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-03-10 Tom LaneFix unportable coding of new error message, per Kris...
2008-03-05 Bruce MomjianWhen text search string is too long, in error message...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-16 Teodor SigaevFix tsvectorout() and tsqueryout() to escape backslesh...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
2007-10-21 Tom LaneFix shared tsvector/tsquery input code so that we don...
2007-09-07 Teodor SigaevImprovements from Heikki Linnakangas <heikki@enterpris...
2007-09-07 Teodor SigaevRefactoring by Heikki Linnakangas <heikki@enterprisedb...
2007-08-21 Tom LaneFix a small 64-bit problem in tsearch patch.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...