summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_tool.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-1/+1
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-2/+2
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-2/+2
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-14/+5
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+1
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-061-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-2/+2
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-241-4/+10
* Fix yet more problems with incorrectly-constructed zero-length arrays.Tom Lane2018-07-091-3/+14
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Replace insertion sort in contrib/intarray with qsort().Tom Lane2015-03-151-29/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* intarray: return empty zero-dimensional array for an empty arrayBruce Momjian2013-09-071-0/+7
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-8/+8
* Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane2012-02-161-6/+7
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-4/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-091-56/+59
* 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-1/+1
* 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/+4
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+14
* Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev2006-05-101-17/+14
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-191-3/+24
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+3
* Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev2005-11-141-1/+0
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+1
* Add missing intarray files.Bruce Momjian2003-06-111-0/+370