]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/tsquery_gist.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / tsquery_gist.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-20 Tom LaneRemove no-op GiST support functions in the core GiST...
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-02 Tom LaneCreate stub functions to support pg_upgrade of old...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
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-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...