Commits

DateSubjectAuthorReleases
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.1.19
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.5.0
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.4.5
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.0.23
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.2.14
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.3.10
2015-10-02 Add recursion depth protection to LIKE matching. Tom Lane 9.6.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-04-09 Fix ILIKE to honor collation when working in single-byte encodings. Tom Lane 9.1.0
2007-09-21 Fix regex, LIKE, and some other second-rank text-manipulation functions 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
2006-09-04 Change ILIKE to invoke lower() and then do plain LIKE comparison when Tom Lane 8.2.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2000-09-15 Reimplement LIKE/ESCAPE as operators so that indexscan optimization Tom Lane 7.1.1
2000-07-07 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. Tom Lane 7.1.1
2000-07-06 Functions on 'text' type updated to new fmgr style. 'text' is Tom Lane 7.1.1
1999-09-07 Repair logic error in LIKE: should not return LIKE_ABORT Tom Lane 7.1.1
1999-06-07 Repair recently-introduced error in makeIndexable for LIKE: Tom Lane 7.1.1