summaryrefslogtreecommitdiff
path: root/src/backend/regex/regc_lex.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-151-3/+3
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-081-3/+6
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-301-4/+25
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-161-0/+6
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Make various variables const (read-only).Tom Lane2014-01-181-2/+2
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-10/+10
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-141-16/+16
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-031-2/+2
* Add a useless return statement to suppress a warning seen with someTom Lane2007-10-221-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-6/+6
* pgindent run.Bruce Momjian2003-08-041-687/+805
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-0/+1028