aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_gist.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev2008-04-20
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21