Commits

DateSubjectAuthorReleases
2022-10-06 Remove useless character-length checks in contrib/ltree. Tom Lane 16.0
2022-10-06 Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. Tom Lane 16.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-31 Fix lquery's NOT handling, and add ability to quantify non-'*' items. Tom Lane 13.0
2020-03-29 Cosmetic improvements in ltree code. Tom Lane 13.0
2020-03-28 Fix lquery's behavior for consecutive '*' items. 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-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-11-07 Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." Tom Lane 10.0
2016-11-04 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. Tom Lane 10.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2007-02-28 Fix up several contrib modules that were using varlena datatypes in not-so-obvious Tom Lane 8.3.0
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and Tom Lane 8.1.3
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and 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
2003-07-27 elog mop-up. Tom Lane 7.4.1