Commits

DateSubjectAuthorReleases
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 14 (unreleased)
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 15 (unreleased)
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 16 (unreleased)
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 17 (unreleased)
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 18 (unreleased)
2026-06-16 Fix int32 overflow in ltree_compare() Heikki Linnakangas 19 (unreleased)
2025-12-05 Use more palloc_object() and palloc_array() in contrib/ Michael Paquier 19 (unreleased)
2025-11-01 Fix contrib/ltree's subpath() with negative offset. Tom Lane 19 (unreleased)
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-03-21 Add hash support functions and hash opclass for contrib/ltree. Tom Lane 17.0
2021-10-11 Clean up more code using "(expr) ? true : false" Michael Paquier 15.0
2020-06-05 Use query collation, not column's collation, while examining statistics. Tom Lane 13.0
2020-04-01 Improve selectivity estimation for assorted match-style operators. Tom Lane 13.0
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 9.5.22
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 13.0
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 11.8
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 9.6.18
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 12.3
2020-03-28 Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 10.13
2019-10-24 Make the order of the header file includes consistent in contrib modules. Amit Kapila 13.0
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 9.3.25
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 9.6.11
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 9.4.20
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 9.5.15