Commits

DateSubjectAuthorReleases
2020-04-07 Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane 9.5.22
2020-04-07 Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane 10.13
2020-04-07 Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane 12.3
2020-04-07 Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane 11.8
2020-04-07 Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. Tom Lane 13.0
2020-03-06 Allow Unicode escapes in any server encoding, not only UTF-8. Tom Lane 13.0
2020-01-13 Reduce size of backend scanner's tables. Tom Lane 13.0
2019-10-28 Handle empty-string edge cases correctly in strpos(). Tom Lane 13.0
2019-10-28 Handle empty-string edge cases correctly in strpos(). Tom Lane 12.1
2019-09-07 Fix issues around strictness of SIMILAR TO. Tom Lane 13.0
2019-05-14 Fix SQL-style substring() to have spec-compliant greediness behavior. Tom Lane 12.0
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 8.4.18
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 9.0.14
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 9.1.10
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 9.2.5
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 9.3.0
2013-07-31 Fix regexp_matches() handling of zero-length matches. Tom Lane 9.4.0
2013-05-16 Fix some uses of "the quick brown fox". Tom Lane 9.3.0
2010-05-28 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time Tom Lane 8.3.12
2010-05-28 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time Tom Lane 8.4.5
2010-05-28 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time Tom Lane 9.0.0
2010-01-25 Add get_bit/set_bit functions for bit strings, paralleling those for bytea, Tom Lane 9.0.0
2009-08-04 Support hex-string input and output for type BYTEA. Tom Lane 9.0.0
2009-05-24 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that Tom Lane 8.3.8
2009-05-24 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that Tom Lane 8.4.0