summaryrefslogtreecommitdiff
path: root/src/include/regex/regex.h
Commit message (Expand)AuthorAgeFilesLines
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-081-1/+0
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-191-5/+9
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-091-1/+1
* Avoid generating extra subre tree nodes for capturing parentheses.Tom Lane2021-02-201-15/+17
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-161-0/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-051-1/+0
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-301-1/+1
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-161-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-011-0/+1
* Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas2013-04-041-0/+1
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-101-0/+4
* Teach regular expression operators to honor collations.Tom Lane2011-04-101-1/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-211-6/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Convert three more guc settings to enum type:Magnus Hagander2008-04-021-1/+6
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-031-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+3
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* pgindent run.Bruce Momjian2003-08-041-82/+87
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-98/+153
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-3/+0
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-8/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-0/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-131-5/+7
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+0
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-0/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+4
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+1
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-1/+1
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-151-1/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-60/+63
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-151-50/+48
* ...same...Marc G. Fournier1996-11-061-5/+1
* Added needed include file.Bruce Momjian1996-10-311-0/+2
* Add the regex include files to the repository...Marc G. Fournier1996-09-201-0/+108