aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_gist.c
Commit message (Expand)AuthorAge
* Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane2024-01-07
* intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier2023-06-15
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut2022-10-08
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Remove <@ from contrib/intarray's GiST operator classes.Tom Lane2020-08-08
* Implement operator class parametersAlexander Korotkov2020-03-30
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-06
* Initial pgindent run for v12.Tom Lane2019-05-22
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-24
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Centralize definition of integer limits.Andres Freund2015-03-25
* Eliminate unnecessary NULL checks in picksplit method of intarray.Kevin Grittner2015-02-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Remove unreachable codePeter Eisentraut2012-07-16
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* 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
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* 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
* Change int->int32, for clarity.Bruce Momjian2006-04-12
* Minor cleanupsTeodor Sigaev2006-04-03
* Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev2006-04-03
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* 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
* 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
* pgindent run.Bruce Momjian2003-08-04
* Add missing intarray files.Bruce Momjian2003-06-11