summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-081-11/+0
* Use MemoryContext API for regex memory management.Thomas Munro2023-04-081-16/+41
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-191-1/+1
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane2021-08-091-14/+9
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-091-2/+10
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-031-18/+455
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-291-2/+2
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Minor code beautification in regexp.c.Tom Lane2020-01-161-11/+7
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix issues around strictness of SIMILAR TO.Tom Lane2019-09-071-14/+71
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Initial pgindent run for v12.Tom Lane2019-05-221-16/+19
* More message style fixesAlvaro Herrera2019-05-161-4/+10
* Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane2019-05-141-8/+65
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-161-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-121-6/+10
* Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth2018-08-281-53/+129
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-171-41/+96
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.Jeff Davis2014-08-271-5/+58
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-011-0/+12
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-311-7/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Prevent corner-case core dump in rfree().Tom Lane2012-07-151-2/+1
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-101-0/+65
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Teach regular expression operators to honor collations.Tom Lane2011-04-101-10/+32
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix similar_escape() to convert parentheses to non-capturing style.Tom Lane2010-01-021-5/+26
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-211-38/+18
* Improve similar_escape() in two different ways:Tom Lane2009-10-101-4/+4