postgresql/src/backend/regex
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if
postgres.h or c.h includes a system header (such as stdio.h or
stdlib.h), there's no need to specifically include it in any of the .c
files in the backend.

Neil Conway
2002-11-08 20:23:57 +00:00
..
COPYRIGHT Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile Remove retest Makefile entry because it does not compile. 2002-09-16 16:02:43 +00:00
WHATSNEW Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
engine.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
re_format.7 Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
regcomp.c This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
regerror.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
regex.3 Make regular-expression error messages a tad less obscure, 2001-03-19 22:27:46 +00:00
regexec.c This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
regfree.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
retest.c Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00