Commits

DateSubjectAuthorReleases
2025-02-18 Specialize intarray sorting John Naylor 18.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0
2023-02-07 Remove useless casts to (void *) in arguments of some system functions Peter Eisentraut 16.0
2022-09-22 Harmonize parameter names in contrib code. Peter Geoghegan 16.0
2021-09-08 Clean up some code using "(expr) ? true : false" Michael Paquier 15.0
2020-03-30 Implement operator class parameters Alexander Korotkov 13.0
2019-11-07 Add reusable routine for making arrays unique. Thomas Munro 13.0
2019-10-24 Make the order of the header file includes consistent in contrib modules. Amit Kapila 13.0
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-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 12.0
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 9.4.21
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 9.5.16
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 9.6.12
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 10.7
2018-11-24 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) Andrew Gierth 11.2
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-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.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