aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/_int.h
Commit message (Expand)AuthorAge
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* 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
* 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
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-10
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-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
* Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev2005-11-14
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Add missing intarray files.Bruce Momjian2003-06-11