summaryrefslogtreecommitdiff
path: root/contrib/intarray/_intbig_gist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-3/+3
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-4/+6
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+3
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Remove <@ from contrib/intarray's GiST operator classes.Tom Lane2020-08-081-0/+6
* Implement operator class parametersAlexander Korotkov2020-03-301-91/+98
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-061-1/+7
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-28/+4
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-12/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-16/+16
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-1/+1
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-091-13/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+6
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-0/+5
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-0/+5
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-161-1/+1
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-161-39/+39
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-9/+9
* pgindent run for 8.2.Bruce Momjian2006-10-041-11/+12
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-0/+2
* ChangesTeodor Sigaev2006-06-281-2/+2
* Minor cleanupsTeodor Sigaev2006-04-031-3/+5
* Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev2006-04-031-4/+6
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-201-15/+24
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-191-4/+20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-1/+1
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-1/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-303/+354
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-7/+6
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-2/+6
* Add missing intarray files.Bruce Momjian2003-06-111-0/+522