Commits

DateSubjectAuthorReleases
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 14.23
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 15.18
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 16.14
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 17.10
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 18.4
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 19 (unreleased)
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2014-03-14 Add missing #include. Tom Lane 8.4.21
2014-03-14 Add missing #include. Tom Lane 9.0.17
2011-01-27 Prevent buffer overrun while parsing an integer in a "query_int" value. Tom Lane 8.2.20
2011-01-27 Prevent buffer overrun while parsing an integer in a "query_int" value. Tom Lane 8.3.14
2011-01-27 Prevent buffer overrun while parsing an integer in a "query_int" value. Tom Lane 8.4.7
2011-01-27 Prevent buffer overrun while parsing an integer in a "query_int" value. Tom Lane 9.0.3
2011-01-27 Prevent buffer overrun while parsing an integer in a "query_int" value. Tom Lane 9.1.0
2011-01-09 Fix assorted corner-case bugs in contrib/intarray. Tom Lane 9.1.0
2010-12-19 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." Tom Lane 8.2.20
2010-12-19 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." Tom Lane 8.3.14
2010-12-19 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." Tom Lane 8.4.7
2010-12-19 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." Tom Lane 9.0.3
2010-12-19 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." Tom Lane 9.1.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-02-28 Fix up several contrib modules that were using varlena datatypes in not-so-obvious Tom Lane 8.3.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