]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/tsvector_op.c
Update copyright for 2019
[postgresql] / src / backend / utils / adt / tsvector_op.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-07-18 Tom LaneImprove make_tsvector() to handle empty input, and...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-12 Noah MischAssume deconstruct_array() outputs are untoasted.
2017-01-26 Tom LaneEnsure that a tsquery like '!foo' matches empty tsvectors.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-21 Tom LaneFix strange behavior (and possible crashes) in full...
2016-12-16 Tom LaneImprove documentation around TS_execute().
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-08-05 Tom LaneMake array_to_tsvector() sort and de-duplicate the...
2016-08-05 Tom LaneFix ts_delete(tsvector, text[]) to cope with duplicate...
2016-08-05 Tom LaneRe-pgindent tsvector_op.c.
2016-06-27 Teodor SigaevDo not fallback to AND for FTS phrase operator.
2016-06-27 Teodor SigaevMake exact distance match for FTS phrase operator
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-05 Tom LaneRename tsvector delete() to ts_delete(), and filter...
2016-05-04 Teodor SigaevFix crash of filter(tsvector)
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
2016-04-08 Teodor SigaevRename comparePos() to compareWordEntryPos()
2016-04-07 Teodor SigaevPhrase full text search.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-11 Teodor SigaevFix Windows build broken in 6943a946c7e5eb72d53c0ce71f0...
2016-03-11 Teodor SigaevTsvector editing functions
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-18 Teodor SigaevAdd header forgotten in 213335c14529a8d5e2007ec0c256f4c...
2015-09-17 Teodor SigaevFix oversight in tsearch type check
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Tom LaneFix potential memory clobber in tsvector_concat().
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-09 Tom LaneFix up core tsquery GIN support for new extractQuery...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-13 Tom LaneFix ts_stat's failure on empty tsvector.
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-05-27 Peter EisentrautFix compiler warnings on Sun Studio of the sort
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Teodor SigaevFix compiler warning "res may be used uninitialized...
2008-11-17 Teodor SigaevReplace plain-memory ordered array by binary tree in...
2008-11-10 Alvaro HerreraFix a case of string building.
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-04-08 Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
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-12-27 Peter EisentrautWording improvements
2007-11-28 Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-10-24 Tom LaneSet read_only = TRUE while evaluating input queries...
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
2007-09-11 Teodor SigaevRefactor from Heikki Linnakangas <heikki@enterprisedb...
2007-09-07 Teodor SigaevImprovements from Heikki Linnakangas <heikki@enterpris...
2007-09-07 Teodor SigaevRefactoring by Heikki Linnakangas <heikki@enterprisedb...
2007-08-31 Tom LaneInstall check_stack_depth() protection in two recursive...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...