summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-2/+2
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-12/+33
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-6/+0
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-2/+2
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-0/+2
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-9/+9
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-091-37/+43
* 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-9/+9
* 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-12/+1
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-161-4/+2
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-4/+4
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-261-1/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-101-0/+5
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-031-2/+9
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-201-5/+0
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-191-9/+17
* Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev2005-11-141-13/+5
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-1/+1
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-4/+0
* pgindent run.Bruce Momjian2003-08-041-34/+32
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-3/+5
* Add missing intarray files.Bruce Momjian2003-06-111-0/+175