summaryrefslogtreecommitdiff
path: root/src/include/regex/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-60/+0
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-4/+0
* 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-1/+1
* Add _REGEX_UTILS_H to avoid duplication.Tatsuo Ishii2001-02-221-0/+5
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-8/+2
* Clean up #include's.Bruce Momjian2000-06-151-0/+2
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-1/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-1/+1
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-301-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-0/+5
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-17/+17
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-261-0/+2
* change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)'Marc G. Fournier1996-10-201-2/+1
* Add the regex include files to the repository...Marc G. Fournier1996-09-201-0/+57