summaryrefslogtreecommitdiff
path: root/src/backend/regex/regc_cvec.c
Commit message (Collapse)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
|
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-5/+5
|
* pgindent run.Bruce Momjian2003-08-041-101/+96
|
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-0/+194
(extracted from Tcl 8.4.1 release, as Henry still hasn't got round to making it a separate library). This solves a performance problem for multibyte, as well as upgrading our regexp support to match recent Tcl and nearly match recent Perl.