aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAge
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-24
* Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane2016-08-17
* Prevent stack overflow in query-type functions.Noah Misch2015-10-05
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Centralize definition of integer limits.Andres Freund2015-03-25
* Replace insertion sort in contrib/intarray with qsort().Tom Lane2015-03-15
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Eliminate unnecessary NULL checks in picksplit method of intarray.Kevin Grittner2015-02-16
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* intarray: return empty zero-dimensional array for an empty arrayBruce Momjian2013-09-07
* Remove unreachable codePeter Eisentraut2012-07-16
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane2012-02-16
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support "make check" in contribPeter Eisentraut2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.Tom Lane2011-02-18
* Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.Tom Lane2011-02-17
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-16
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane2011-01-27
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-09
* Update GIN support function definitions for contrib/intarray.Tom Lane2011-01-07
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-19
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-25
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Revert my patch of 2009-04-04 that removed contrib/intarray's definitions ofTom Lane2009-06-07
* Remove contrib/intarray's definitions of the <@ and @> operators, so that theyTom Lane2009-04-05
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* 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
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25