Commits

DateSubjectAuthorReleases
2019-08-06 Fix intarray's GiST opclasses to not fail for empty arrays with <@. Tom Lane 13.0
2019-08-06 Fix intarray's GiST opclasses to not fail for empty arrays with <@. Tom Lane 12.0
2019-08-06 Fix intarray's GiST opclasses to not fail for empty arrays with <@. Tom Lane 11.6
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2018-07-09 Fix yet more problems with incorrectly-constructed zero-length arrays. Tom Lane 11.0
2018-07-09 Fix yet more problems with incorrectly-constructed zero-length arrays. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.1.16
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.4.2
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.5.0
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.2.11
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.3.7
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.0.20
2012-02-17 Fix longstanding error in contrib/intarray's int[] & int[] operator. Tom Lane 8.3.18
2012-02-17 Fix longstanding error in contrib/intarray's int[] & int[] operator. Tom Lane 8.4.11
2012-02-17 Fix longstanding error in contrib/intarray's int[] & int[] operator. Tom Lane 9.0.7
2012-02-17 Fix longstanding error in contrib/intarray's int[] & int[] operator. Tom Lane 9.1.3
2012-02-17 Fix longstanding error in contrib/intarray's int[] & int[] operator. Tom Lane 9.2.0
2011-01-09 Fix assorted corner-case bugs in contrib/intarray. Tom Lane 9.1.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2005-11-19 Defend against nulls-in-arrays in contrib/intarray. I may have put in Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2004-10-21 Standardize on using the Min, Max, and Abs macros that are in our c.h file, Tom Lane 8.0.0