This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-11-26 23:43:30 +03:00
Code
Activity
Files
040d3e63a7eb2840e957a036209496492febd5f7
postgres
/
src
/
backend
/
regex
History
Tom Lane
9ccfbe254a
Fix char-vs-pg_wchar confusion in p_ere(), per failure report from
...
Tom O'Dowd. This fix is not relevant to CVS tip anymore, but we should fix it in 7.3.*.
2003-04-20 17:37:22 +00:00
..
COPYRIGHT
…
engine.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
Makefile
Remove retest Makefile entry because it does not compile.
2002-09-16 16:02:43 +00:00
re_format.7
…
regcomp.c
Fix char-vs-pg_wchar confusion in p_ere(), per failure report from
2003-04-20 17:37:22 +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
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +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
WHATSNEW
…