aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/_intbig_gist.c
Commit message (Expand)AuthorAge
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-16
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-16
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-10
* ChangesTeodor Sigaev2006-06-28
* Minor cleanupsTeodor Sigaev2006-04-03
* Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev2006-04-03
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-20
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Add missing intarray files.Bruce Momjian2003-06-11